repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "clawdhub", |
| #3 | "name": "clawdhub", |
| #4 | "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.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "clawdhub/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/clawdhub", |
| #8 | "tags": [ |
| #9 | "clawdhub", |
| #10 | "solana" |
| #11 | ], |
| #12 | "requiredEnv": [], |
| #13 | "homepage": null, |
| #14 | "attestation": { |
| #15 | "status": "pending", |
| #16 | "isFormallyVerified": false, |
| #17 | "attestationPda": null, |
| #18 | "verificationTimestamp": null |
| #19 | }, |
| #20 | "markdown": "---\nname: clawdhub\ndescription: 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.\nmetadata: {\"clawdbot\":{\"requires\":{\"bins\":[\"clawdhub\"]},\"install\":[{\"id\":\"node\",\"kind\":\"node\",\"package\":\"clawdhub\",\"bins\":[\"clawdhub\"],\"label\":\"Install ClawdHub CLI (npm)\"}]}}\n---\n\n# ClawdHub CLI\n\nInstall\n```bash\nnpm i -g clawdhub\n```\n\nAuth (publish)\n```bash\nclawdhub login\nclawdhub whoami\n```\n\nSearch\n```bash\nclawdhub search \"postgres backups\"\n```\n\nInstall\n```bash\nclawdhub install my-skill\nclawdhub install my-skill --version 1.2.3\n```\n\nUpdate (hash-based match + upgrade)\n```bash\nclawdhub update my-skill\nclawdhub update my-skill --version 1.2.3\nclawdhub update --all\nclawdhub update my-skill --force\nclawdhub update --all --no-input --force\n```\n\nList\n```bash\nclawdhub list\n```\n\nPublish\n```bash\nclawdhub publish ./my-skill --slug my-skill --name \"My Skill\" --version 1.2.0 --changelog \"Fixes + docs\"\n```\n\nNotes\n- Default registry: https://clawdhub.com (override with CLAWDHUB_REGISTRY or --registry)\n- Default workdir: cwd (falls back to Clawdbot workspace); install dir: ./skills (override with --workdir / --dir / CLAWDHUB_WORKDIR)\n- Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set\n" |
| #21 | } |
| #22 |