Parallel web_search with OpenClaw
Bundled search provider for agent web_search (stable v2026.6.5+)
Bundled search provider for agent web_search (stable v2026.6.5+)
Page scope: Parallel is a search provider bundled as a plugin—not an LLM. For chat models see Model providers. For page fetching see Firecrawl web_fetch or xAI x_search.
From stable v2026.6.5, OpenClaw ships a bundled Parallel plugin for the web_search tool. Agents can query the web through Parallel's guarded api.parallel.ai/v1/search endpoint instead of wiring a separate skill. Onboarding can discover PARALLEL_API_KEY and surface the provider in the setup picker.
Keep specialized tools when you need them: xAI x_search for X/Twitter context (migration guide), Firecrawl for structured page fetch (web_fetch migration), or skills from ClawHub for niche sources.
openclaw update then openclaw doctor --fix.PARALLEL_API_KEY in your environment or secrets store (Secrets).openclaw onboard or use the Setup Wizard—the Parallel provider should appear in the web-search picker on supported versions.openclaw gateway restart.export PARALLEL_API_KEY="your-key-here"
openclaw gateway restart
Production operators: add Parallel to the smoke list on Deployment Upgrade Runbook → v2026.6.5+.
openclaw doctor
openclaw gateway restart