soulhub
v0.1.0
Published
SOULHUB CLI — install and manage AI agent personas (souls) from soulhub.ai, the marketplace for the open Soul Spec standard
Maintainers
Readme
SOULHUB
The marketplace CLI for AI agent personas.
SOULHUB is the marketplace for souls — portable AI agent personas built on Soul Spec, the open standard (SOUL.md, IDENTITY.md, soul.json, …). This package provides the soulhub command: browse, install, validate, scan, and publish soul packages that work with any SOUL.md-compatible agent framework (OpenClaw, ZeroClaw, and more).
Quick start
# Install a soul from the SOULHUB registry
npx soulhub install surgical-coder
# Activate it in your agent workspace
npx soulhub use surgical-coder
# See what's installed
npx soulhub listOr install globally:
npm install -g soulhub
soulhub --helpCommands
| Command | What it does |
|---|---|
| soulhub install <name> | Install a soul package from the registry |
| soulhub use <name> | Activate an installed soul (backs up your current workspace) |
| soulhub restore | Restore workspace from the latest backup |
| soulhub list | List installed souls |
| soulhub init [name] | Scaffold a new soul directory |
| soulhub validate [dir] | Validate a soul package against the Soul Spec |
| soulhub scan [dir] | Local SoulScan — offline safety scan of a soul package |
| soulhub publish <dir> | Publish a soul package to the registry |
| soulhub login / logout / whoami | Registry authentication |
How it relates to ClawSouls
soulhub is powered by the ClawSouls CLI engine — same registry, same Soul Spec, same features, marketplace-first name. Both commands stay in lockstep; use whichever you prefer.
Links
- Marketplace: https://www.soulhub.ai
- Soul Spec (open standard): https://clawsouls.ai
- Engine CLI: https://www.npmjs.com/package/clawsouls
SOULHUB™ and ClawSouls™ are trademarks of their respective owner. © 2026 ClawSouls.
