🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Clawsmith

by @mkpareek0315

Create, audit and publish production-ready OpenClaw skills with one command. 10 modes included.

Versionv1.1.0
πŸ’‘ Examples

Example 1: Creating a Skill from an Idea

User: Create a skill that monitors server CPU and RAM and alerts via Telegram when usage is high.

ClawSmith generates:

Skill name: server-monitor-alert Description: Monitor server CPU and RAM usage. Send Telegram alert when thresholds exceeded. Frontmatter declares: curl in requires.bins, TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID in requires.env Instructions include: step-by-step monitoring commands, threshold configuration, alert message format, and error handling for missing token. Metadata validation: All bins and env vars match between instructions and frontmatter. No undeclared dependencies.

Example 2: Validating Existing Skill Metadata

User: Check if my skill at ~/.openclaw/skills/my-tool has correct metadata.

ClawSmith reads the SKILL.md and reports:

  • Line 15 references wget but requires.bins does not include wget. Fix: add wget to bins.
  • Line 23 uses API_KEY variable but requires.env does not declare it. Fix: add API_KEY to env.
  • Line 8 contains curl piped to bash. Fix: replace with safe download-then-verify pattern.
  • Description is 195 characters. Fix: shorten to under 160 characters.
  • Validation score: 58 out of 100. After fixes: 97 out of 100.
  • Example 3: Finding ClawHub Gaps

    User: What skills are missing on ClawHub for DevOps engineers?

    ClawSmith analyzes the DevOps category and reports:

  • Terraform drift detection: 0 existing skills, high demand. Recommendation: build first for first-mover advantage.
  • Kubernetes pod health alerts: 2 existing but outdated. Recommendation: build modern replacement.
  • Docker compose optimizer: 0 existing skills. Recommendation: high value, medium effort.
  • CI/CD pipeline analyzer: 1 existing but GitHub Actions only. Recommendation: add GitLab and Jenkins support.
  • Example 4: Bulk Creating Skills

    User: Create skills for pomodoro timer, habit tracker, standup generator, meeting summarizer, and code review checklist.

    ClawSmith generates 5 individual SKILL.md files: 1. pomodoro-timer: Timer management with configurable intervals. No external dependencies. 2. habit-tracker: Daily habit logging with streak tracking. Requires local file read and write only. 3. standup-generator: Creates structured standup updates from git log. Declares git in bins. 4. meeting-summarizer: Formats meeting notes into action items. No external dependencies. 5. code-review-checklist: Generates review checklists from diff output. Declares git in bins. All 5 pass metadata validation with scores of 95 to 100.

    Example 5: Full Pipeline from Idea to Publish Command

    User: Build me a complete skill for translating clipboard text between languages.

    ClawSmith runs full pipeline: 1. Generates skill name: clipboard-translator 2. Writes description: Translate clipboard text between languages using the terminal. (64 characters) 3. Creates frontmatter with pbpaste in bins for macOS clipboard access 4. Writes step-by-step instructions for reading clipboard, detecting language, translating, and outputting result 5. Validates all metadata: 100 out of 100 6. Generates README content 7. Provides publish command: clawhub publish ~/.openclaw/skills/clipboard-translator --version 1.0.0

    View on ClawHub
    TERMINAL
    clawhub install clawsmith

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’