openclaw / ddg-search
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/ddg-search && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1324" && unzip -o skill.zip -d .claude/skills/ddg-search && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/ddg-search/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
0 views
0 installs
Skill Content
--- name: ddg-search description: Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred. --- # 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 - `search.py`: Executes the DuckDuckGo search and returns the results.