What problem does it solve? When built-in web search tools are unavailable or require API keys you do not have, you still need a way to run web searches. This Skill provides free DuckDuckGo search across text, news, images, and videos with no API key required. ## Core Features & Use Cases - CLI-First Search: Runs text, news, image, and video queries through the ddgs command-line tool with region, time, and safe-search filters. - Python API Fallback: Uses the DDGS Python class only after verifying the ddgs package is importable in that specific runtime, avoiding false assumptions about preinstalled packages. - Search-then-Extract Workflow: Returns titles, URLs, and snippets, then hands off to extraction tools like web_extract or curl for full page content. - Use Case: You need current news about AI regulation but have no Firecrawl API key. Run ddgs news -q "AI regulation" -m 5 to get dated headlines with sources, then extract the most relevant article. ## Quick Start Ask the assistant to search DuckDuckGo for a topic, for example: "Search DuckDuckGo for the latest news on AI regulation and show me the top five results."