GodMode Support

Setup guides, troubleshooting, and FAQ.

Quick Setup

npm i -g openclaw                         # Install OpenClaw
openclaw plugins install godmode          # Install GodMode plugin
openclaw godmode activate GM-PROD-xxx     # Add your license key
openclaw gateway run                      # Start the gateway

Then open http://localhost:18789/godmode in your browser.

Troubleshooting

Run the doctor

The built-in diagnostic checks your license, UI assets, workspace, and data directory:

openclaw godmode doctor

This will tell you exactly what's wrong and how to fix it.

Check plugin health via HTTP

If the gateway is running, visit http://localhost:18789/godmode/health for a JSON status report including license state, UI availability, and method count.

Check plugin status via CLI

openclaw godmode status         # Human-readable
openclaw godmode status --json  # Machine-readable

FAQ

Where is my license key?

Your license key was emailed to you after purchase. Check for an email from hello@lifeongodmode.com with subject "Welcome to GodMode." If you can't find it, contact support.

"LICENSE_REQUIRED" error on every call

Your license key isn't configured. Run:

openclaw godmode activate YOUR-KEY-HERE

Then restart the gateway.

"LICENSE_INVALID" error

Your license key may be expired or deactivated. Check your subscription status at Manage Billing. If your payment method failed, update it there.

"GodMode UI Not Available" at /godmode

The UI assets weren't included in your install. This can happen with older plugin versions. Try updating:

openclaw plugins update godmode

Can I use GodMode on multiple machines?

Yes. Your license key works on any number of machines you personally own and use. Each machine needs its own OpenClaw + GodMode plugin installation with the same key.

What happens if I cancel?

Your license is deactivated, but your data files in ~/godmode/data/ are yours and never deleted. The base OpenClaw gateway continues to work. Re-subscribe anytime to reactivate your existing key.

Do I need to bring my own AI API keys?

Yes. GodMode orchestrates your AI interactions through OpenClaw, which connects to AI providers (Anthropic, OpenAI, Google, etc.) using your own API keys. GodMode itself is the operating system layer on top.

Contact

Need direct help? Email us at

support@lifeongodmode.com