cmd plugin marketplace - nself-org/cli GitHub Wiki
Browse and search plugins from the ɳSelf marketplace.
nself plugin marketplace <subcommand> [flags]
nself plugin marketplace queries the ɳSelf plugin registry at plugins.nself.org and lets you browse, search, and inspect plugins before installing them. Use it to explore what is available, filter by tier or bundle, and copy install commands.
Free plugins install without a license key. Pro plugins require a valid key set with nself license set.
Lists all available plugins from the marketplace.
Flags:
| Flag | Description |
|---|---|
--tier free|pro |
Filter by tier |
--bundle <slug> |
Filter by bundle slug: nclaw, clawde, nmedia, nfamily, nchat
|
--category <name> |
Filter by category (e.g. ai, media, messaging) |
--json |
Output raw JSON |
Examples:
nself plugin marketplace list
nself plugin marketplace list --tier free
nself plugin marketplace list --tier pro
nself plugin marketplace list --bundle nclaw
nself plugin marketplace list --category ai
nself plugin marketplace list --tier pro --jsonSearch for plugins matching a query string (name and description).
nself plugin marketplace search <query> [flags]
Flags: same as list
Examples:
nself plugin marketplace search "email"
nself plugin marketplace search "media streaming" --tier pro
nself plugin marketplace search "notification" --bundle nclawShow detailed information about a specific plugin.
nself plugin marketplace info <name> [flags]
Flags:
| Flag | Description |
|---|---|
--json |
Output raw JSON |
--open |
Open the plugin page in a browser |
Examples:
nself plugin marketplace info ai
nself plugin marketplace info claw --json
nself plugin marketplace info livekit --openAfter finding a plugin, install it with:
nself plugin install <name>Pro plugins require a valid license key. Set one first:
nself license set nself_pro_xxxxx...
nself plugin install ai- cmd-plugin, full plugin management reference
- Plugin-Licensing, license tiers and key format
- Plugin-Catalog, full catalog of all 138 plugins