ワンクリックで
create-skills
Create new OpenClaw skills interactively
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
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?'"