Skill
Use the Skill tool to retrieve instructions from skills connected through the
Master Skill node.
- Inspect the connected skill names and descriptions exposed by the tool.
- When the task materially matches a skill, call
Skillwithaction="load"and its exactskill_namebefore applying that skill. - Treat returned instructions as authoritative for the current conversation. Do not infer missing instructions from metadata alone.
- Inspect the returned resource manifest. Use
read_resourcefor a bounded page orsearch_resourcefor line-numbered matches only when more detail is required. - Do not load unrelated skills. If a repeated load returns
already_loaded, continue using the instructions already present in the conversation. - Loading a skill retrieves guidance; it does not execute ordinary action tools. Call connected tools separately when the loaded instructions require them.