V0.4 // LIVE
02 // USE CASES
"What is r/LocalLLaMA saying about Qwen 3 this week?" Claude Code picks up the bundled skill, runs hot/top/search + a post with comments, and summarizes in one turn.
"Find mentions of our product in the last 30 days and cluster comments by theme and sentiment." Replaces the manual copy-paste loop.
"What questions do r/selfhosted users keep asking about Docker?" Surfaces blog-post, docs-gap, and support-article ideas from recurring threads.
Point Claude Desktop, Cursor, or any MCP client at the service. Your agent can pull live Reddit discussion using the same API key — no extra glue code.
03 // PICK YOUR PATH
From “I don’t write code” to “I’m shipping a product”.
Claude (on claude.ai) can connect to this service directly. Ask it Reddit questions in plain English; it pulls the posts and comments itself.
Five-minute tutorial →One command installs a Reddit skill into Claude Code. After that, Claude picks it up automatically whenever you ask about Reddit from your terminal.
npx skills add alexbruf/reddit-api-skill -a claude-codeSkill docs →Plain HTTP with Bearer auth. Or point an MCP client at /mcp. Same endpoints, same token.
curl -H "Authorization: Bearer $REDDIT_API_KEY" \
"https://reddit-staging.vieweng.in/api/v1/r/python/hot?limit=10"Developer quickstart →