SkillAgentSearch skills...

Oxylabs AI Studio Openclaw

Official Oxylabs AI-Studio Openclaw plugin

Install / Use

npx skills add oxylabs/oxylabs-ai-studio-openclaw

Installs into whichever agent you are using.

README

oxylabs-ai-studio-openclaw

ai-studio-openclaw

YouTube

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, managees 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:

  1. Environment variable - set OXYLABS_AISTUDIO_API_KEY
  2. Plugin config - pass apiKey in your OpenClaw plugin configuration
  3. ~/.openclaw/openclaw.json
  "plugins": {
   "entries": {
     "oxylabs-ai-studio-openclaw": {
         "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 |

Related Skills

View on GitHub
GitHub Stars480
CategoryDevelopment
Updated3h ago
Forks0

Languages

TypeScript

Security Score

85/100

Audited on Aug 8, 2026

No findings