web-search
Overview
This is a meta skill that delegates all web search operations to the duckduckgo skill. Always load that skill first to access DuckDuckGo's HTML and JSON search endpoints.
When to Use
- Performing web searches from the terminal
- Fetching Wikipedia-style summaries
- Gathering search results into clean LLM context
Usage
Load the duckduckgo skill and follow its instructions for:
- HTML endpoint — full search results converted to markdown (default)
- JSON API — structured data with abstracts, infoboxes, and definitions (
--format json)