跳到主要内容
知仓学习社ZHICANG

yao-agent

Agent management expert. ALWAYS invoke this skill when you need to list available agents, download or reference agent source code, deploy agent code…

不碰外部(只输出文字)无严重或高危命中YaoApp/yao

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Agent Tools

Five tools for managing agents on the host, called via bash.

agent_list

List available agents. Returns ID, name, description, and capabilities for each agent.

tai tool agent_list '{}'
tai tool agent_list '{"namespace": "smith"}'

| Parameter | Type | Required | Description |

|-------------|--------|----------|----------------------------------------------------------|

| namespace | string | no | Filter by namespace (e.g. yao, smith). Omit for all. |

agent_download

Download a smith-namespace agent into the development directory for editing. Restricted to smith namespace only — for other agents, use agent_reference.

tai tool agent_download '{"id": "smith.weather"}'

| Parameter | Type | Required | Description |

|-----------|--------|----------|----------------------------------------------------------|

| id | string | yes | Agent ID in dot notation. Must be smith.*. |

Downloaded code lands in agent-smith-dev/assistants/smith/<name>/.

agent_reference

Download agent source code from the host into .references/ for read-only study. Any agent across all namespaces can be referenced.

tai tool agent_reference '{"id": "yao.slides"}'
tai tool agent_reference '{"id": "yao.keeper"}'

| Parameter | Type | Required | Description |

|-----------|--------|----------|----------------------------------------------------|

| id | string | yes | Agent ID in dot notation (e.g. yao.slides) |

Referenced code lands in agent-smith-dev/.references/<namespace>/<name>/.

agent_deploy

Deploy agent source code from the sandbox development directory to the host. Restricted to the smith namespace only — attempts to deploy to other namespaces will be rejected.

tai tool agent_deploy '{"id": "smith.weather"}'
tai tool agent_deploy '{"id": "smith.weather", "message": "add SUI page"}'

| Parameter | Type | Required | Description |

|-----------|--------|----------|--------------------------------------------------------|

| id | string | yes | Agent ID in dot notation. Must use smith namespace. |

| message | string | no | Optional deploy message for logging. |

agent_connectors

Get the current user's LLM connector matrix. Returns metadata for each role (default, heavy, light, vision, etc.) without API keys. Use this to understand which models are available and their capabilities.

tai tool agent_connectors '{}'

No parameters required.

Guidelines

  • Use agent_list to discover agents before downloading or referencing
  • agent_download is for editing smith agents — code lands in agent-smith-dev/assistants/smith/<name>/
  • agent_reference is for studying any agent — code lands in agent-smith-dev/.references/<namespace>/<name>/
  • Deploy is restricted to the smith namespace for safety
  • Connector data never includes API keys, secrets, or tokens
  • All output is JSON

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 7,962
本站分层T1
该仓技能数12
原文件路径tools/skills/yao-agent/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 12 个技能