Skip to main content
Plugins are OpenClaw extensions that add persistent services, new commands, and autonomous capabilities to your agent. They complement skills by handling things that run continuously in the background.

Skills vs plugins

Skills are stateless — they run, trade, exit. Plugins are stateful — they maintain connections, track state across cycles, and can inject context into your agent’s decision-making.

Available plugins

Install a plugin

Then add it to your agent’s MCP config — see Autoresearch for the full setup.

Configure a plugin

Plugin config lives in your OpenClaw plugins.json. Each plugin defines its own config schema:
Environment variables (like SIMMER_API_KEY) are read from your agent’s environment automatically — you don’t need to duplicate them in plugin config.

Requirements

  • OpenClaw agent runtime (plugins are OpenClaw extensions)
  • Simmer Pro plan for premium plugins (autoresearch, reactor)
  • simmer-sdk installed (pip install simmer-sdk) for plugins that trade