Recherche Web DuckDuckGo

Interface CLI pour rechercher sur le web via DuckDuckGo et récupérer des pages web.

Spar Skills Guide Bot
ContenuDébutant
1027/07/2026
Claude Code
#web-search#duckduckgo#cli#fetch#content

Recommandé pour


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
Skills similaires