技能 查找
- 作者仓库星标 1,199
- 作者仓库 trpc-agent-go
Overview
Use this skill when the user wants a new public Agent Skill that is not already installed.
Workflow
Search GitHub pages with
web_search. Prefer queries that mentionSKILL.md, the requested topic, andsite:github.com.Pick a result that clearly points to a GitHub skill directory or a
SKILL.mdpage.Call
skill_install_githubwith that GitHub URL.Read the tool result carefully. It returns the exact
skill_namethat was installed and may also includeinstalled_files.Immediately call
skill_loadwith the returnedskill_name.Only if local execution is explicitly enabled for this demo and the user asked for a runnable demo, follow the installed skill docs and use
skill_run.If the docs are brief, use
installed_filesto avoid guessing. Prefer obvious entrypoint files such asrun.shor scripts underscripts/.
Rules
- Prefer small public skills with a clear
SKILL.md. - Prefer GitHub results that point directly to a skill, not a repo home page.
- Tell the user which skill you installed and where it came from.
- Never run downloaded code automatically.
- If installation fails, explain the failure briefly and try another candidate.
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @trpc-group · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Overview Use this skill when the user wants a new public Agent Skill that is not already installed. Workflow 1. Search GitHub pages with `web_search`. Prefer queries that mention `SKILL.md`, the requested topic, and `site:github.com`. 2. Pick a result that clearly points to a GitHub skill directory or a …
Overview
Use this skill when the user wants a new public Agent Skill that is not
already installed.
Workflow
1. Search GitHub pages with `web_search`.
Prefer queries that mention `SKILL.md`, the requested topic, and
`site:github.com`.
2. Pick a result that clearly points to a GitHub skill directory or a
`SKILL.md` page.
3. Call `skill_install_github` with that GitHub URL.
4. Read the tool result carefully.
It returns the exact `skill_name` that was installed and may also
include `installed_files`.
5. Immediately call `skill_load` with the returned `skill_name`.
6. Only if local execution is explicitly enabled for this demo and the
user asked for a runnable demo, follow the installed skill docs and
use `skill_run`.
7. If the docs are brief, use `installed_files` to avoid guessing.
Prefer obvious entrypoint files such as `run.sh` or scripts under
`scripts/`.
Rules
- Prefer small public skills with a clear `SKILL.md`.
- Prefer GitHub results that point directly to a skill, not a repo home
page.
- Tell the user which skill you installed and where it came from.
- Never run downloaded code automatically.
- If installation fails, explain the failure briefly and try another
candidate. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> 原文未使用二、三级标题
要点 -> Use this skill when the user wants a new public Agent Skill that is not already installed. · 1. Search GitHub pages with websearch. · 2. Pick a result that clearly points to a GitHub skill directory or a SKILL.md page. · 3. Call skillinstallgithub with that GitHub URL. · 4. Read the tool result carefully. · 5. Immediately call skillload with the returned skillname. · 7. If the docs are brief, use installedfiles to avoid guessing. · - Prefer small public skills with a clear SKILL.md.
文件/命令 -> websearch · site:github.com · skillinstallgithub · skillname · installedfiles · skillload · skillrun · run.sh
内容 SHA-256 -> 5266bfd8c0b2
原文结构
适用与边界
原文中的明确线索
websearch、site:github.com、skillinstallgithub、skillname、installedfiles、skillload、skillrun、run.sh