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 restored