Install
openclaw skills install flowclaw-orchestratorYAML-driven workflow orchestrator for AI agent teams with human-in-the-loop approval gates. Includes optional Notion, n8n, and Discord integrations.
openclaw skills install flowclaw-orchestratorYAML-driven workflow orchestrator for OpenClaw agent teams. Connects Notion → n8n → agents, with approval gates so nothing runs without your go-ahead.
FlowClaw is a workflow execution engine that:
config/example.env to .env and fill in your API keyspip3 install -r src/requirements.txtpython3 src/workflow-executor.pysrc/n8n-workflow.json into your n8n instanceAll configuration is via environment variables. See config/example.env for the full list.
Key variables:
WORKFLOW_EXECUTOR_API_KEY — API key for authenticating requestsNOTION_API_KEY — Notion integration token (starts with secret_...)DISCORD_BOT_TOKEN — Discord bot token for notifications (optional)PORT — Server port (default: 8765)MAX_WORKERS — Gunicorn worker count (default: 4, recommended: 2× CPU cores)