Awesome-openclaw-skills ddg-search
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/ddg-search" ~/.claude/skills/sundial-org-awesome-openclaw-skills-ddg-search && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/ddg-search" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-ddg-search && rm -rf "$T"
manifest:
skills/ddg-search/SKILL.mdsource content
DuckDuckGo Search Skill
This skill provides the ability to perform web searches using DuckDuckGo.
Usage
To use this skill, provide a search query. The skill will return relevant results from DuckDuckGo.
Scripts
: Executes the DuckDuckGo search and returns the results.search.py