skills/ddgr/SKILL.md
Search the web with DuckDuckGo using the `ddgr` CLI. Use when the user asks to look something up online, verify facts, or gather source links.
npx skillsauth add adampoit/ai ddgrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web from the terminal with ddgr.
ddgr --noprompt --noua --json --num 10 "query terms"
Preferred command (machine-readable JSON):
ddgr --noprompt --noua --json --num 10 "query terms"
Search with region targeting:
ddgr --noprompt --noua --json --num 10 -r us-en "query terms"
Common options:
--json: Return JSON results for deterministic parsing--num <N>: Maximum number of results-r <region>: Region code such as us-en or gb-en--noprompt: Non-interactive mode--noua: Disable random user-agent behaviorIf --json is not supported by the installed ddgr version, use plain output:
ddgr --noprompt --noua --num 10 "query terms"
Summarize results with title, URL, and snippet for each entry.
tools
Use tmux instead of background bash for long-running, interactive, inspectable, or user-attachable terminal processes. Use for development servers, watch-mode tests, REPLs, debuggers, interactive CLIs, log tailing, and commands that may run indefinitely or need later input/inspection.
tools
Use Jujutsu (`jj`) for version control operations including status, history, diffs, commits, rebases, splits, squashes, and Git interop. Use when a repository is initialized for jj or the user asks for jj/Jujutsu workflows.
tools
Manage tasks with the `task` (Taskwarrior) CLI. Use when the user asks to review tasks, get task summaries, add work items, or complete tasks.
business
Search Slack messages and read Slack threads. Use when the user asks to search Slack, find messages, look up conversations, read thread replies, or retrieve Slack content. Triggers on requests involving Slack message lookup, conversation history, or thread reading.