freeunlimited-websearch▌
lngu/openclaw-skill-freeunlimited-websearch · updated Apr 8, 2026
Search the web for free using DuckDuckGo - no API key or rate limits.
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+
ddgspackage (pip install ddgs)
Installation
-
Install the
ddgspackage in a Python environment:pip install ddgs -
Clone this skill to your openclaw skills directory:
git clone https://github.com/YOUR_USERNAME/openclaw-skill-freeUnlimited-websearch ~/.openclaw/skills/freeUnlimited-websearch -
Update
search.pyshebang to point to your Python withddgsinstalled:# Edit the first line of search.py to your python path, e.g.: #!/path/to/your/venv/bin/python -
Enable the skill in
~/.openclaw/openclaw.json:{ "skills": { "entries": { "freeUnlimited-websearch": { "enabled": true } } } } -
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.
Ratings
4.7★★★★★66 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