1- # ClawHub
1+ # OpenClaw
22
33<p align =" center " >
4- <a href =" https://github.com/clawdbot /clawhub/actions/workflows/ci.yml?branch=main " ><img src =" https://img.shields.io/github/actions/workflow/status/clawdbot /clawhub/ci.yml?branch=main&style=for-the-badge " alt =" CI status " ></a >
4+ <a href =" https://github.com/openclaw /clawhub/actions/workflows/ci.yml?branch=main " ><img src =" https://img.shields.io/github/actions/workflow/status/openclaw /clawhub/ci.yml?branch=main&style=for-the-badge " alt =" CI status " ></a >
55 <a href =" https://discord.gg/clawd " ><img src =" https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge " alt =" Discord " ></a >
66 <a href =" LICENSE " ><img src =" https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge " alt =" MIT License " ></a >
77</p >
88
9- ClawHub is the ** public skill registry for Clawdbot** : publish, version, and search text-based agent skills (a ` SKILL.md ` plus supporting files).
9+ OpenClaw is the ** public skill registry for Clawdbot** : publish, version, and search text-based agent skills (a ` SKILL.md ` plus supporting files).
1010It’s designed for fast browsing + a CLI-friendly API, with moderation hooks and vector search.
1111
1212onlycrabs.ai is the ** SOUL.md registry** : publish and share system lore the same way you publish skills.
@@ -27,7 +27,7 @@ onlycrabs.ai: `https://onlycrabs.ai`
2727
2828- Entry point is host-based: ` onlycrabs.ai ` .
2929- On the onlycrabs.ai host, the home page and nav default to souls.
30- - On ClawHub , souls live under ` /souls ` .
30+ - On OpenClaw , souls live under ` /souls ` .
3131- Soul bundles only accept ` SOUL.md ` for now (no extra files).
3232
3333## How it works (high level)
@@ -39,7 +39,7 @@ onlycrabs.ai: `https://onlycrabs.ai`
3939
4040## Telemetry
4141
42- ClawHub tracks minimal ** install telemetry** (to compute install counts) when you run ` clawhub sync ` while logged in.
42+ OpenClaw tracks minimal ** install telemetry** (to compute install counts) when you run ` clawhub sync ` while logged in.
4343Disable via:
4444
4545``` bash
@@ -95,7 +95,7 @@ This writes `JWT_PRIVATE_KEY` + `JWKS` to the deployment and prints values for y
9595
9696## Nix plugins (nixmode skills)
9797
98- ClawHub can store a nix-clawdbot plugin pointer in SKILL frontmatter so the registry knows which
98+ OpenClaw can store a nix-clawdbot plugin pointer in SKILL frontmatter so the registry knows which
9999Nix package bundle to install. A nix plugin is different from a regular skill pack: it bundles the
100100skill pack, the CLI binary, and its config flags/requirements together.
101101
0 commit comments