Autosearch wikipedia

Authoritative encyclopedia articles via the Wikipedia Action API (English edition).

install
source · Clone the upstream repo
git clone https://github.com/0xmariowu/Autosearch
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/0xmariowu/Autosearch "$T" && mkdir -p ~/.claude/skills && cp -r "$T/autosearch/skills/channels/wikipedia" ~/.claude/skills/0xmariowu-autosearch-wikipedia && rm -rf "$T"
manifest: autosearch/skills/channels/wikipedia/SKILL.md
source content

Overview

Wikipedia provides authoritative encyclopedia-style background, definitions, factual overviews, and historical context through the English Wikipedia Action API. It is useful when the query needs broad, neutral summary coverage across science, history, culture, and general-knowledge topics before drilling into more specialized sources.

Known Quirks

  • English Wikipedia only in v1; Chinese Wikipedia support is a future follow-up.
  • Search results only expose list-API snippets, not full article bodies.
  • Requests must include a policy-compliant User-Agent with contact information per Wikimedia requirements.

Quality Bar

  • Evidence items have non-empty title and url.
  • No crash on empty or malformed API response.
  • Source channel field matches the channel name.