Plugins
OrbCode supports a plugin system that allows you to extend its capabilities with additional skills, commands, agents, and MCP servers. Plugins are installed on a per-project basis and are stored in the.orb/plugins/ directory.
Managing Plugins
You can manage plugins using theorbcode plugin command.
Install a Plugin
To install a plugin from the official marketplace, use theinstall command:
.orb/plugins/ directory. After installing a new plugin, you should restart OrbCode to load all the new components.
List Installed Plugins
To see which plugins are currently installed in your project, use thelist command:
Uninstall a Plugin
To remove a plugin from your project, use theuninstall command:
Plugin Components
Plugins can provide various components to enhance your OrbCode experience:- Skills: Custom skills that agents can use to perform specific tasks.
- Commands: Additional CLI commands.
- Agents: Specialized agents tailored for specific workflows.
- MCP Servers: Model Context Protocol servers to provide additional context and capabilities.