with one click
create-skills
Create new OpenClaw skills interactively
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create new OpenClaw skills interactively
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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?'"