# Ddg Web Search

> Search the web with DuckDuckGo instant answer API and return concise results. Use when the user asks to look something up online, fetch quick facts, or do lightweight web search without browser automation.

- Skill: `luokai0/ddg-web-search` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add luokai0/ddg-web-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/luokai0/ddg-web-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: luokai0 (https://skillmd.com/u/luokai0)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/luokai0/ddg-web-search

---


# ddg-web-search

Use the bundled script for deterministic web lookups:

```bash
{baseDir}/scripts/ddg_search.py "<query>"
```

Rules:
- Prefer short, relevant summaries.
- Return the source URLs when available.
- If no good result exists, say so clearly.

Examples:

```bash
{baseDir}/scripts/ddg_search.py "OpenClaw tools profile"
{baseDir}/scripts/ddg_search.py "weather Amsterdam"
```

