返回 Skill 列表
extension
分类: 数据与分析需要 API Key

Oxylabs AI Studio — Web Scraper, Crawler & Browser Agent

网页抓取、爬虫、搜索及浏览器自动化,使用 Oxylabs AI Studio。当用户请求抓取网站、提取内容时使用此技能。

person作者: drfirasshubclawhub

Oxylabs AI Studio Skill

Adds Browser Agent, AI-Crawler, and AI-Map to your OpenClaw agent. Works alongside the native Oxylabs plugin without any conflict.

Smart Installation

If native plugin detected (oxylabs-ai-studio-openclaw):

  • Skips Web Fetch and Web Search — already covered natively
  • Adds only the 3 missing tools: Browser Agent, AI-Crawler, AI-Map

If no native plugin:

  • Installs all 5 tools: AI-Scraper, Browser Agent, AI-Crawler, AI-Search, AI-Map

Note for Hostinger + OpenClaw users

If you enabled Oxylabs in Hostinger and see PLUGIN:OXYLABS-AI-STUDIO-OPENCLAW in your agent tools, you already have Web Fetch and Web Search covered. This skill adds the 3 missing tools: Browser Agent, AI-Crawler, AI-Map.

Setup

Run: bash setup.sh Or manually: pip3 install oxylabs-ai-studio --break-system-packages Set: export OXYLABS_API_KEY=your_key_here Get 1000 free credits at: https://aistudio.oxylabs.io

Tools and Priority Rules

When native Oxylabs plugin IS present:

  • Scraping a URL -> use native oxylabs_web_fetch
  • Searching the web -> use native oxylabs_web_search
  • Browser navigation -> always use scripts/browser.py
  • Crawling a domain -> always use scripts/crawler.py
  • Mapping a site -> always use scripts/map.py

When native Oxylabs plugin is NOT present:

  • Scraping a URL -> use scripts/scrape.py
  • Searching the web -> use scripts/search.py
  • Browser navigation -> use scripts/browser.py
  • Crawling a domain -> use scripts/crawler.py
  • Mapping a site -> use scripts/map.py

Examples

python3 scripts/browser.py https://example.com "find all product prices" python3 scripts/crawler.py https://example.com "all blog posts" python3 scripts/map.py https://example.com "all pages"