clawdhub
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.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 clawdhub CLI.
Why use this skill?
Search, install, update, and publish agent skills efficiently using the ClawdHub CLI. Seamlessly manage your OpenClaw toolkit with version control and automated deployments.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/steipete/clawdhubWhat This Skill Does
The ClawdHub CLI skill provides an integrated interface for the OpenClaw agent to interact with the ClawdHub registry. It serves as a comprehensive package manager for agent capabilities, enabling the search, retrieval, and management of specialized skills directly from the command line. By automating the discovery and deployment of modular code, this skill allows users to expand their agent's toolkit dynamically without manual intervention. It supports granular version control, enabling users to lock into specific release states or track the latest stable updates.
Installation
To use this skill within your environment, ensure you have Node.js installed, then execute the following command in your terminal:
npm i -g clawdhub
Once installed, you can verify your authentication status or register a new account via clawdhub login to enable publishing capabilities.
Use Cases
- Rapid Feature Expansion: Automatically find and install skills for specialized tasks like database management or API integrations without leaving your workflow.
- Dependency Synchronization: Keep all installed agent skills updated to the latest versions across multiple environments by using
clawdhub update --all. - Version Control: Ensure consistency in production by installing specific, tested versions of a skill using the
--versionflag. - Skill Distribution: Developers can use the publishing workflow to bundle custom automation logic into a portable directory and push it to the ClawdHub registry for private or public usage.
Example Prompts
- "Search the ClawdHub registry for skills related to postgres backups and install the most relevant one."
- "Update all my installed skills to their latest versions, force the process if necessary, and run it without requiring manual input."
- "Publish the local directory ./data-processor as a new skill named DataProcessor with version 1.0.0 and update the changelog to note initial release."
Tips & Limitations
- Registry Customization: If you operate a private instance of ClawdHub, use the
CLAWDHUB_REGISTRYenvironment variable to point your CLI to the correct endpoint. - Working Directory: By default, skills install to a
./skillsfolder in your current working directory; ensure your agent has appropriate file system permissions to write to this location. - Verification: Always review the changelogs provided by authors when using the
--forceflag on updates to avoid potential breaking changes in your automation workflows.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-steipete-clawdhub": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
swiftui-liquid-glass
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
qmd
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
songsee
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
summarize
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
bird
X/Twitter CLI for reading, searching, and posting via cookies or Sweetistics.