Plugins
Feature: Plugins
Section titled “Feature: Plugins”The nself plugin system extends your stack with additional services, API routes, and capabilities, without writing infrastructure code.
How Plugins Work
Section titled “How Plugins Work”A plugin is a manifest + Docker Compose overlay + optional Nginx config. When you install and build:
nself plugin install <name>: downloads and caches the pluginnself build: merges the plugin’s compose overlay intodocker-compose.ymland injects Nginx routesnself start/�P1� restart: runs the updated stack
Plugin Tiers
Section titled “Plugin Tiers”| Tier | Price | Included |
|---|---|---|
| Free | $0 | 26 free plugins, no license key required |
| Basic | $0.99/mo | All 100 pro plugins |
| Pro | $0.99/mo | Basic + AI suite |
| Elite | $3.99/mo | Pro + email support |
| Business | $9.99/mo | Elite + 24h support |
See Plugin-Licensing for full tier details.
Free Plugins (25)
Section titled “Free Plugins (25)”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
Pro Plugins (62)
Section titled “Pro Plugins (62)”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.
Plugin Commands
Section titled “Plugin Commands”nself plugin install <name> # install a pluginnself plugin remove <name> # remove a pluginnself plugin update <name> # update to latest versionnself plugin list # list installed pluginsnself plugin registry # browse available pluginsBuilding Your Own Plugin
Section titled “Building Your Own Plugin”See Plugin-Dev-Guide to build and publish a custom plugin.
See Also
Section titled “See Also”- Plugin-Overview: browse all plugins
- Plugin-Architecture: technical details
- Plugin-Licensing: tier and pricing details
- Plugin-Dev-Guide: build a plugin