Websearch

Meta skill that delegates web search tasks to the local duckduckgo skill. Use when performing web searches, fetching Wikipedia summaries, or gathering search results into LLM context.

tangledgroup 5699b16 830 B Updated

File contents

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)

tangledgroup/tangled-skills/tree/main/misc/websearch-0-1-0 commit 5699b16aee

Frequently asked questions

npx skillmds@latest add tangledgroup/websearch-2