Agent Skills
› KunAgent/Kun
› kun-tool-router
kun-tool-router
GitHubKun工具路由器,根据请求分类路由至特定工具族并定义验证边界。通过状态检查、最小化执行和结果验证确保工作流正确性,负责任务分发与流程协调。
Trigger Scenarios
需要选择合适工具执行任务时
请求涉及多类型输出需分发时
Install
npx skills add KunAgent/Kun --skill kun-tool-router -g -y
SKILL.md
Frontmatter
{
"name": "kun-tool-router",
"description": "Route requests to the narrowest real Kun tool family and define the required verification boundary."
}
Kun Tool Router
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Route requests to the narrowest real Kun tool family and define the required verification boundary.
Tool routing
| Tool or skill | Use |
|---|---|
fast_context |
First retrieval step for repository exploration. |
browser_use |
Structured interactive public browsing. |
design_update_shapes |
Editable canvas changes. |
ppt_agent |
Native presentation workflow. |
office_inspect |
Inspect Office documents. |
mcp_search |
Discover connected integrations. |
Workflow
- Classify the output: prose, file, code, browser action, design, chart, diagram, presentation, media, schedule, or integration.
- Choose the most specific advertised tool.
- Inspect current state before mutation.
- Perform the smallest coherent action.
- Verify using the closest observable output.
Completion gates
- Do not assume a surface or tool that is not advertised in the current turn.
- Respect dependent sequencing; parallelize only independent reads.
- Report unresolved failures without hiding them.
Boundaries
- This skill routes work; it does not grant additional authorization.
- Never replace a specialized governed workflow with a shell workaround.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


