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 sky-flux/skills --skill redditgit clone --depth 1 https://github.com/sky-flux/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/sky-flux/skills/reddit)<a href="https://agentmods.dev/skills/sky-flux/skills/reddit"><img src="https://agentmods.dev/badge/skills/sky-flux/skills/reddit/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/sky-flux/skills/reddit"><img src="https://agentmods.dev/badge/skills/sky-flux/skills/reddit.svg" alt="Reviewed on agentmods" width="80" 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.00226 | $0.04247 |
| Opus 5 | $0.00113 | $0.02124 |
| Sonnet 5 | $0.00045 | $0.00849 |
| Haiku 4.5 | $0.00023 | $0.00425 |
Grade A, and why
reddit 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 10d 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/web search cannot access reliably. How it starts
The opening of the file, as written. The whole thing — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reddit Opportunity Hunter
Mission
Product Opportunity Hunting, NOT Lead Hunting.
- Input: Reddit discussions from high-purchasing-power markets
- Output: Actionable product opportunity reports with build assessments
- Goal: Surface 1-2 week MVP opportunities in USD/EUR/GBP markets
- You are scanning for patterns of unmet need, not individual sales leads
- Every recommendation must pass the Solo Dev Fit test before being highlighted
- Reference data lives in
references/— subreddits, keywords, seasonal patterns
Quick Start / First Run
- Install dependencies:
brew install curl jq - Run health check:
reddit.sh diagnose— verifies curl, jq, network connectivity - The script auto-creates
.reddit/withreports/,opportunities/,archive/ - Verify
.gitignoreincludes.reddit/— the script warns if missing - Review
references/subreddits.json— confirm subreddits match the user's domain - Review
references/intent_keywords.json— adjust if the user targets a specific niche - Configure preferences:
reddit.sh config show— set language, industries, currency - First scan:
reddit.sh fetch --campaign global_english --sort new --pages 1 - Inspect the enriched JSON output, then proceed to Phase 2 (Analysis)
Configuration
On first run, .reddit/config.json is auto-created with defaults. Check and customize it:
reddit.sh config show # view current config
reddit.sh config set <key> <value> # change a setting
reddit.sh config reset # restore defaults
| Setting | Description | Default | Example |
|---|---|---|---|
output_language |
Language for reports and analysis | en |
zh, ja, de |
focus_industries |
Only surface opportunities in these industries | [] (all) |
["SaaS","DevTools"] |
excluded_subreddits |
Skip these subreddits during scan | [] |
["Entrepreneur"] |
score_threshold |
Minimum score to include in reports | 7 |
8 |
max_build_complexity |
Filter out opportunities above this level | Heavy |
Medium |
currency_display |
Currency for revenue estimates | USD |
CNY, EUR |
sub_quality_threshold |
Minimum quality score for auto-adding discovered subs | 7.0 |
6.0 |
What ships with it
35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- metadata.json 380 B
- README.md 9.8 KB
- README.zh-CN.md 9.1 KB
- references/intent_keywords.json 3.1 KB
- references/market_keywords.json 1.2 KB
- references/seasonal_patterns.json 1.3 KB
- references/subreddits.json 35 KB
- scripts/algo_analysis.sh 9.1 KB runs code
- scripts/algo_engine.sh 10 KB runs code
- scripts/algo_scheduling.sh 4.4 KB runs code
- scripts/algo_scoring.sh 3.5 KB runs code
- scripts/reddit.sh 49 KB runs code
- scripts/test/fixtures/comments_response.json 2.8 KB
- scripts/test/fixtures/discover_candidates.json 374 B
- scripts/test/fixtures/fetch_response.json 4.1 KB
- scripts/test/fixtures/scoring_samples.json 866 B
- scripts/test/fixtures/user_profiles.json 299 B
- scripts/test/run_tests.sh 976 B runs code
- scripts/test/test_algo_analysis.sh 7.8 KB runs code
- scripts/test/test_algo_engine.sh 6.1 KB runs code
- scripts/test/test_algo_scheduling.sh 4.4 KB runs code
- scripts/test/test_algo_scoring.sh 4.4 KB runs code
- scripts/test/test_comments.sh 824 B runs code
- scripts/test/test_config_modes.sh 4.7 KB runs code
- scripts/test/test_config.sh 3.1 KB runs code
- scripts/test/test_discover_deep.sh 1.8 KB runs code
- scripts/test/test_existing_modes.sh 1.5 KB runs code
- scripts/test/test_expand.sh 938 B runs code
- scripts/test/test_fetch.sh 7.6 KB runs code
- scripts/test/test_helpers_funcs.sh 3.0 KB runs code
- scripts/test/test_helpers.sh 2.5 KB runs code
- scripts/test/test_promote.sh 4.3 KB runs code
- scripts/test/test_quality.sh 4.1 KB runs code
- scripts/test/test_scoring_integration.sh 6.3 KB runs code
- scripts/test/test_state.sh 4.3 KB runs code
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.
- 10d ago First seen · 387 lines · 226 tokens per session scan A 15656cda79b3
reddit is a skill published in the GitHub repository sky-flux/skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 226 tokens to every session and 4,247 once invoked, about $0.0011 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-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…