Automation
clawhub avatar

clawhub

ClawHub is the official registry and CLI tool for managing OpenClaw AI agent skills. Search, install, version-control, and publish custom skills to your local OpenClaw workspace.

Introduction

ClawHub serves as the centralized package management system for the OpenClaw ecosystem, enabling users and developers to discover, deploy, and share agent skills effectively. Designed for personal AI assistants running on local hardware, this tool bridges the gap between raw skill code and functional assistant capabilities. It provides a robust interface for the OpenClaw CLI, allowing you to interface with a remote registry while maintaining local autonomy over your agent's configuration and installed extensions. Whether you are a power user adding automation to your workflow or a developer distributing specialized AI tools, ClawHub streamlines the lifecycle of agent skill management.

  • Perform granular search queries across the global OpenClaw registry to find community-driven or official agent skills.

  • Execute versioned installations to ensure environment stability, with support for specific version pinning to prevent breaking changes.

  • Automate routine maintenance by updating individual skills or synchronizing your entire skill set with the latest repository releases.

  • Streamline the publication process by uploading your own skills directly from your local directory, complete with metadata like slug, name, versioning, and changelogs.

  • Utilize robust hash-based matching during updates to ensure integrity and secure deployment of code.

  • The default registry is located at https://clawhub.com; this can be overridden via environment variables or command-line arguments for private or enterprise-specific registries.

  • Working directories default to your current directory or the active OpenClaw workspace, providing flexible installation paths.

  • The tool is fully compatible with Node.js environments and supports common CLI patterns such as force-updates, non-interactive flags for CI/CD pipelines, and detailed logging for debugging.

  • Always ensure you have authenticated via the login command before attempting to publish content to the registry to ensure secure ownership of your skills.

  • When updating, note that version-specific flags override default behavior, allowing for precise control during rolling upgrades of your assistant's capabilities.

Repository Stats

Stars
366,104
Forks
75,065
Open Issues
6,959
Language
TypeScript
Default Branch
main
Sync Status
Idle
Last Synced
Apr 29, 2026, 09:12 AM
View on GitHub