oxylabs-ai-studio-openclaw
An OpenClaw plugin that provides web search and web fetch tools powered by Oxylabs AI Studio. Web search API with AI-powered data extraction and seamless OpenClaw integration.
Why Oxylabs AI Studio? Oxylabs AI Studio joins proven providers like Brave, Gemini, Grok, Kimi, Perplexity, Firecrawl, and Tavily in OpenClaw web search ecosystem. Get reliable, continuous access to web data without worrying about being blocked. AI Studio navigates advanced site structures, bypasses IP blocks, and handles dynamic content effortlessly.
Key Benefits:
Structured, LLM-ready data - Skip overwhelming data formatting and start building right away Parsing handled for you - Clean, structured data hassle-free Intent-driven actions - Describe what you want in plain English; the system handles clicks, scrolls, and interactions automatically Built for your flow - Seamless integration via MCP, SDKs, or workflow orchestration platforms
Tools
oxylabs_web_search- Search the web via Oxylabs' instant search API. Returns titles, URLs, and descriptions. Supports result count and country/geo-location filtering.oxylabs_web_fetch- Fetch and extract readable content (markdown or plain text) from any URL using Oxylabs' scrape API.
oxylabs_web_search Search the web via Oxylabs' instant search API. Returns titles, URLs, and descriptions. Supports result count and country/geo-location filtering.
Features:
Free web search API with generous quotas AI-powered search results Geographic and language filtering Structured JSON responses
oxylabs_web_fetch Fetch and extract readable content (markdown or plain text) from any URL using Oxylabs' scrape API.
Features:
AI-powered content extraction Automatic parsing and formatting JavaScript rendering support Returns clean, structured markdown
Installation
npm install oxylabs-ai-studio-openclaw
Configuration
The plugin requires an Oxylabs AI Studio API key. You can provide it in two ways:
- Environment variable - set
OXYLABS_AISTUDIO_API_KEY - Plugin config - pass
apiKeyin your OpenClaw plugin configuration - ~/.openclaw/openclaw.json
"plugins": { "entries": { "oxylabs-aistudio": { "enabled": true, "config": { "apiKey": "YOUR_API_KEY" } } } }
Advanced options
| Option | Default | Description |
|---|---|---|
baseUrl | https://api-aistudio.oxylabs.io | Override the API base URL |
pollIntervalMs | 3000 | Polling interval for scrape results (ms) |
maxPolls | 8 | Max poll attempts before timeout |
