← Back to Skills Marketplace
oxylabs

Oxylabs Web Search

by Oxylabs · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ✓ Security Clean
45
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install oxylabs-web-search
Description
Search the web and read web pages with Oxylabs AI Studio (alternative to Brave, DuckDuckGo or Tavily). Use this whenever the user wants to search the web, lo...
README (SKILL.md)

Oxylabs Web Search & Data

One tool for getting things off the web — pick a subcommand:

  • search — find pages for a query (titles, URLs, and optional page text)
  • scrape — get the content of one URL

Setup

If OXYLABS_AI_STUDIO_API_KEY is unset, get a key at https://aistudio.oxylabs.io/api-key and export it (or add to ~/.openclaw/.env). AI Studio has a free tier.

Usage

# search the web
python3 scripts/oxylabs.py search "\x3Cquery>" -n 5
python3 scripts/oxylabs.py search "\x3Cquery>" -n 3 --content   # + page text per result

# get one page as Markdown
python3 scripts/oxylabs.py scrape "\x3Curl>"

Common flags: --geo (two-letter ISO country) · --render-js (off by default; slower).

Usage Guidance
Install only if you are comfortable sending search queries, target URLs, and the Oxylabs API key to Oxylabs AI Studio. Do not use it for secrets, private internal links, regulated personal data, or authenticated content unless you have explicit authorization.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifacts coherently implement web search and single-page scraping through Oxylabs AI Studio, matching the advertised purpose.
Instruction Scope
The activation guidance is broad for web lookup tasks, so users should avoid using it for private, internal, authenticated, or sensitive URLs and queries.
Install Mechanism
There is no package installer or hidden setup; it is a dependency-free Python script plus documented API-key setup.
Credentials
The script reads only the Oxylabs API key from the environment or ~/.openclaw/.env and sends user-supplied queries or URLs to Oxylabs, which is proportionate but should be understood as a third-party data flow.
Persistence & Privilege
No persistence, privilege escalation, background execution, destructive action, or broad local file access was found.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oxylabs-web-search
  3. After installation, invoke the skill by name or use /oxylabs-web-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.3
- Changed skill name in documentation from "oxylabs-websearch" to "oxylabs-web-search" for consistency. - No functional changes to commands, setup, or usage instructions.
v0.1.2
- Updated description to clarify this skill as an alternative to Brave, DuckDuckGo, or Tavily. - Slight name change in the metadata from "oxylabs-search" to "oxylabs-websearch". - No functional or usage changes; documentation improvement only.
v0.1.1
- Changed skill name from "openclaw-oxylabs-search" to "oxylabs-search". - No functional changes; documentation updated to reflect the new name.
v0.1.0
Initial release of oxylabs-search skill. - Search the web and read pages using Oxylabs AI Studio. - Supports two commands: `search` (finds relevant pages) and `scrape` (fetches a page's content as Markdown). - Handles JavaScript-heavy sites and geo-targeting. - Utilizes Oxylabs AI Studio API key for access, with a free tier available. - Simple setup and command-line usage with optional flags for geo-location and JavaScript rendering.
Metadata
Slug oxylabs-web-search
Version 0.1.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Oxylabs Web Search?

Search the web and read web pages with Oxylabs AI Studio (alternative to Brave, DuckDuckGo or Tavily). Use this whenever the user wants to search the web, lo... It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.

How do I install Oxylabs Web Search?

Run "/install oxylabs-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Oxylabs Web Search free?

Yes, Oxylabs Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Oxylabs Web Search support?

Oxylabs Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Oxylabs Web Search?

It is built and maintained by Oxylabs (@oxylabs); the current version is v0.1.3.

💬 Comments