Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add fetcher-sh/fetcher-skills --skill reddit-apigit clone --depth 1 https://github.com/fetcher-sh/fetcher-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/fetcher-sh/fetcher-skills/reddit-api)<a href="https://agentmods.dev/skills/fetcher-sh/fetcher-skills/reddit-api"><img src="https://agentmods.dev/badge/skills/fetcher-sh/fetcher-skills/reddit-api/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fetcher-sh/fetcher-skills/reddit-api"><img src="https://agentmods.dev/badge/skills/fetcher-sh/fetcher-skills/reddit-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk warn
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00150 | $0.01844 |
| Opus 5 | $0.00075 | $0.00922 |
| Sonnet 5 | $0.00030 | $0.00369 |
| Haiku 4.5 | $0.00015 | $0.00184 |
Grade A, and why
reddit-api scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -H "Authorization: Bearer $FETCHER_API_KEY" \ How it starts
The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reddit API
Reddit data on demand: cross-subreddit post search, subreddit and user search, subreddit info and feeds, single posts with full comment trees, sitewide best/hot/new/top feeds, and user profiles/posts/comments — one plain HTTP GET per call, paid as you go. No OAuth app registration, no client ID/secret pair, no Reddit API rate-limit tier.
Base URL: https://reddit.fetcher.sh
Authentication
Two ways to pay, same data — full mechanics in the fetcher
skill:
# 1. Prepaid credits (recommended — get a key at https://fetcher.sh/topup
# or via POST /api/credits/topup, see the fetcher skill)
export FETCHER_API_KEY="bby_live_xxxxxxxxxxxx"
curl -H "Authorization: Bearer $FETCHER_API_KEY" \
"https://reddit.fetcher.sh/api/search/post?keyword=hello"
# 2. x402 pay-per-call — omit the header; a GET with no payment returns 402
# with machine-readable payment requirements (USDC on Base, Polygon,
# Arbitrum, Monad, or Solana). @x402/fetch signs and retries automatically.
Every response is { "status": number, "message": string, "data": ... }; the
HTTP status mirrors status.
Endpoints (15 — all GET, $0.002/call)
| Endpoint | What it returns |
|---|---|
/api/search/post |
Posts across every subreddit matching a keyword |
/api/search/subreddit |
Subreddits matching a keyword |
/api/search/user |
Users matching a keyword |
/api/subreddit/{name} |
A subreddit's info |
/api/subreddit/{name}/posts |
A subreddit's post feed |
/api/post/{id} |
A single post |
/api/post/{id}/comments |
A post's comment tree |
/api/post/{id}/comments/{commentId}/replies |
Replies to a comment |
/api/posts/hot |
Sitewide hot feed |
/api/posts/new |
Sitewide new feed |
/api/posts/top |
Sitewide top feed |
/api/posts/best |
Sitewide best feed |
/api/user/{username} |
A user's profile |
/api/user/{username}/posts |
A user's posts |
/api/user/{username}/comments |
A user's comments |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 206 lines · 150 tokens per session scan A a9ed9db4c4e7
reddit-api is a skill published in the GitHub repository fetcher-sh/fetcher-skills (0 stars, last pushed 3d ago), licensed MIT. It adds 150 tokens to every session and 1,844 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other skills, from other repositories
reddit-api
Reddit Search — Search posts, comments, users, and subreddits across 100M+ indexed Reddit entries. Find discussions, track topics, discover communities, and analyze engagement. No Reddit API key needed — works through Xpoz MCP with natural language queries.
reddit-api
Reddit Search: search posts, comments, users, and subreddits across Xpoz's indexed Reddit archive. Find discussions, track topics, discover communities, and analyze engagement. No Reddit API key needed; works through Xpoz MCP with natural language queries.
instagram-api
Instagram data on demand: profile lookup by @handle, posts, reels, stories, tagged posts, followers and followings, hashtag and location feeds, audio/music feeds, and post comments — one plain HTTP GET per call, paid as you go. No login, no session cookies, no headless browser, no Graph API business verification.
xpoz-social-tracking
Set up and manage continuous social media tracking across Twitter, Instagram, Reddit, and TikTok. Add, remove, and view tracked keywords, users, subreddits, and hashtags. Use when asked to track mentions, monitor brands, set up tracking, view tracked items, or stop tracking.
social-sentiment
Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale: analyze 70K+ posts with bulk CSV export and Python/pandas. Social listening and brand monitoring powered by billions of indexed…
social-reddit-card
Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing.