What problem does it solve? Built-in web search tools often require paid API keys like FIRECRAWL_API_KEY, leaving you without a search path when those keys are missing. This Skill provides free DuckDuckGo-based search across text, news, images, and videos with no API key required. ## Core Features & Use Cases - CLI-First Search: Runs the ddgs command via terminal for text, news, image, and video queries with region, time, and safe-search filters. - Verified Python API Fallback: Uses the DDGS Python class only after confirming the package is importable in that specific runtime, avoiding ModuleNotFoundError surprises. - Search-then-Extract Workflow: Returns titles, URLs, and snippets, then hands off to web_extract or browser tools for full page content. - Use Case: When FIRECRAWL_API_KEY is not set and you need current information, run ddgs text -k "fastapi deployment guide" -m 5 -o json to get ranked results, then extract the best URL for full content. ## Quick Start Search DuckDuckGo for the five most recent news articles about AI regulation using the ddgs CLI.