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 ProgenyAlpha/reddit-lurker --skill skillgit clone --depth 1 https://github.com/ProgenyAlpha/reddit-lurkerWrote 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/progenyalpha/reddit-lurker/skill)<a href="https://agentmods.dev/skills/progenyalpha/reddit-lurker/skill"><img src="https://agentmods.dev/badge/skills/progenyalpha/reddit-lurker/skill.svg" alt="Measured on agentmods" height="20"></a>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.00000 | $0.00339 |
| Opus 5 | $0.00000 | $0.00169 |
| Sonnet 5 | $0.00000 | $0.00068 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
skill scanned grade A with 0 findings 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Lurk — Reddit Reader
Read Reddit threads, browse subreddits, search posts, and check user profiles. Full comment trees with automatic expansion of collapsed threads. No auth needed.
When to Use
- User pastes a Reddit URL
- User asks about a Reddit thread, subreddit, or user
- User wants to search Reddit for information
- User asks "what's on r/..." or "check Reddit for..."
Commands
# Read a full thread with all comments
~/.claude/skills/reddit/lurk thread "<reddit_url>" --compact
# Browse a subreddit
~/.claude/skills/reddit/lurk subreddit <name> --sort hot --limit 25 --compact
# Search Reddit (optionally within a subreddit)
~/.claude/skills/reddit/lurk search "<query>" --sub <subreddit> --sort relevance --limit 25 --compact
# View user activity
~/.claude/skills/reddit/lurk user <username> --limit 10 --compact
# Subreddit info
~/.claude/skills/reddit/lurk subreddit <name> --info --compact
Sort Options
- Subreddit: hot, new, top, rising, controversial
- Search: relevance, hot, top, new, comments
- Time filter (for top/controversial): hour, day, week, month, year, all
Pagination
Results include a --after token when more pages are available.
Output
Always use --compact for efficient token usage. Add --json for raw JSON if needed.
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.
- 7d ago First seen · 44 lines · 0 tokens per session scan A 7ba2d49bb95e
skill is a skill published in the GitHub repository ProgenyAlpha/reddit-lurker (2 stars, last pushed 17d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 339 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
setup
Configure the Qdrant Power after installation. Use this skill for missing uvx, missing environment variables, unapproved environment variables, unavailable Qdrant tools, "Failed to connect" errors, and setup requests.
symbolpeek
Token-efficient code, JSON, and Markdown navigation; use before whole-file reads.
firebase-messaging
Use when setting up Firebase Cloud Messaging, managing permissions and tokens, handling background/foreground notification taps, or dispatching messages server-side (HTTP v1).
firebase-cloud-functions
Use when calling callable functions (httpsCallable), passing data to server-side logic, handling function errors/timeouts, configuring regions, or testing with the Emulator Suite.
adhoc-flow
Workflow for the rest of tasks: lightweight documentation, build, track, synchronize, etc.
planning
To build execution-ready plans from approved intent/specs with EARS, sequenced WBS, and HITL checkpoints.