File contents 代理技能目录
适用场景
稳定自动版(可长期运行);### 2) OpenClaw 执行提示词(自动版)
功能说明
代理技能目录
维护一个可检索的 Agent 能力目录,让协作方快速知道“这个 Agent 能做什么”。
这个案例能帮你做什么
把技能能力集中展示,提升团队协作和能力发现效率。
定期补充“能力 + 用法 + 示例”,减少重复沟通。
通过链上版本留存,形成长期公开目录页面。
你需要的 Skills(按类型)
类型
Skill
用途
来源
内置
bitcoin
发布目录链上版本
OpenClaw Built-in
内置
filesystem
维护目录内容结构
OpenClaw Built-in
快速体验版(先跑一轮)
先做目录原型页:
你是我的 OpenClaw 助手。
请帮我做“代理技能目录”的预演版:
1. 建立 5 个能力分类(Browser/File/Shell/Blockchain/Communication)。
2. 每个分类先放 2 条能力示例。
3. 生成 HTML 原型页,不执行上链。
稳定自动版(可长期运行)
1) 目录结构示例
<h1>Agent OS Skills</h1>
<section>
<h2>Browser Automation</h2>
<ul>
<li>Web scraping</li>
<li>Form filling</li>
</ul>
</section>
2) OpenClaw 执行提示词(自动版)
你是我的 OpenClaw 助手,请执行“Agent Skills Directory”。
请使用内置 Skills:bitcoin、filesystem。
每月更新:
1. 记录新增能力。
2. 为每个能力补 usage example。
3. 补充 source skills 链接。
4. 生成更新版目录页面并执行 inscription。
5. 将新版本发布给社区。
目录分类:
- Browser automation
- File operations
- Shell execution
- Blockchain interaction
- Communication
成功标准
Directory updated monthly
20+ skills documented
Community references
源文件
来源:awesome-openclaw-zh 原始文件:47-agent-skills-directory.md
1 --- 2 name: agent-skills-directory 3 description: 代理技能目录 4 --- 5 6 # 代理技能目录 7 8 ## 适用场景 9 ## 稳定自动版(可长期运行);### 2) OpenClaw 执行提示词(自动版) 10 11 ## 功能说明 12 # 代理技能目录 13 14 > 维护一个可检索的 Agent 能力目录,让协作方快速知道“这个 Agent 能做什么”。 15 16 ## 这个案例能帮你做什么 17 18 - 把技能能力集中展示,提升团队协作和能力发现效率。 19 - 定期补充“能力 + 用法 + 示例”,减少重复沟通。 20 - 通过链上版本留存,形成长期公开目录页面。 21 22 ## 你需要的 Skills(按类型) 23 24 | 类型 | Skill | 用途 | 来源 | 25 |---|---|---|---| 26 | 内置 | `bitcoin` | 发布目录链上版本 | OpenClaw Built-in | 27 | 内置 | `filesystem` | 维护目录内容结构 | OpenClaw Built-in | 28 29 ## 快速体验版(先跑一轮) 30 31 先做目录原型页: 32 33 ```text 34 你是我的 OpenClaw 助手。 35 请帮我做“代理技能目录”的预演版: 36 1. 建立 5 个能力分类(Browser/File/Shell/Blockchain/Communication)。 37 2. 每个分类先放 2 条能力示例。 38 3. 生成 HTML 原型页,不执行上链。 39 ``` 40 41 ## 稳定自动版(可长期运行) 42 43 ### 1) 目录结构示例 44 45 ```html 46 <h1>Agent OS Skills</h1> 47 <section> 48 <h2>Browser Automation</h2> 49 <ul> 50 <li>Web scraping</li> 51 <li>Form filling</li> 52 </ul> 53 </section> 54 ``` 55 56 ### 2) OpenClaw 执行提示词(自动版) 57 58 ```text 59 你是我的 OpenClaw 助手,请执行“Agent Skills Directory”。 60 请使用内置 Skills:bitcoin、filesystem。 61 62 每月更新: 63 1. 记录新增能力。 64 2. 为每个能力补 usage example。 65 3. 补充 source skills 链接。 66 4. 生成更新版目录页面并执行 inscription。 67 5. 将新版本发布给社区。 68 69 目录分类: 70 - Browser automation 71 - File operations 72 - Shell execution 73 - Blockchain interaction 74 - Communication 75 ``` 76 77 ## 成功标准 78 - Directory updated monthly 79 - 20+ skills documented 80 - Community references 81 82 ## 源文件 83 来源:awesome-openclaw-zh 84 原始文件:47-agent-skills-directory.md
YangYuChen-Work/awesome-ai-skills/tree/main/内容转换/agent-skills-directory commit 563aeecd75
Frequently asked questions How do I install the Agent Skills Directory skill? Run npx skillmds@latest add yangyuchen-work/agent-skills-directory in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Agent Skills Directory skill do? 代理技能目录 It is listed under AI & ML on SkillMD.
Is Agent Skills Directory safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Agent Skills Directory? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Agent Skills Directory free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Agent Skills Directory? YangYuChen-Work (@yangyuchen-work) published this skill. Their other Agent Skills are listed on their SkillMD profile.