freeunlimited-websearch
3
总安装量
2
周安装量
#55802
全站排名
安装命令
npx skills add https://github.com/lngu/openclaw-skill-freeunlimited-websearch --skill freeUnlimited-websearch
Agent 安装分布
openclaw
2
mcpjam
1
claude-code
1
junie
1
windsurf
1
zencoder
1
Skill 文档
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.