What problem does it solve? When built-in web search tools are unavailable or require API keys (such as a missing FIRECRAWL_API_KEY), you still need a way to find current information online. This Skill provides free DuckDuckGo search across text, news, images, and videos with no API key required. ## Core Features & Use Cases - CLI-First Search: Uses the ddgs command-line tool via terminal for text, news, image, and video queries with region, time, and safe-search filters. - Python API Fallback: Supports the DDGS Python class after verifying the ddgs package is installed in that specific runtime. - Search-then-Extract Workflow: Returns titles, URLs, and snippets, then pairs with web extraction tools to retrieve full page content. - Use Case: You need the latest AI regulation news but have no search API key configured. Run ddgs news -q "AI regulation" -m 5 to get dated headlines with sources, then extract the most relevant article. ## Quick Start Ask the agent to search DuckDuckGo for a topic, for example: "Search DuckDuckGo for the five most recent news articles about AI regulation."