clawhub

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

7|12|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/borealBytes/my-farm-advisor --skill clawhub-borealbytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/borealBytes/my-farm-advisor/tree/main/skills/clawhub
Command: npx skills add https://github.com/borealBytes/my-farm-advisor --skill clawhub-borealbytes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

Core Features & Use Cases

  • Search, install, update, and publish skills from clawhub.com
  • Sync locally installed skills to latest version or a specified version
  • Publish new or updated skill folders with npm-installed clawhub CLI

Quick Start

Run clawhub search "postgres backups" to locate a skill, then install it with clawhub install my-skill.

Frequently Asked Questions about clawhub

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

FAQPage Schema
How do I search for and install agent skills from a registry?

You search for and install agent skills by running the ClawHub CLI. Use the search command with a query to locate a skill, then execute the install command with the skill name to fetch it from clawhub.com.

Can I sync installed agent skills to a specific version?

Yes, you can sync installed agent skills to a specific version. The ClawHub CLI update command synchronizes locally installed skills to either the latest release or a pinned version specified during execution.

How do I publish new or updated skill folders using the ClawHub CLI?

To publish new or updated skill folders, use the ClawHub CLI publish command. This requires the npm-installed clawhub CLI tool to interact with the registry and upload your skill folder.

Do I need npm to manage agent skills with the ClawHub CLI?

Yes, you need npm to manage agent skills with the ClawHub CLI. The CLI is installed via npm, which provides the necessary environment to execute search, install, update, and publish commands.

What is the best way to fetch agent skills on demand during a workflow?

The best way to fetch agent skills on demand is using the ClawHub CLI. It supports fetching skills dynamically during workflows by executing the install command for immediate retrieval from the clawhub.com registry.

Why does my ClawHub CLI skill publish command fail?

A ClawHub CLI skill publish command fails if the npm-installed CLI is missing or the skill folder is improperly structured. Ensure the clawhub CLI is installed via npm and your skill folder meets registry specifications.