用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/modbender/skill-library-mcp --skill your-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Bloom Mission Discovery — find missions matched to your taste, submit content, and track rewards. Powered by Bloom Protocol.
DESCRIPTION of what this skill does. Include specific trigger keywords and scenarios. Use when: scenario1, scenario2, scenario3.
First-time setup for the Durable Agents stack (Mastra + Trigger.dev). Run once before using the main skill.
正在显示 SKILL.md
基于 SOC 职业分类
| name | your-skill |
| displayName | Your Skill | OpenClaw Skill |
| description | One-sentence description. Use when [trigger scenarios]. |
| version | 1.0.0 |
Short intro: what it does and why it matters (1–2 sentences).
Clear description of what the skill does and when to use it. Keep it scannable; include trigger terms so users and the agent know when to apply it.
clawhub install your-skill
Or clone into your skills directory:
git clone https://github.com/Org/your-skill.git workspace/skills/your-skill
Example 1: [Benefit name]
Scenario: User wants to do X.
Action: Run python3 <skill-dir>/scripts/tool.py do-x.
Outcome: Brief result that showcases the benefit.
Example 2: [Another benefit]
Scenario: User needs Y.
Action: Run python3 <skill-dir>/scripts/tool.py do-y --option.
Outcome: What the user gets.
python3 <skill-dir>/scripts/tool.py command [options] # What it does
python3 <skill-dir>/scripts/tool.py other # What it does