RightNow Agent plugins package related extensions into one installable directory. Marketplaces make those packages discoverable, while installation, enablement, and trust remain separate decisions.
| Component | Conventional path |
|---|---|
| Skills | skills/ |
| Slash commands | commands/ |
| Agents | agents/ |
| Hooks | hooks/hooks.json |
| MCP servers | .mcp.json |
| LSP servers | .lsp.json |
An optional plugin.json can override paths or add metadata. Plugins deliver files, not runtimes or native binaries.
A marketplace is a catalog hosted in a Git repository or local folder. Adding a marketplace only makes its catalog available. It does not install its plugins.
rightnow-pager.exe plugin marketplace add my-org/team-plugins
rightnow-pager.exe plugin marketplace add https://gitlab.com/acme/plugins.git
rightnow-pager.exe plugin marketplace add ./my-marketplace
rightnow-pager.exe plugin marketplace list
rightnow-pager.exe plugin marketplace update
rightnow-pager.exe plugin marketplace remove <url>--trust, RightNow displays the source and activation warning, then stops.rightnow-pager.exe plugin install deploy-tools --trustOnly add marketplaces and install plugins from sources you trust. User plugins under ~/.rightnow/plugins/ are trusted automatically. Project plugins under .rightnow/plugins/ require trust.
rightnow-pager.exe plugin list
rightnow-pager.exe plugin list --json
rightnow-pager.exe plugin details <name>
rightnow-pager.exe plugin enable <name>
rightnow-pager.exe plugin disable <name>
rightnow-pager.exe plugin update [<name>]
rightnow-pager.exe plugin uninstall <name>
rightnow-pager.exe plugin validate [<path>]rightnow-pager.exe plugin uninstall also accepts the rm and remove aliases. Use rightnow-pager.exe inspect for a complete inventory of loaded plugin components and their sources.
Run /plugins to open the extension modal. Its Hooks, Plugins, Marketplace, Skills, and MCP Servers tabs let you inspect components, enable or disable plugins, add sources, install entries, refresh state, and remove plugins with confirmation.
A newly installed skill appears in the slash menu after the plugin list is refreshed or a new session starts. Ambiguous skill names use a plugin-qualified command such as /deploy-tools:release.