clawhub

Search, install, update, and publish agent skills via the ClawHub CLI.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill clawhub-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/skills/clawhub
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill clawhub-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces manual setup by enabling discovery, installation, synchronization, and publishing of agent skills from clawhub.com via a single CLI.

Core Features & Use Cases

  • Discover and search for agent skills on clawhub.
  • Install or update skills to the latest version or a specific release.
  • Publish new or updated skills to clawhub from local folders using the npm-installed clawhub CLI.
  • Sync local skill folders with remote versions to maintain consistency across deployments.

Quick Start

Install the ClawHub CLI with npm i -g clawhub, then search for a skill and install it locally.

Frequently Asked Questions about clawhub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and manage agent skills from a CLI?

Install the ClawHub CLI globally with npm i -g clawhub to search, install, and publish agent skills directly from the clawhub.com registry. It handles on-demand skill retrieval and version-locked synchronization within OpenClaw workflows.

What is the best way to publish agent skills to a registry from a local folder?

The best way to publish agent skills from local folders is using the ClawHub CLI, which requires proper frontmatter metadata in your skills. This approach enables rapid publishing and ensures your skills are available on the clawhub.com registry for others to install.

How do I sync local skill folders with a specific remote version?

To sync local skill folders with remote versions, use the ClawHub CLI to update skills to a specific release or the latest version. This maintains consistency across deployments by applying version-locked synchronization to your local skill directories.

Do I need npm to use ClawHub for skill installation and updates?

Yes, you need npm to use ClawHub for skill installation and updates because the ClawHub CLI is distributed as an npm package. Running npm i -g clawhub sets up the CLI-driven task execution environment required to manage your skills.

Can I search for specific agent skills before installing them?

Yes, you can search for specific agent skills before installing them by using the ClawHub CLI's discovery features. This allows developers and operators to find skills on clawhub.com that match their requirements before committing to a local installation.