Frequently Asked Questions
Common questions and answers about using ClawBlitz.
How do I use the Notion skill?
To use the Notion skill, you need to create a Notion integration and provide its API token to your bot:
- 1. Go to Notion Internal Integrations and create a new integration
- 2. Copy the Internal Integration Token
- 3. In your ClawBlitz dashboard, go to Integrations and paste the token in the Notion field
- 4. In Notion, share the pages/databases you want the bot to access with your integration
Once configured, you can ask your bot things like "Show me my Notion tasks" or "Create a new page in my Projects database."
How do I set up Gmail?
Gmail uses gogcli for OAuth. Since your bot can't open a browser, you do the OAuth on your local machine and transfer the tokens. Here's the short version:
- 1. Create OAuth 2.0 credentials (Desktop app) in the Google Cloud Console
-
2.
Install
gogclilocally and set aGOG_KEYRING_PASSWORDenvironment variable -
3.
Run
gog auth add --remoteto authenticate in your browser - 4. Provide the credential files to your bot via chat
- 5. In your ClawBlitz dashboard, set the Google Keyring Password to the exact same password you used locally
Important: If the keyring password on the dashboard doesn't match the one you used locally, your bot can't decrypt the tokens and Gmail won't work. See the full Integrations guide for detailed steps.
Once authenticated and the keyring password matches, Gmail works in both interactive sessions and cron jobs.
Can I install Python packages?
No. The ClawBlitz environment is fully managed, and you cannot run pip install or install any packages. All supported skills come pre-installed on your bot.
If you need a specific package or skill that isn't currently available, reach out to [email protected] and we'll evaluate adding it to the platform for all users.
How do I create a cron job?
Just tell your bot what you want it to do on a schedule. For example:
Your bot will interpret the schedule, create the appropriate cron expression, and register it using the openclaw cron add command internally. You can view all scheduled jobs by asking "Show me my cron jobs" and remove them by asking the bot to delete specific ones. See the full Cron Jobs documentation for details.
How do I rotate my gateway token?
Your gateway token is used to authenticate requests to your bot's URL. To rotate it:
- 1. Go to your ClawBlitz dashboard
- 2. Find the Gateway Token section
- 3. Click Regenerate Token
- 4. Update any services or scripts that use the old token
Warning: Rotating your token immediately invalidates the old one. Anyone using the old URL will lose access until they receive the new one.
What happens when storage fills up?
ClawBlitz monitors your storage and takes action at key thresholds:
- • 80% — You receive a warning email suggesting cleanup
- • 90% — Storage auto-expands as needed
- • 95% — Critical email alert sent
- • 100% — Your bot may stop functioning until space is freed
Use the Clean Up Storage button in your dashboard to remove old sessions (30+ days) and cached files. See Storage & Data for full details.
How do I connect Discord?
To connect your bot to a Discord server:
- 1. Create a Discord bot in the Discord Developer Portal
- 2. Copy the bot token from the Bot section
- 3. In your ClawBlitz dashboard, go to Channels and paste the Discord bot token
- 4. Invite your Discord bot to your server using the OAuth2 URL from the Developer Portal
- 5. Save your dashboard settings — your bot will restart and connect to Discord
Can I use my own domain?
Not currently. Your bot is accessible via a ClawBlitz-provided URL with gateway token authentication. Custom domains are not supported at this time. If this is a feature you need, let us know at [email protected] — we track feature requests and prioritize based on demand.
What models are available?
The models available to your bot depend on which AI provider you selected during setup:
OpenAI
GPT-4o, GPT-4o mini, o1, o3-mini, and other models available through your OpenAI API key
Anthropic
Claude Opus 4, Claude Sonnet 4, Claude Sonnet 3.5, and other Claude models available through your Anthropic API key
Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash, and other Gemini models available through your Google AI API key
OpenRouter
Access to 100+ models from multiple providers through a single OpenRouter API key
You can change your AI provider and API key at any time from the dashboard. The change triggers a restart.
How do I update my API key?
If you need to rotate or change your AI provider API key:
- 1. Go to your ClawBlitz dashboard
- 2. Find the API Key field
- 3. Paste your new API key
- 4. Click Save — your bot restarts automatically with the new key
You can also switch AI providers entirely (e.g., from OpenAI to Anthropic) by changing both the provider selection and the API key.
Is my data backed up?
Yes. ClawBlitz performs nightly backups of all bot data to secure storage. These backups are managed by the ClawBlitz admin team. If you experience data loss and need a restore, contact [email protected] with your account email and a description of what needs to be restored. Note that backups capture a nightly snapshot, so any data created after the last backup would not be included in a restore.
How do I contact support?
You can reach the ClawBlitz support team in several ways:
- • Email: [email protected]
- • Dashboard: Use the support ticket form in your ClawBlitz dashboard
When contacting support, include your account email, a clear description of the issue, and any error messages you've seen. This helps us resolve your issue faster.