Feature Plugins - nself-org/cli GitHub Wiki
The ɳSelf plugin system extends your stack with additional services, API routes, and capabilities, without writing infrastructure code.
A plugin is a manifest + Docker Compose overlay + optional Nginx config. When you install and build:
-
nself plugin install <name>, downloads and caches the plugin -
nself build, merges the plugin's compose overlay intodocker-compose.ymland injects Nginx routes -
nself start/nself restart, runs the updated stack
| Tier | Price | Included |
|---|---|---|
| Free | $0 | 29 free plugins , no license key required |
| Basic | $0.99/mo | All 109 pro plugins |
| Pro | $1.99/mo | Basic + AI suite |
| Elite | $4.99/mo | Pro + email support |
| Business | $9.99/mo | Elite + 24h support |
See Plugin-Licensing for full tier details.
backup, content-acquisition, content-progress, cron, donorbox, feature-flags, github, github-runner, invitations, jobs, link-preview, mdns, mlflow, monitoring, notifications, notify, paypal, search, shopify, stripe, subtitle-manager, tokens, torrent-manager, vpn, webhooks
Categories: AI & Automation, Communication, Media & Processing, Content & Social, Commerce & Payments, Auth & Security, Infrastructure & Integration, Productivity, Gaming & Specialised. The newest addition is claw-budget, which adds token budget tracking and cost controls for AI assistant sessions.
See Plugin-Overview for the complete list.
nself plugin install <name> # install a plugin
nself plugin remove <name> # remove a plugin
nself plugin update <name> # update to latest version
nself plugin list # list installed plugins
nself plugin registry # browse available pluginsSee Plugin-Dev-Guide to build and publish a custom plugin.
- Plugin-Overview, browse all plugins
- Plugin-Architecture, technical details
- Plugin-Licensing, tier and pricing details
- Plugin-Dev-Guide, build a plugin