# 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.

- Skill: `tangledgroup/websearch-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tangledgroup/websearch-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tangledgroup/websearch-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: tangledgroup (https://skillmd.com/u/tangledgroup)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tangledgroup/websearch-2

---


# 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`)

