← ClaudeAtlas

reddit-researchlisted

Use when the user asks to search Reddit, check what people are saying on a subreddit, find complaints or pain points, validate a product idea against community discussion, or track sentiment/trends on Reddit. Triggers on "search Reddit", "check r/", "what are people saying about", "Reddit complaints", "pain points on Reddit", "reddit research". Produces community-signal evidence records (permalink + verbatim quote + timestamp), never conclusions. Do NOT use for GitHub content (use github-research) or general web search (use web-research) — Reddit discussion ABOUT a GitHub project still belongs here, not github-research.
ali-demirbas/research · ★ 0 · Code & Development · score 70
Install: claude install-skill ali-demirbas/research
# Reddit Research ## Overview Collects evidence from Reddit: posts and comments as community-signal or, when the author is credentialed, up to tier-3 fact/opinion evidence. Each output is one evidence record — a claim backed by a verbatim quote anchored to a permalink and timestamp. This skill never concludes or synthesizes; it produces raw material for `state/runs/<slug>/evidence.jsonl`. **Layer rule:** produces evidence, not results. Synthesis and confidence status are the orchestrator's job. ## When to use Direct use: "what do people on r/X say about Y", "find complaints about Z". As a component: orchestrator dispatches this for community-signal and sentiment-shaped sub-questions. Don't use for: GitHub-native content (→ github-research), general web pages (→ web-research). Do use this even for Reddit threads *about* a GitHub project or a web article — the evidence source is Reddit, so it belongs here. ## Reddit's current access reality (check this note's date before trusting it stale) As of 2026-08-15, anonymous `*.reddit.com/*.json` access is broadly blocked (TLS fingerprinting, not just rate limits) — **never treat it as the primary path.** See references/tooling.md for the full chain: OAuth (if credentials configured) → Arctic Shift (no-auth fallback) → one opportunistic `.json` probe → PullPush → Wayback for deleted content. One capability probe at skill start decides the tier; don't re-probe per query. ## Credential hygiene (if OAuth is used) Never read, ech