openclaw/clawhub

Skill + Plugin Registry for OpenClaw

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on January 30th, 2026
Created on January 3rd, 2026
Open Issues & Pull Requests: 45 (+0)
Number of forks: 1,451
Total Stargazers: 9,345 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.8 days
Mean response time: 16.5 days
90th percentile: 51.0 days
Tracked items: 1,445

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 80% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "P2" is answered fastest, typically in about 3 days, while "r: rescan-guidance" waits about 4 weeks. 15% of tracked open issues have had no activity in three months. Only 8% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 40
New in 7 days: 6
Closed in 7 days: 10
Avg open age: 23 days
Stale 30+ days: 18
Stale 90+ days: 6

Recent activity

Opened in 7 days: 6
Closed in 7 days: 9
Comments in 7 days: 17
Events in 7 days: 308

Top labels

  • r: rescan-guidance (629)
  • clawsweeper:no-new-fix-pr (333)
  • security (316)
  • clawsweeper:needs-maintainer-review (286)
  • clawsweeper:needs-product-decision (268)
  • impact:security (234)
  • clawsweeper:needs-security-review (230)
  • P2 (180)

Detailed Description

ClawHub is a skill and plugin registry for OpenClaw that lets developers publish, version, and discover text-based agent skills and code plugins through a web interface and CLI.

The tool solves the problem of distributing and discovering agent skills and plugins in a fragmented ecosystem. It works by hosting a centralized registry where skills are defined as a SKILL.md file plus supporting files, with vector-based search powered by OpenAI embeddings rather than keyword matching. The backend runs on Convex for database and file storage, while the web app uses TanStack Start with React. Users can publish new skill versions with changelogs and tags, rename or merge owned skills without breaking existing links, and browse an OpenClaw package catalog that includes code plugins and bundle plugins with family, trust, and capability metadata.

Teams should adopt this tool if they are building within the OpenClaw ecosystem and need a discoverable way to share skills and plugins with other developers. The registry is designed for fast browsing and includes moderation hooks for curation. The CLI provides straightforward commands for authentication, discovery, local installation management, and publishing, with support for pinning local installs to prevent unwanted updates. The tool exposes both a web interface and a CLI-friendly API, making it suitable for both interactive exploration and headless automation.

The project has attracted a substantial base of adopters who report issues from real-world use rather than the core team driving the issue backlog. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker centers on labels indicating guidance for rescanning, requests for maintainer review, and decisions about whether to accept new fix pull requests, suggesting a deliberate approach to managing contributions and maintaining code quality.