clawhub
Search, install, update, and publish AI agent skills from clawhub.com directly within your agent sessions.
npx clawhub@latest install clawhubVereisten
The ClawHub CLI skill gives your AI agent direct access to the clawhub.com skills marketplace. Instead of manually managing skill files, your agent can search for new capabilities, install them on the fly, keep installed skills up to date, and even publish new or updated skill folders — all without leaving the agent session.Think of it as a package manager for agent skills: the same way npm manages Node modules, ClawHub manages the skills that extend what your agent can do.
Hoe het werkt
Once installed, your agent can invoke ClawHub CLI commands to manage the full skill lifecycle:Search — Query the clawhub.com registry for skills matching a keyword or topic (e.g., clawhub search "postgres backups").Install — Download and place a skill into your working directory at a specific version or the latest release.Update — ClawHub hashes your local skill files, resolves the matching published version, and upgrades to the latest (or a pinned version). Supports bulk updates with --all.List — View all skills currently installed in the workspace.Publish — Upload a local skill folder to the registry with a slug, name, version, and changelog entry.The default registry is https://clawhub.com, overridable via the CLAWHUB_REGISTRY environment variable or the --registry flag. Skills are installed into ./skills by default, configurable via --workdir, --dir, or CLAWHUB_WORKDIR.
Belangrijkste functies
On-the-fly skill installation — Fetch any skill from the registry mid-session without manual setup.Versioned installs & updates — Pin to a specific version with --version or always pull the latest.Hash-based update detection — The update command fingerprints local files to match the correct published version before upgrading.Bulk updates — Run clawhub update --all to synchronise every installed skill at once, with optional --force and --no-input flags for automation.Skill publishing — Push local skill folders to the registry with full metadata (slug, name, version, changelog).Configurable registry & workspace — Point to a custom registry or working directory via environment variables or CLI flags.
Vereisten
ClawHub Account (for publishing) — Required only to publish skills. Authenticate with clawhub login. Searching, installing, and updating skills from the public registry does not require an account.
Gebruiksscenario's
Dynamic capability expansion — An agent discovers it needs a skill it doesn't have, searches the marketplace, and installs it in the same session to complete the task.Keeping a workspace current — Run clawhub update --all as part of an automated routine to ensure all installed skills are on their latest versions.Skill development & publishing — Build a new skill locally, iterate on it, then publish it to clawhub.com with versioning and a changelog for other agents to discover.Pinned version deployments — Install or update skills to a specific version to ensure reproducible, stable agent environments.
Hoe te installeren
npx clawhub@latest install clawhubnpx clawhub@latest install clawhubVereisten
Veelgestelde vragen
Beoordelingen
0 beoordelingenInloggen om een beoordeling te schrijven
Nog geen beoordelingen. Wees de eerste om je ervaring te delen!