Docs

Docs › OpenClaw Plugin

OpenClaw Plugin

The official Epic FlowState OpenClaw plugin registers all gateway MCP tools directly in your OpenClaw workspace with a single install.

Install

npm install @epicdm/openclaw-plugin

Configure

Add to your OpenClaw config file:

{
  "plugins": {
    "entries": {
      "epic-flowstate": {
        "enabled": true,
        "config": {
          "apiKey": "YOUR_API_KEY",
          "gatewayUrl": "https://gateway.epicflowstate.com"
        }
      }
    }
  }
}

Available hooks

  • before_tool_call — intercept and modify tool call arguments
  • after_tool_call — post-process tool results

See the OpenClaw plugin documentation for the full plugin API reference.