WebSearch

Search the web via DuckDuckGo HTML endpoint (no API key). Returns structured JSON results.

DaveSteadman Updated

File contents

DuckDuckGo Search (Local)

Use this skill when you need quick web search results without an API key.

Tool

Run the script and parse its JSON output.

  • Script: {baseDir}/ddg_search.py
  • Input: a query string, plus optional flags
  • Output: JSON with { query, results[] }

How to run

Prefer this pattern:

python "{baseDir}/ddg_search.py" --query "your query" --max 8

DaveSteadman/OpenClawTest/tree/main/Workspace/openclaw/workspace/Skills/WebSearch commit 7d67a8510c

Frequently asked questions

npx skillmds@latest add davesteadman/websearch