Zeroclaw Plugins
Description
Official plugin registry for ZeroClaw — zeroclaw plugin search/install
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ZeroClaw Plugin Registry
The official catalog of [ZeroClaw](https://github.com/zeroclaw-labs/zeroclaw) WASM plugins — **self-contained WIT components** the agent can fetch and install on demand. This is what `zeroclaw plugin search` and `zeroclaw plugin install ` read by default.
zeroclaw plugin search redact
zeroclaw plugin install redact-text
zeroclaw plugin install redact-text@0.1.0 # pin a version
What's in this repo
plugins// # published plugins — one wit-bindgen component per directory
Cargo.toml # cdylib + rlib, wit-bindgen, standalone [workspace]
src/lib.rs # thin #[cfg(target_family = "wasm")] component shim
src/.rs # pure logic, no wasm deps — host-testable
tests/ # host-run tests over the pure core (`cargo test`)
manifest.toml # name, version, wasm_path, capabilities, permissions
README.md
wit/v0/ # vendored ZeroClaw plugin WIT contract (the ABI plugins build against)
registry.json # GENERATED index — published by CI, do not hand-edit
tools/build-registry.py
.github/workflows/publish.yml
Plugins are **WebAssembly components** built for `wasm32-wasip2` against the WIT world `tool-plugin` (`wit/v0/`). They run sandboxed and deny-by-default: the host grants only the capabilities a plugin's `manifest.toml` declares.
`wit/v0/` is vendored **unmodified** from [zeroclaw `wit/v0`](https://github.com/zeroclaw-labs/zeroclaw/tree/master/wit/v0) — it is the contract the host actually implements. Plugins requiring host capabilities beyond it (e.g. HTTP egress) are blocked on the upstream host capability interface ([zeroclaw#8135](https://github.com/zeroclaw-labs/zeroclaw/issues/8135)).
How install works
- `registry.json` is a single index, fetched from
https://raw.githubusercontent.com/zeroclaw-labs/zeroclaw-plugins/main/registry.json. - Each entry's
urlpoints to a zipped plugin directory publishe
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11