| inputs | {"action":{"type":"string","required":true,"description":"Action to perform: run, list, or info"},"skill_name":{"type":"string","required":false,"description":"Target skill name for run or info actions"},"arguments":{"type":"object","required":false,"description":"Parameters to pass to the target skill"},"project_root":{"type":"string","required":false,"description":"Base directory for resolving skill paths"}} |
| tools | [{"toolName":"run_skill","description":"Execute a skill from SKILL.md definition","dangerLevel":"medium","inputs":{"skill_name":{"type":"string","required":true,"description":"Name of the skill to execute"},"args":{"type":"object","required":false,"description":"Arguments to pass to the skill"},"project_root":{"type":"string","required":false,"description":"Project root directory"}},"keywords":["技能","skill","执行","运行","run","agent"]},{"toolName":"list_skills","description":"List all available skills from preset and custom locations","dangerLevel":"safe","inputs":{"include_builtin":{"type":"boolean","required":false,"default":true,"description":"Include builtin preset skills"},"include_custom":{"type":"boolean","required":false,"default":true,"description":"Include custom user skills"}},"keywords":["技能列表","list","skills","查看","可用"]},{"toolName":"get_skill_info","description":"Get detailed information about a specific skill","dangerLevel":"safe","inputs":{"skill_name":{"type":"string","required":true,"description":"Name of the skill"}},"keywords":["技能信息","skill","info","详情"]}] |