Adds Browser Agent, AI-Crawler, and AI-Map to your OpenClaw agent.
Works alongside the native Oxylabs plugin without any conflict.
If native plugin detected (oxylabs-ai-studio-openclaw):
If no native plugin:
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.
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
When native Oxylabs plugin IS present:
When native Oxylabs plugin is NOT present:
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"
共 1 个版本