Create your own FrankenClaw Agent using FrankenTools!
FrankenClaw is a controlled execution layer for AI agents. It serves FrankenTools over standard MCP — search, vision, browser automation, web scraping, Shopify, and content generation — so any agent can use them. You pick the models. You control the keys. The tools just execute.
Each tool is a single Python file. Auto-discovered on startup. No registration, no config.
FrankenClaw does one thing: execute tool calls and return results. Everything else belongs to the agent.
git clone https://github.com/GuyMannDude/frankenclaw.git cd frankenclaw pip install -r requirements.txt
Register with OpenClaw:
openclaw mcp set frankenclaw "python3 /path/to/frankenclaw/server.py" openclaw gateway restart
API keys come from Rocky's Switch (~/.rockys-switch/keys.json). Tool settings live at ~/.frankenclaw/config.json, auto-created on first run.
Or install the full stack with one command:
curl -fsSL https://projectsparks.ai/install.sh | bash
The Sparks Stack installer sets up FrankenClaw + Rocky's Switch + Mnemo Cortex and wires them together.
Open-source AI infrastructure, built in Half Moon Bay.