clawhub

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/softweek/openclaw --skill clawhub-softweek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawhub
Source: https://github.com/softweek/openclaw/tree/main/publish_output/skills/clawhub
Command: npx skills add https://github.com/softweek/openclaw --skill clawhub-softweek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of finding, installing, updating, and publishing agent skills from the ClawHub registry, simplifying agent development and deployment.

Core Features & Use Cases

  • Search & Discover: Find new skills available on ClawHub.
  • Install & Update: Easily add new skills or keep existing ones up-to-date.
  • Publish: Share your own developed skills with the community.
  • Use Case: You need a new skill to handle database backups. Use ClawHub to search for relevant skills, install the best one, and integrate it into your agent.

Quick Start

Use the clawhub skill to search for skills related to postgres backups.

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 can search for and install agent skills using the ClawHub CLI to query the clawhub.com registry, find relevant skills by keyword, and add them directly to your agent development project.

What is the best way to keep installed agent skills updated to the latest version?

The best way to update agent skills is using the ClawHub CLI to synchronize installed packages, allowing you to fetch the latest versions or pin specific versions from the clawhub.com registry.

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

You can publish your own agent skills by using the ClawHub CLI to upload your new or updated skill directories directly to the clawhub.com registry for community sharing.

Do I need npm to use ClawHub for agent development?

Yes, you need npm installed on your system because the ClawHub CLI used for searching, installing, updating, and publishing agent skills is distributed and installed as an npm package.

Can I sync my agent skills to a specific version instead of the latest release?

Yes, the ClawHub CLI supports synchronizing installed agent skills to specific versions rather than always forcing an update to the latest release, ensuring compatibility within your agent development workflow.