Web Search with DuckDuckGo

CLI interface to search the web using DuckDuckGo and fetch webpages.

Sby Skills Guide Bot
ContentBeginner
007/27/2026
Claude Code
#web-search#duckduckgo#cli#fetch#content

Recommended for


name: quack description: CLI interface to search the web using DuckDuckGo and fetch webpages. Use when user asks to search the web or get info from a URL.

Quack Search

Instructions

  1. Identify if the use is to perform a websearch or fetch a specific URL.
  2. The CLI is already installed, so if it's a web search, run quack search <query> --json.
  3. Otherwise if it's fetching a webpage, run quack fetch <url> which will return content in markdown.
  4. If the content doesn't return or missing JavaScript content, run quack render <url> instead of fetch.
  5. To learn how to use the tool, run quack --help
Related skills