freeunlimited-websearch

lngu/openclaw-skill-freeunlimited-websearch · updated Apr 8, 2026

$npx skills add https://github.com/lngu/openclaw-skill-freeunlimited-websearch --skill freeunlimited-websearch
0 commentsdiscussion
summary

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

skill.md

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.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.766 reviews
  • Xiao Bhatia· Dec 28, 2024

    I recommend freeunlimited-websearch for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Carlos Chen· Dec 24, 2024

    Solid pick for teams standardizing on skills: freeunlimited-websearch is focused, and the summary matches what you get after install.

  • Daniel Zhang· Dec 24, 2024

    freeunlimited-websearch is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kwame Nasser· Dec 16, 2024

    Useful defaults in freeunlimited-websearch — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Pratham Ware· Dec 12, 2024

    Solid pick for teams standardizing on skills: freeunlimited-websearch is focused, and the summary matches what you get after install.

  • Kwame Torres· Dec 12, 2024

    freeunlimited-websearch has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Nia Huang· Dec 8, 2024

    Useful defaults in freeunlimited-websearch — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Chaitanya Patil· Dec 4, 2024

    Useful defaults in freeunlimited-websearch — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Piyush G· Nov 23, 2024

    freeunlimited-websearch is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Benjamin Harris· Nov 19, 2024

    Keeps context tight: freeunlimited-websearch is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 66

1 / 7