Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.
Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search the web via DuckDuckGo using the ddgs Python library. No API key needed.
python3 skills/ddg-search/scripts/search.py "your search query" [count] query (required): Search terms count (optional): Number of results, default 5, max 20
Each result includes: Title โ Page title URL โ Direct link Snippet โ Text excerpt
# Basic search python3 skills/ddg-search/scripts/search.py "latest AI news" # More results python3 skills/ddg-search/scripts/search.py "Python async tutorial" 10
After searching, use web_fetch to read full content from any result URL.
ddgs Python package (install: pip install --break-system-packages ddgs)
Unofficial scraping โ may break if DuckDuckGo changes their frontend Rate limits possible under heavy use English-biased results by default
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.