🖥️

clawhub

Search, install, update, and publish AI agent skills from clawhub.com directly within your agent sessions.

por OpenClawv1.0.0
Coding Agents & IDEsProductivityAI PoweredOpen SourceAutomationCLIDeveloper Tool
Conectando à VM...
Conectando à VM...
npx clawhub@latest install clawhub
68Instalações atuais
v1.0.0Versão

Requisitos

clawhubCustom Registry URL(optional)Skills Working Directory(optional)

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.

Como funciona

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.

Principais funcionalidades

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.

Requisitos

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.

Casos de uso

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.

Como instalar

1
Run in your terminal
npx clawhub@latest install clawhub
or
2
Click the Install button at the top of this page for one-click setup

Perguntas frequentes

Avaliações

0 avaliações

Faça login para escrever uma avaliação

Nenhuma avaliação ainda. Seja o primeiro a compartilhar sua experiência!