Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
lngu avatar

Freeunlimited Websearch

  • 546 installs
  • 2 repo stars
  • Updated February 21, 2026
  • lngu/openclaw-skill-freeunlimited-websearch

freeunlimited-websearch is an OpenClaw skill that gives agents free, keyless DuckDuckGo web search using the Python ddgs package when fresh facts from the open web are needed.

About

freeunlimited-websearch is an OpenClaw skill from lngu/openclaw-skill-freeunlimited-websearch that adds free unlimited web search to agents via DuckDuckGo with no API key or rate limits. The skill requires Python 3.8+ and the ddgs package installed with pip install ddgs, then cloned into the OpenClaw skills directory. Developers reach for freeunlimited-websearch when building OpenClaw agents that need privacy-focused, quota-free search without provisioning search API keys. Search runs through DuckDuckGo's privacy-focused index rather than paid search APIs.

  • DuckDuckGo-backed search with no API key and no stated rate limits
  • Returns JSON arrays with title, href, and body per result
  • Python 3.8+ runner using the ddgs package via search.py
  • Configured through ~/.openclaw/openclaw.json with gateway restart
  • Auto-invoked when OpenClaw needs current web information

Freeunlimited Websearch by the numbers

  • 546 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #1,681 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lngu/openclaw-skill-freeunlimited-websearch --skill freeunlimited-websearch

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs546
repo stars2
Security audit1 / 3 scanners passed
Last updatedFebruary 21, 2026
Repositorylngu/openclaw-skill-freeunlimited-websearch

How do OpenClaw agents search the web without API keys?

Give OpenClaw agents free, keyless DuckDuckGo web search when they need fresh facts from the open web.

Who is it for?

Developers building OpenClaw agents who need free, unlimited, keyless web search during coding or research tasks.

Skip if: Production search requiring guaranteed result quality, SLAs, or paid search API features like Perplexity or Google Custom Search.

When should I use this skill?

User needs free web search for OpenClaw agents, DuckDuckGo integration, or keyless search without API rate limits.

What you get

Configured OpenClaw skill with DuckDuckGo search via the ddgs Python package and no API credentials.

  • configured openclaw search skill
  • ddgs integration

By the numbers

  • Requires Python 3.8+ and the ddgs package via pip install ddgs
  • Provides keyless DuckDuckGo search with no API rate limits

Files

SKILL.mdMarkdownGitHub ↗

Free Unlimited Web Search

Search the web for free using DuckDuckGo - no API key or rate limits.

Features

  • Free: No API key required
  • Unlimited: No rate limits or quotas
  • Private: Uses DuckDuckGo's privacy-focused search

Requirements

  • Python 3.8+
  • ddgs package (pip install ddgs)

Installation

1. Install the ddgs package in a Python environment:

   pip install ddgs

2. Clone this skill to your openclaw skills directory:

   git clone https://github.com/YOUR_USERNAME/openclaw-skill-freeUnlimited-websearch ~/.openclaw/skills/freeUnlimited-websearch

3. Update search.py shebang to point to your Python with ddgs installed:

   # Edit the first line of search.py to your python path, e.g.:
   #!/path/to/your/venv/bin/python

4. Enable the skill in ~/.openclaw/openclaw.json:

   {
     "skills": {
       "entries": {
         "freeUnlimited-websearch": {
           "enabled": true
         }
       }
     }
   }

5. Restart openclaw:

   openclaw gateway restart

Usage

The skill is automatically invoked when OpenClaw needs to search the web for current information.

Output

Returns JSON array of search results with title, href, and body fields.

Related skills

FAQ

What does freeunlimited-websearch require?

freeunlimited-websearch requires Python 3.8+ and the ddgs package installed via pip install ddgs, then cloning the skill into the OpenClaw skills directory for agent use.

Does freeunlimited-websearch need an API key?

freeunlimited-websearch uses DuckDuckGo through the ddgs Python package with no API key, no rate limits, and no paid search quotas for OpenClaw agent queries.

Is Freeunlimited Websearch safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.