Agent Skills
› KunAgent/Kun
› integration-binding
integration-binding
GitHub通过MCP工具实现任务与外部资源、工作流及文件的显式绑定,确保接口验证与安全调用。
Trigger Scenarios
需要连接外部服务或数据源
调用MCP工具进行资源操作
Install
npx skills add KunAgent/Kun --skill integration-binding -g -y
SKILL.md
Frontmatter
{
"name": "integration-binding",
"description": "Connect a task to MCP tools, workflows, resources, files, or visual outputs through explicit validated interfaces."
}
Integration Binding
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Connect a task to MCP tools, workflows, resources, files, or visual outputs through explicit validated interfaces.
Tool routing
| Tool or skill | Use |
|---|---|
mcp_search |
Discover an integration by intent. |
mcp_describe |
Load the exact input schema. |
mcp_call |
Invoke a connected MCP tool. |
mcp_list_resources |
List server resources. |
mcp_read_resource |
Read one selected resource. |
mcp_read_only_call |
Use an approved read-only integration in Plan mode. |
Workflow
- Name the required capability and whether it reads or mutates external state.
- Discover candidates instead of guessing an id.
- Inspect the selected schema.
- Call with the minimum arguments and privilege.
- Validate the returned data at the next system boundary.
Completion gates
- Use exact tool ids, resource URIs, and schemas from discovery output.
- For mutations, confirm that user authorization covers the exact external effect.
- Read back or otherwise verify externally visible changes.
Boundaries
- Never invent a connector or silently fall back to an unrelated service.
- Never include secrets or private source material in discovery queries.
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


