원클릭으로
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?'"