npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oxylabs-ai-studio-openclaw

v1.0.3

Published

Web search and fetch powered by Oxylabs AI Studio

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

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-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 |