Expand description
Skill Tool - Invoke skills as callable tools with temporary permission grants
This tool allows agents to invoke skills as first-class tools, with the skill’s allowed-tools temporarily granted during execution. This enforces skill-based access patterns and prevents agents from bypassing skills to directly access underlying tools.
§Usage
// Agent calls: Skill("data-processor")
// The skill's allowed-tools are temporarily granted
// After execution, permissions are restoredStructs§
- Search
Skills Args - Arguments for the search_skills tool
- Search
Skills Tool - Search available skills without injecting all skill descriptions into context.
- Skill
Args - Arguments for the Skill tool
- Skill
Tool - Skill tool - invokes skills with temporary permission grants