plugin-registry beginner active

Clawhub

You found 12 plugins on GitHub. Two work. One hasn't updated in two years. ClawHub filters that noise.

What breaks without openclaw plugin registry

Untested plugins breaking installs. No version compatibility metadata. Hours finding the right package.

Verified plugin discovery × curated compatibility metadata ÷ 5-minute browse ÷ zero broken installs = the right plugin, first try.

openclaw plugin registry — what it actually does

01
Indexes official and community OpenClaw plugins with compatibility metadata.
02
Surfaces supported OpenClaw versions, license, and maintenance status per plugin.
03
Lets maintainers publish plugins with release notes alongside npm packages.
04
Provides search by function so you skip manual GitHub hunting.
05
Links directly to install commands, repos, and known issue trackers.

Security check — openclaw plugin registry

Privacy score: 7/10 — accesses connected platform APIs only. Lock it: review OAuth scopes before install, confirm Linux, macOS, Windows (WSL); OpenClaw ≥1.2 compatibility.

Quick start — openclaw plugin registry in 5 minutes

Setup time: 5 minutes

!
You need:
  • OpenClaw core installed
  • Node.js ≥18

Install the package:

npm install @openclaw/clawhub
1
Install the clawhub plugin via npm
2
Add to openclaw.config.js plugins array
3
Restart OpenClaw — a /clawhub command becomes available
4
Use openclaw plugin search <name> from CLI to find plugins
5
Install found plugin with openclaw plugin install <name>

Troubleshooting openclaw plugin registry

1
1. Confusing ClawHub with npm — ClawHub adds metadata and trust scores on top
2
2. Installing unverified community plugins without checking maintainer signal
3
3. Not pinning plugin versions after finding them via ClawHub

Compatibility & status

Works with: Linux, macOS, Windows (WSL); OpenClaw ≥1.2 beginner Last updated: Oct 2025 ★ 620 on GitHub MIT

Official docs →

View on GitHub →

FAQ — openclaw plugin registry

Is ClawHub the same as the npm registry?

No. ClawHub is a metadata and discovery layer on top of npm, adding trust signals and categories.

Can I submit my own plugin?

Yes. Open a PR to the clawhub repo with your plugin's metadata YAML file.

Does ClawHub work offline?

CLI tool caches the last-fetched registry locally for basic search, but install requires npm access.

Related — more like openclaw plugin registry

More by openclaw

Every broken plugin install wastes an hour of debugging time you didn't budget.

Without metadata, you discover compatibility failures in production.

Get it on GitHub →