skills$openclaw/ddg-search
paradoxfuzzle9.0k

by paradoxfuzzle

ddg-search – OpenClaw Skill

ddg-search is an OpenClaw Skills integration for coding workflows. Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.

9.0k stars6.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameddg-search
descriptionPerform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred. OpenClaw Skills integration.
ownerparadoxfuzzle
repositoryparadoxfuzzle/ddg-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @paradoxfuzzle/ddg-search
last updatedFeb 7, 2026

Maintainer

paradoxfuzzle

paradoxfuzzle

Maintains ddg-search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
search.sh
1.4 KB
_meta.json
286 B
SKILL.md
465 B
SKILL.md

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.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install ddg-search?

Run openclaw add @paradoxfuzzle/ddg-search in your terminal. This installs ddg-search into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/paradoxfuzzle/ddg-search. Review commits and README documentation before installing.