clawhub

Manage agent skills via the ClawHub CLI for search, install, update, and publish.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Web4application/openclaw-ACP --skill clawhub-web4application
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/Web4application/openclaw-ACP/tree/main/skills/clawhub
Command: npx skills add https://github.com/Web4application/openclaw-ACP --skill clawhub-web4application

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawhub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of discovering, installing, updating, and publishing agent skills directly from the ClawHub registry, enabling seamless skill management and expansion.

Core Features & Use Cases

  • Skill Discovery: Search for new skills based on keywords.
  • Installation & Updates: Install skills by name or specific version, and update existing skills to the latest versions or specific releases.
  • Publishing: Package and upload your own skills to ClawHub.
  • Use Case: When you need to add a new capability to your assistant, like a weather forecasting skill, you can use ClawHub to search for and install it with a simple command.

Quick Start

Use the clawhub skill to install the 'weather' skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I install agent skills from a registry?▼

You can install agent skills from the ClawHub registry by using the ClawHub CLI tool to fetch and sync specific skills by name or version directly to your local environment.

How do I publish my own agent skills to a registry?▼

Publishing agent skills requires using the ClawHub CLI to package and upload your skill directories to clawhub.com, making them available for others to discover and install.

Do I need the ClawHub CLI installed to manage agent skills?▼

Yes, the ClawHub CLI must be installed via npm as a prerequisite, because all skill search, installation, update, and publishing operations depend on it for execution.

Can I search for specific skills by keywords?▼

Yes, skill discovery allows you to search the ClawHub registry using keywords to find and identify new agent capabilities for your assistant.

How do I update existing agent skills to a new version?▼

You can update existing agent skills by running the ClawHub CLI to sync your installed skills to the latest versions or specific releases available in the registry.

What is the best way to manage skill deployment and discovery?▼

Using a CLI-based registry management tool like ClawHub allows you to automate deterministic task execution for seamlessly discovering, installing, and syncing agent skills.