# 技能组件

{% hint style="info" %}
物品技能组件 (CraftItemSkillComponents) 允许该物品存储多个技能相关的组件, 技能组件包含正在执行的技能实例,可以被GAS系统执行和控制
{% endhint %}

## 概述

物品技能组件是物品组件的子类, 它顶一个物品携带的技能. 这些技能组件在物品堆上时可以被GAS系统执行来达到物品自定义技能. 一个物品堆对象可以携带多个物品技能组件.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://charmingcraft.caizii.org/you-xi-nei-rong/wu-pin-yu-ji-neng/ji-neng-zu-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
