openclaw plugins
Manage plugins.
Usage
bash
openclaw plugins <action> [options]Actions
| Action | Description |
|---|---|
list | List installed plugins |
install | Install a plugin |
uninstall | Uninstall a plugin |
update | Update plugins |
enable | Enable a plugin |
disable | Disable a plugin |
Examples
bash
# List plugins
openclaw plugins list
# Install a plugin
openclaw plugins install @openclaw/plugin-name
# Install from GitHub
openclaw plugins install github:user/plugin
# Uninstall a plugin
openclaw plugins uninstall plugin-name
# Update all plugins
openclaw plugins update
# Enable/disable
openclaw plugins enable plugin-name
openclaw plugins disable plugin-namePlugin Types
| Type | Description |
|---|---|
channel | New messaging channels |
tool | New agent tools |
provider | New model providers |
Creating Plugins
See the Plugin Development Guide for creating custom plugins.