بنقرة واحدة
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?'"