.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki/search-channel
home/subagents/oshayr/llm-wiki/search-channel
oshayr avatar

search-channel

byoshayr· 7 subagents

Stars

51

Forks

2

Category

Documentation & Knowledge

View on GitHub

TL;DR

Parameterized search channel — web, academic, code, docs, or wikipedia. Returns normalized result arrays.

How to install search-channel?

oshayr/llm-wiki/search-channel
$curl -o .claude/agents/search-channel.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/search-channel.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install search-channel by running `curl -o .claude/agents/search-channel.md https://raw.githubusercontent.com/oshayr/llm-wiki/HEAD/agents/search-channel.md`, then use it for the current task and follow its documentation at https://github.com/oshayr/llm-wiki.

Files · 1

View on GitHub
agents/search-channel.md
1Execute search queries for a specific channel type. The caller specifies the channel via the prompt context.
2 
3## Channels
4 
5### web
61. Run WebSearch queries with the provided query variants
72. For top results, extract clean content via `python3 bin/fetch.py "<url>"`
83. Check search cache first: `python3 bin/cache.py check web "<query>"`
94. Save results to cache: `python3 bin/cache.py store web "<query>" "<results_json>"`
105. Return normalized results: {title, url, snippet, source_type: "web", credibility_tier}
11 
12### docs
131. Use Context7 MCP tool if available (resolve-library-id → query-docs)
142. Fallback: WebSearch with `site:docs.* OR site:*.readthedocs.io` prefix
153. Extract clean content via `python3 bin/fetch.py`
164. Cache results: `python3 bin/cache.py store docs "<query>" "<results_json>"`
175. Return normalized results: {title, url, snippet, source_type: "docs", credibility_tier}
18 
19### wikipedia
201. Check search cache first: `python3 bin/cache.py check wikipedia "<query>"`
212. Use `python3 bin/search-wikipedia.py search "<query>" --top 5`
223. Optionally pass `--lang <code>` for non-English queries (e.g. `--lang de`)
234. Save results to cache: `python3 bin/cache.py store wikipedia "<query>" "<results_json>"`
245. Return normalized results: {title, url, snippet, source_type: "wikipedia", credibility_tier: 2, pageid, lang, extract}
25 
26Use for: factual/encyclopedic topics — history, science, biographies, concepts, geography, technology overviews.
27Avoid for: very recent events (Wikipedia lags real-time), niche technical code questions.
28 
29### academic
301. Check search cache first: `python3 bin/cache.py check academic "<query>"`
312. Use `python3 bin/search-academic.py search "<query>" --top 5`
323. Optionally pass `--year-min` / `--year-max` for date filtering
334. Save results to cache: `python3 bin/cache.py store academic "<query>" "<results_json>"`
345. Return normalized results: {title, url, snippet, source_type: "academic", credibility_tier: 1, year, authors, doi}
35 
36Use for: research papers, scientific topics, formal publications, technical surveys.
37Avoid for: recent news, code/libraries, general knowledge.
38 
39### code
401. Check search cache first: `python3 bin/cache.py check code "<query>"`
412. Use `python3 bin/search-code.py search "<query>" --top 5`
423. Optionally pass `--type repos|packages|qa|all` to narrow search
434. Save results to cache: `python3 bin/cache.py store code "<query>" "<results_json>"`
445. Return normalized results: {title, url, snippet, source_type: "code", credibility_tier, stars, language}
45 
46Use for: libraries, frameworks, code examples, package info, Stack Overflow Q&A.
47Avoid for: academic papers, general knowledge, news.
48 
49## Cache TTLs
50- web: 7 days
51- academic: 30 days
52- code: 3 days
53- docs: 7 days
54- wikipedia: 30 days
55 
56## Rules
57- Always check cache before searching
58- Return results as JSON array in the normalized format
59- Assign credibility_tier based on source authority (1=high, 2=medium, 3=low)
60- Maximum 10 results per channel per query

Preview

oshayr/llm-wikioshayr/llm-wiki

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

Repooshayr/llm-wiki
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k