You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/skills.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ CAO ships with two default skills:
100
100
101
101
## How Agents Discover Skills
102
102
103
-
All installed skills are available to all CAO agents — there is no per-profile skill declaration. When an agent is launched, CAO appends a catalog block to the prompt listing every installed skill's name and description, along with instructions to use the `get_skill` MCP tool to retrieve full content. The agent then decides when and whether to load each skill based on the task at hand.
103
+
All installed skills are available to all CAO agents — there is no per-profile skill declaration. When an agent is launched, CAO appends a catalog block to the prompt listing every installed skill's name and description, along with instructions to use the `load_skill` MCP tool to retrieve full content. The agent then decides when and whether to load each skill based on the task at hand.
104
104
105
105
You can explicitly instruct the agent to load specific skills eagerly in the agent profile body:
106
106
@@ -114,19 +114,19 @@ Skills are delivered to agents differently depending on the provider. The table
For these providers, the skill catalog is built fresh each time a terminal is created. The catalog — a list of skill names and descriptions — is appended to the system prompt via the provider's native CLI flags.
128
128
129
-
The agent retrieves full skill content at runtime by calling the `get_skill` MCP tool, which fetches the skill body from the CAO server.
129
+
The agent retrieves full skill content at runtime by calling the `load_skill` MCP tool, which fetches the skill body from the CAO server.
130
130
131
131
No action is needed after `cao skills add` or `cao skills remove` — the next terminal created will automatically reflect the current set of installed skills.
0 commit comments