Autosearch wikidata
Structured entity data (people, places, concepts) from Wikidata knowledge graph.
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/wikidata" ~/.claude/skills/0xmariowu-autosearch-wikidata && rm -rf "$T"
manifest:
autosearch/skills/channels/wikidata/SKILL.mdsource content
Overview
Wikidata provides authoritative structured entity descriptions for people, places, organizations, scientific concepts, and other knowledge-graph items through the public Wikidata Action API. It is useful when the query needs compact entity definitions, disambiguation, or canonical identifiers rather than long-form narrative content.
Known Quirks
- Results expose short entity descriptions, not long-form article content.
is hardcoded in v1.language=en
intentionally filters out lexemes and properties.type=item
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.