ClawHub — skill registry and agent marketplace plugin for CMDOP
Project description
ClawHub — AI Agent Skill Registry & Marketplace for Python
ClawHub serves as an agent skill registry Python developers can leverage as an AI skill marketplace, offering OpenClaw skills and facilitating MCP tool discovery. Unlike alternatives like OpenClaw, ClawHub CLI, MCP, LangChain Hub, and CrewAI Tools, ClawHub focuses on providing a comprehensive agent plugin store for streamlined skill management and integration.
Features
- Browse the agent skill registry Python to find pre-built functionalities.
- Discover and integrate OpenClaw skills into your AI agents.
- Utilize the AI skill marketplace to extend agent capabilities.
- Simplify MCP tool discovery for enhanced agent workflows.
- Manage agent plugins through a centralized agent plugin store.
Use Cases
- Search and install agent skills from the ClawHub registry
- Publish custom skills and share them across teams
- Discover MCP-compatible tools and integrate them into agent workflows
Installation
pip install clawhub
Quick Start
from clawhub import ClawHub
client = ClawHub.remote(api_key="cmdop_live_xxx")
# Search for skills
results = client.search("code review")
print(results)
# Install a skill
client.install("coding-agent", version="latest")
# Publish your own skill
client.publish("./my-skill", private=False)
print(client.installed_skills)
CLI
No SDK needed? Connect via standalone binary:
curl -fsSL cmdop.com/install-cli.sh | bash
cmdok ssh
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clawhub-2026.3.20.tar.gz.
File metadata
- Download URL: clawhub-2026.3.20.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5da6a7fd1591b9b413a1be28c7c1701e89b805dcafcfe917e06d2019ce7b890
|
|
| MD5 |
8bbdf345682f6a5d589b172864e8e40d
|
|
| BLAKE2b-256 |
9cdae7a826a35495a03e14591c2b275f8ea0f5cec70248a421e269facaf9eed7
|
File details
Details for the file clawhub-2026.3.20-py3-none-any.whl.
File metadata
- Download URL: clawhub-2026.3.20-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b901bdd7ab436910f3f63c525551a07592fb70b5b25331b593571d26e6148c
|
|
| MD5 |
eb89c6446ed294c308536687b125dd47
|
|
| BLAKE2b-256 |
3e2052c429378e9689118b1c78012fd38f952abc59b33e7f41cf42e6cb93c710
|