freeunlimited-websearch
Provides unlimited free web search functionality, helping users access the latest information and resources on the internet, supporting a wide range of query needs.
npx skills add lngu/openclaw-skill-freeunlimited-websearch --skill freeunlimited-websearchBefore / After Comparison
1 组Limited by traditional search engines or API call limits, large-scale, unrestricted web information retrieval and data collection are usually very difficult, often requiring manual tool switching or paid services.
With the `freeunlimited-websearch` skill, free and unrestricted web searching can be achieved, greatly expanding the scope and depth of information acquisition, and improving the efficiency of data analysis and research.
description SKILL.md
freeunlimited-websearch
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 ddgs package 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.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
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.
Weekly Installs221Repositorylngu/openclaw-s…ebsearchGitHub Stars2First SeenFeb 26, 2026Security AuditsGen Agent Trust HubWarnSocketPassSnykFailInstalled oncursor218gemini-cli218amp218cline218github-copilot218codex218
forumUser Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill