Autosearch stackoverflow
Programming Q&A with community-voted answers across 200+ technical tags via api.stackexchange.com.
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/stackoverflow" ~/.claude/skills/0xmariowu-autosearch-stackoverflow && rm -rf "$T"
manifest:
autosearch/skills/channels/stackoverflow/SKILL.mdsource content
Overview
Stack Overflow provides high-signal programming Q&A, code-level troubleshooting, API usage guidance, and technical reference material via the public Stack Exchange API. It is especially valuable when the query is about concrete errors, implementation details, or how practitioners resolved a specific development problem in production code.
Known Quirks
- Unauthenticated requests are limited to roughly 300 requests per day per IP, so this channel uses a conservative rate limit.
- The request must include
or the API omitsfilter=withbody
, which makes evidence snippets much less useful.body_markdown - Because unauthenticated quota is IP-scoped, parallel E2B or shared-runner executions can collide even when one local run is well behaved.
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.