Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    neversight

    clawdhub

    neversight/clawdhub
    Productivity
    2
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com.

    SKILL.md

    ClawdHub CLI

    Install

    npm i -g clawdhub
    

    Auth (publish)

    clawdhub login
    clawdhub whoami
    

    Search

    clawdhub search "postgres backups"
    

    Install

    clawdhub install my-skill
    clawdhub install my-skill --version 1.2.3
    

    Update (hash-based match + upgrade)

    clawdhub update my-skill
    clawdhub update my-skill --version 1.2.3
    clawdhub update --all
    clawdhub update my-skill --force
    clawdhub update --all --no-input --force
    

    List

    clawdhub list
    

    Publish

    clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
    

    Notes

    • Default registry: https://clawdhub.com (override with CLAWDHUB_REGISTRY or --registry)
    • Default workdir: cwd (falls back to Moltbot workspace); install dir: ./skills (override with --workdir / --dir / CLAWDHUB_WORKDIR)
    • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
    Repository
    neversight/skills_feed