name: clawdhub
description: Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
metadata: {"clawdbot":{"requires":{"bins":["clawdhub"]},"install":[{"id":"node","kind":"node","package":"clawdhub","bins":["clawdhub"],"label":"Install ClawdHub CLI (npm)"}]}}
Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
1---2name: clawdhub3description: ClawdHub4---5# ClawdHub67使用ClawdHub CLI从clawdhub.com搜索、安装、更新和发布代理技能。89---10name: clawdhub11description: Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.12metadata: {"clawdbot":{"requires":{"bins":["clawdhub"]},"install":[{"id":"node","kind":"node","package":"clawdhub","bins":["clawdhub"],"label":"Install ClawdHub CLI (npm)"}]}}13---1415# ClawdHub CLI1617Install18```bash19npm i -g clawdhub20```2122Auth (publish)23```bash24clawdhub login25clawdhub whoami26```2728Search29```bash30clawdhub search "postgres backups"31```3233Install34```bash35clawdhub install my-skill36clawdhub install my-skill --version 1.2.337```3839Update (hash-based match + upgrade)40```bash41clawdhub update my-skill42clawdhub update my-skill --version 1.2.343clawdhub update --all44clawdhub update my-skill --force45clawdhub update --all --no-input --force46```4748List49```bash50clawdhub list51```5253Publish54```bash55clawdhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"56```5758Notes59- Default registry: https://clawdhub.com (override with CLAWDHUB_REGISTRY or --registry)60- Default workdir: cwd; install dir: ./skills (override with --workdir / --dir)61- Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
Run npx skillmds@latest add tugoukezhang/clawdhub in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
ClawdHub It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tugoukezhang (@tugoukezhang) published this skill. Their other Agent Skills are listed on their SkillMD profile.