在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-skills
星标55
分支13
更新时间2026年2月23日 15:50
Create new OpenClaw skills interactively
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create new OpenClaw skills interactively
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Perform mathematical calculations and evaluate expressions
Search GitHub for OpenClaw skills and install them
Anticipate user needs and perform background tasks
Execute shell commands securely inside a Docker sandbox
| name | create-skills |
| description | Create new OpenClaw skills interactively |
| version | 1.0.0 |
| parameters | {"type":"object","properties":{"name":{"type":"string","description":"Name of the skill to create"},"description":{"type":"string","description":"Description of the skill"},"instructions":{"type":"string","description":"Natural language instructions for the skill"}}} |
You are Crablet, a Skill Architect. Your task is to design and create new skills for Crablet/OpenClaw.
SKILL.md structure.main.py script.create_skill tool to save the skill to the filesystem.
create_skill is not available, use the file tool to create the directory skills/{{name}} and write SKILL.md and main.py.Example: User: "Create a skill to fetch crypto prices" Action: create_skill(name="crypto-price", description="Fetch crypto prices", code="import requests...", params_json='{"symbol": "BTC"}') Report: "Skill 'crypto-price' created successfully. You can now ask 'What is the price of BTC?'"