clawhub

Manage agent skills from clawhub.com via a frontmatter-driven manifest.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jonnytacos8/closed_claw --skill clawhub-jonnytacos8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/jonnytacos8/closed_claw/tree/main/skills/clawhub
Command: npx skills add https://github.com/jonnytacos8/closed_claw --skill clawhub-jonnytacos8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawHub CLI streamlines the discovery, installation, updating, and publishing of agent skills from clawhub.com, centralizing skill management for OpenClaw workspaces.

Core Features & Use Cases

  • Skill discovery: Browse available agent skills and view metadata on clawhub.com.
  • Lifecycle management: Install, update, and publish skills to keep environments aligned with the latest releases.
  • Workload automation: Integrate skill management into CI/CD or local workflows to ensure consistent skill versions.

Quick Start

Run the clawhub CLI to search for a skill and install it to apply the latest version.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I automate npm package publishing for CLI tools?

Automate npm package publishing by using a frontmatter-driven manifest to define required CLI installation steps. This centralizes skill management and ensures consistent version syncing across CI/CD or local workflows.

What is the best way to manage agent skills versioning in automated workflows?

The best way to manage agent skills versioning is syncing installed skills to a chosen version using a CLI. This ensures environments stay aligned with the latest releases through workload automation.

How do I install and update agent skills from a registry?

Install and update agent skills by searching a central registry and applying the latest version to your workspace. The CLI manages lifecycle operations from discovery through installation.

Can I use CLI automation to publish new skill folders on demand?

Yes, you can use CLI automation to publish new or updated skill folders on demand. The operation models around a frontmatter-driven manifest defining the necessary npm-based publishing steps.

Does clawhub work with npm for skill discovery and lifecycle management?

Yes, clawhub works with npm for skill discovery and lifecycle management. It centralizes browsing, installing, updating, and publishing agent skills using npm-based installation steps.