ddg-search

DuckDuckGo web search via CLI. Use when you need to search the web for information, research topics, find news, or discover resources. Supports text search, news search, and image search with JSON output for programmatic use.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ddg-search" with this command: npx skills add secureskills-io/ddg-search/secureskills-io-ddg-search-ddg-search

DDG Search

DuckDuckGo search CLI wrapper around the ddgs Python package.

Usage

# Text search (default)
ddg "your search query"

# News search
ddg "your query" -t news

# Image search
ddg "your query" -t images

# JSON output (for scripting)
ddg "your query" --json

# Limit results
ddg "your query" -n 5

# Specific region
ddg "your query" -r us-en

Options

FlagDescriptionDefault
-t, --typeSearch type: text, news, imagestext
-n, --max-resultsMax results to return10
-r, --regionRegion code (e.g., us-en, de-de)wt-wt (worldwide)
--safeSafe search: on, moderate, offmoderate
--jsonOutput as JSONfalse

Common Region Codes

  • wt-wt - Worldwide
  • us-en - United States
  • de-de - Germany
  • gb-en - United Kingdom
  • in-en - India

Script Location

/root/clawd/ddg-skill/scripts/ddg

Dependencies

  • Python 3.8+
  • ddgs package (pip install ddgs)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ddg-search

No summary provided by upstream source.

Repository SourceNeeds Review
General

ddg-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated