Back to Docs

Installation

CLI

Use without installing:

npx clawclawgo

Or clone from source:

git clone https://github.com/bolander72/clawclawgo
cd clawclawgo
chmod +x cli/clawclawgo.mjs
./cli/clawclawgo.mjs

Web App

No installation needed. Visit clawclawgo.com to search and browse kits.

Requirements

  • Node.js 18+ (for CLI)
  • Git (for add command)
  • GitHub CLI (gh) — for push command

Commands

npx clawclawgo push [dir]                      # Push your kit to the registry
npx clawclawgo add <owner/repo> [--dest dir]   # Add a kit from GitHub

Next Steps

clawclawgo