1.4 KiB
1.4 KiB
2026-02-14 - OpenClaw Configuration & API Setup
Configuration Changes Made
- Increased concurrency: 8 main agents, 16 subagents
- Enabled cron jobs (max 4 concurrent runs)
- Optimized for research and development workflows
API Keys Status
✅ Configured
- Kimi Coding - Primary model (kimi-coding/k2p5)
- xAI/Grok-4 - Active model via fallback chain
- OpenRouter - Auth profile created, needs models configured
- Telegram Bot - Channel integration working
🔄 Pending Configuration
- Firecrawl - API key ready, config syntax issues
- Gemini/Google AI - API key ready, needs provider setup
- Groq - Fallbacks configured, needs full provider setup
Commands Learned
openclaw gateway config patch --raw '{...}'- Correct syntax for config updatesopenclaw gateway config edit- Direct config editingopenclaw gateway config get- View current config- Environment variables as fallback for API keys
Free API Alternatives for Web Search
- Brave Search - No longer has free tier ($3/month minimum)
- SerpAPI - 100 searches/month free
- SearXNG - Self-hosted, unlimited
- DuckDuckGo - No API key needed (HTML scraping)
- Jina AI - Free, no signup (r.jina.ai/http://URL)
Next Steps
- Complete Firecrawl configuration (web scraping)
- Add Gemini for embeddings and image understanding
- Finalize OpenRouter model configuration
- Test all configured APIs