reddit-fetch

reddit-fetch is a skill for Claude Code, Codex from ykdojo/claude-code-tips. It costs 43 tokens per session (1,522 once invoked), scanned A, original, no licence file.

A tool for fetching Reddit content through Reddit's JSON interface using a browser session.

In plain words
What is it for?
Retrieving Reddit posts and comments for research, including when working from a Reddit URL or investigating a topic discussed there.
Why use it?
It helps access Reddit pages when direct requests are blocked or return a 403 error, meaning access is forbidden.

Skill for Claude CodeCodex

Part of the dx plugin — 9 skills shipped together

Install

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.

agentmods
npx agentmods add skills/ykdojo/claude-code-tips/reddit-fetch
Any agent
npx skills add ykdojo/claude-code-tips --skill reddit-fetch
Clone the repo
git clone --depth 1 https://github.com/ykdojo/claude-code-tips

Made for: Claude Code, Codex.

Or install dx, the plugin that ships this one along with the rest of its 9 skills.

Wrote 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.

agentmods badge for reddit-fetch

README.md
[![agentmods](https://agentmods.dev/badge/skills/ykdojo/claude-code-tips/reddit-fetch.svg)](https://agentmods.dev/skills/ykdojo/claude-code-tips/reddit-fetch)
Your own site
<a href="https://agentmods.dev/skills/ykdojo/claude-code-tips/reddit-fetch"><img src="https://agentmods.dev/badge/skills/ykdojo/claude-code-tips/reddit-fetch.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,522 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00043 $0.01522
Opus 5 $0.00022 $0.00761
Sonnet 5 $0.00009 $0.00304
Haiku 4.5 $0.00004 $0.00152

Measured 4d ago against content hash 59a55dbe455b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reddit-fetch 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 4d 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.

Reddit's public JSON API works by appending `.json` to any Reddit URL — but Reddit now hard-blocks automated access. **curl 403s essentially every time (host AND container, regardless of User-Agent), and even a cold Play
skills/reddit-fetch/SKILL.md · 83 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 4d ago First seen · 83 lines · 43 tokens per session scan A 59a55dbe455b

Subscribe to this mod's changes

reddit-fetch is a skill published in the GitHub repository ykdojo/claude-code-tips (10,027 stars, last pushed yesterday), with no licence file. It adds 43 tokens to every session and 1,522 once invoked, about $0.0002 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-08-30.

Related

Other skills, from other repositories

test-engineer

Automated E2E testing with Playwright including the auto-fix loop — generate test cases from the UI, run them, fix failures and re-run until passing, then produce a human-readable report. Test until it passes, not just test and report. Drives /toh-test; use whenever tests must be written, run, or made green.

wasintoh/toh-framework · 75 tokens

transformers-js

Build and validate local browser or Bun inference with Hugging Face Transformers.js, WebGPU or WASM backends, quantization, caching, and cleanup.

metaspartan/cybara · 35 tokens

browser-qa

Validate web applications through the embedded browser with responsive, interaction, console, and screenshot checks.

metaspartan/cybara · 22 tokens

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

shanraisshan/shanraisshan · 108 tokens

architecture-elevation

Validate the architectural ALTITUDE of a stated root cause or proposed fix before peer review or implementation. Interrogates the frame itself — whether the concern exists because of an abstraction that could be removed — before mapping enforcement sites within the concern. Tests whether a different boundary could…

stempeck/agentfactory · 113 tokens

architecture-docs

Generate or refresh /docs/architecture/ — the current-state source of architectural truth for this codebase, grounded in code and git history (NOT in .designs/). Produces an anchor-dense corpus (invariants.md, idioms.md, trust-boundaries.md, seams.md, subsystems/.md, history.md, gaps.md) plus a high-level overview…

stempeck/agentfactory · 164 tokens