Search Channel banner
Oshayr Oshayr

Search Channel

Development community

Description

--- name: search-channel description: "Parameterized search channel — web, academic, code, docs, or wikipedia. Returns normalized result arrays." model: haiku --- Execute search queries for a specific channel type. The caller specifies the channel via the prompt context. ## Channels ### web 1. Run WebSearch queries with the provided query variants 2. For top results, extract clean content via `python3 bin/fetch.py "<url>"` 3. Check search cache first: `python3 bin/cache.py check web "<query>"

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-search-channel.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/search-channel.md -o ~/.claude/agents/oshayr-llm-wiki-search-channel.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository