Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use ddgr (DuckDuckGo from the terminal) to perform privacy-focused web searches from the command line. Use when the user wants to (1) Search the web from the...
Use ddgr (DuckDuckGo from the terminal) to perform privacy-focused web searches from the command line. Use when the user wants to (1) Search the web from the...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
ddgr is a command-line utility to search DuckDuckGo from the terminal. It provides fast, privacy-focused web searches without opening a browser.
sudo snap install ddgr
sudo add-apt-repository ppa:twodopeshaggy/jarun sudo apt-get update sudo apt-get install ddgr
git clone https://github.com/jarun/ddgr.git cd ddgr sudo make install Dependencies: Python 3.8 or later
snap run ddgr "search query" --np
snap run ddgr "search query" --num 5 --np
snap run ddgr "query" --time w --np # past week snap run ddgr "query" --time m --np # past month snap run ddgr "query" --time y --np # past year
snap run ddgr "query" --site github.com --np
snap run ddgr "query" --json --np
snap run ddgr "query" --ducky
Run without --np to enter interactive mode: snap run ddgr "search query" Interactive commands: 1, 2, 3... โ open result in browser n โ next page of results p โ previous page of results q or Ctrl+D โ quit ? โ show help
OptionDescription-n N, --num NShow N results per page (0-25, default 10)-r REG, --reg REGRegion-specific search (e.g., 'us-en', 'uk-en')-t SPAN, --time SPANTime limit: d (day), w (week), m (month), y (year)-w SITE, --site SITESearch specific site-x, --expandShow complete URLs--jsonOutput in JSON format--duckyOpen first result in browser--np, --nopromptNon-interactive mode--unsafeDisable safe search
Use DuckDuckGo bangs to search specific sites: snap run ddgr "!w Linux" --np # Wikipedia search snap run ddgr "!yt music" --np # YouTube search snap run ddgr "!gh python" --np # GitHub search snap run ddgr "!a books" --np # Amazon search
Add to ~/.bashrc or ~/.zshrc: alias ddg='snap run ddgr' Then use: ddg "search query" --np
No user tracking or profiling Do Not Track enabled by default Works over Tor network (with proxy) HTTPS proxy support No stored search history
snap run ddgr "latest AI news 2025" --num 5 --np
snap run ddgr "Ubuntu tutorial" --site askubuntu.com --np
snap run ddgr "Python 3.12 features" --time m --np
snap run ddgr "!w OpenClaw" --np
Command not found: Ensure ddgr is installed via snap: sudo snap install ddgr Use full command: snap run ddgr instead of just ddgr No results: Check internet connection Try without --np to see if interactive mode works Verify DuckDuckGo is accessible in your region Slow response: DuckDuckGo HTML interface can be slower than main site Use --time to limit results by time for faster queries
GitHub: https://github.com/jarun/ddgr DuckDuckGo: https://duckduckgo.com Bangs: https://duckduckgo.com/bang
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.