← Back to Plugins
Integration

Oxylabs Ai Studio Openclaw

oxylabs By oxylabs ⭐ 218 stars 👁 7 views ▲ 0 votes

Official Oxylabs AI-Studio Openclaw plugin

GitHub

Install

npm install oxylabs-ai-studio-openclaw

README

# oxylabs-ai-studio-openclaw
[![ai-studio-openclaw](https://raw.githubusercontent.com/oxylabs/oxylabs-ai-studio-js/refs/heads/main/images/Github-AI-Studio-1262x525px%20new.png)](https://aistudio.oxylabs.io/?utm_content=oxylabs-ai-studio-openclaw&groupid=877) 

[![](https://dcbadge.limes.pink/api/server/Pds3gBmKMH?style=for-the-badge&theme=discord)](https://discord.gg/Pds3gBmKMH) [![YouTube](https://img.shields.io/badge/YouTube-Oxylabs-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@oxylabs)

An [OpenClaw](https://docs.openclaw.ai/tools/web) 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](https://aistudio.oxylabs.io/?utm_content=oxylabs-ai-studio-openclaw&groupid=877) 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

```bash
npm install oxylabs-ai-studio-openclaw
```

## Configuration

The plugin requires an Oxylabs AI Studio API key. You can provide it in two ways:

1. **Environment variable** - set `OXYLABS_AISTUDIO_API_KEY`
2. **Plugin config** - pass `apiKey` in your OpenClaw plugin configuration
3. ~/.openclaw/openclaw.json
 ```bash
   "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 |
integration

Comments

Sign in to leave a comment

Loading comments...