clawhub

Manage agent skill lifecycles with search, install, update, and publish operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenges of managing and keeping agent skills up-to-date, enabling quick skill acquisition and version control.

Core Features & Use Cases

  • Skill Discovery & Management: Search, install, update, and publish agent skills from clawhub.com.
  • Version Control: Sync skills to specific versions or the latest update.
  • Publishing Skills: Simplify the process of publishing new or updated skill folders.

Quick Start

Install the ClawHub CLI and use the command 'clawhub install my-skill' to install a skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I manage agent skills and keep them up-to-date?

To manage agent skills, you can use a CLI tool to search, install, update, and publish skill packages. This provides version control to sync skills to specific versions or the latest update.

What is the best way to publish a new agent skill from a local folder?

The best way to publish an agent skill is using the CLI's publish command on your skill folder. This simplifies uploading new or updated skills to the central repository for others to install.

How do I install a specific version of an agent skill using a CLI tool?

You can install a specific version of an agent skill using version control features within the CLI. This allows you to sync your environment to a specific version rather than always pulling the latest update.

Do I need npm to install and deploy agent skills?

Yes, you need npm package management to install and deploy agent skills. The CLI tool requires npm to handle skill installation and access the skill repository for version control operations.

Can I search for specific agent skills before installing them?

Yes, you can search for specific agent skills before installing them. The CLI tool includes skill discovery features that let you query the repository to find skills matching your integration requirements.

Why use a CLI tool for skill management instead of manual file integration?

Using a CLI tool for skill management automates version control and dynamic skill deployment, solving the challenge of keeping agent skills up-to-date. This avoids manual file copying and ensures quick, reliable skill acquisition.