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?
Use the ClawdHub CLI to search, install, update, and publish agent skills for OpenClaw. Streamline your AI agent development workflow today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nicoataiza/clawdhub-bak-2026-01-28t18-01-16-10-30What This Skill Does
The clawdhub skill serves as the primary interface for the OpenClaw agent ecosystem, enabling seamless management of agent capabilities via the ClawdHub CLI. It allows users to search the public registry, install new functionalities, maintain version control, and publish custom-built skills directly to clawdhub.com. By acting as a package manager for AI agent logic, it bridges the gap between local development and collaborative distribution. Whether you are scaling an agent's expertise or integrating third-party tools, this skill provides the necessary commands to keep your OpenClaw environment synchronized with the latest software updates and security patches.
Installation
To begin using ClawdHub, ensure you have Node.js installed on your system. You can install the CLI globally by running: npm i -g clawdhub. Once installed, you may need to authenticate if you intend to publish your own skills by using the clawdhub login command. By default, the CLI will look for and install skills into a local ./skills directory, though this can be configured using environment variables or flags.
Use Cases
- Rapid Skill Discovery: Quickly search the community registry for specialized tools like 'postgres backups' or 'web scraping' without manual configuration.
- Version Control: Ensure that your AI agent is running the latest stable release of a skill to avoid bugs or missing features.
- CI/CD Integration: Automate the deployment of custom agent skills by using the
publishcommand in your CI pipelines, allowing for seamless updates to shared agent architectures. - Environment Syncing: Keep multiple agent instances consistent by using the
update --allcommand to batch-upgrade all installed dependencies.
Example Prompts
- "ClawdHub, search for available skills related to sentiment analysis and install the one with the highest community rating."
- "Update my installed skills to the latest versions, and force an override if there are any checksum mismatches."
- "Publish the skill in my current folder as 'data-processor' with version 1.0.1 and include the changelog: 'Optimized memory usage for large datasets'."
Tips & Limitations
- Registry Customization: If you are operating in an enterprise environment, use the
CLAWDHUB_REGISTRYenvironment variable to point the CLI to a private internal registry. - Safety Check: Always review the changelog of a skill before performing a bulk update, as version changes may introduce breaking API changes in your local agent workflow.
- Permissions: Note that because this tool installs binaries and updates local files, it requires sufficient write permissions in your target working directory. Use the --force flag with caution as it can overwrite local modifications.
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-nicoataiza-clawdhub-bak-2026-01-28t18-01-16-10-30": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, network-access
Related Skills
plan-my-day
Generate an energy-optimized, time-blocked daily plan
agent-browser
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
gno
Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs RAG/semantic search, or wants to start a local web UI for their docs.
tldr
Simplified man pages from tldr-pages. Use this to quickly understand CLI tools.
openai-tts
Text-to-speech via OpenAI Audio Speech API.