Borrowing it
Nothing to install: this file belongs to ajaaysrinivaas/reddit_mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ajaaysrinivaas/reddit_mcp/main/.github/skills/reddit-pattern-identifier/SKILL.mdgit clone --depth 1 https://github.com/ajaaysrinivaas/reddit_mcpWrote 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/ajaaysrinivaas/reddit_mcp/reddit-pattern-identifier)<a href="https://agentmods.dev/skills/ajaaysrinivaas/reddit_mcp/reddit-pattern-identifier"><img src="https://agentmods.dev/badge/skills/ajaaysrinivaas/reddit_mcp/reddit-pattern-identifier/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/ajaaysrinivaas/reddit_mcp/reddit-pattern-identifier"><img src="https://agentmods.dev/badge/skills/ajaaysrinivaas/reddit_mcp/reddit-pattern-identifier.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.00026 | $0.01781 |
| Opus 5 | $0.00013 | $0.00890 |
| Sonnet 5 | $0.00005 | $0.00356 |
| Haiku 4.5 | $0.00003 | $0.00178 |
Grade A, and why
reddit-pattern-identifier 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 210 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reddit Pattern Identifier Skill
Purpose
Analyze Reddit communities (subreddits) or users via MCP tool calls. Extract and document patterns, without generating final content. Save a patterns-only document to /data/<target>_patterns_<date>.md for use by the Content Humanizer skill.
Execution
Step 1: Determine Target Type
- Subreddit:
r/[name]→ Analyze community - User:
u/[username]→ Analyze posting history
Step 2: Fetch Data via MCP Tools
For Subreddits:
get_subreddit_posts(subreddit, category="hot", limit=20)
get_subreddit_posts(subreddit, category="top", limit=15)
search_subreddit(subreddit, query, sort="top", time_filter="month", limit=15)
get_post_thread(post_id, comment_limit=10) — for 2-3 top posts
For Users:
get_user_profile(username)
get_user_activity(username, activity_type="overview", limit=30)
Step 3: Extract Patterns
For Subreddits — Analyze across 25-35 posts/comments:
- Format: Self-post? Link? Image/meme? Question?
- Title: Length, tone, structure (question vs. declarative)
- Tone: Casual? Formal? Humorous? Self-aware?
- Topics: What themes recur? What drives engagement?
- Engagement: What gets upvotes vs. comments?
- Values: What's celebrated in top posts?
For Users — Analyze across 20-30 posts/comments:
- Style: Formal, casual, technical, humorous?
- Interests: What topics dominate?
- Patterns: Ask questions? Share insights? Tell stories?
- Tone: Consistent across contexts?
- Authority: What domains do they discuss?
- Role: Questioner, mentor, debater, creator?
Output Format
Location: /data/<target>_patterns_<date>.md
Example: /data/vibecoding_patterns_2026-05-16.md
# Pattern Analysis: [r/subreddit or u/username]
## Target
- **Type**: [Subreddit | User]
- **Name**: [r/subreddit | u/username]
- **Analyzed**: [date]
- **Sample**: [N posts analyzed]
## Patterns Identified
### Format & Structure
- **Dominant format**: [self-post | link | image | question | discussion]
- **Title style**: [short/punchy | long/descriptive | question-based | declarative]
- **Length**: Short (<50 words) | Medium (50-150) | Long (150+)
- **Formatting**: [bullet points | headers | code blocks | minimal]
### Tone & Voice
- **Overall**: [casual | formal | humorous | technical | urgent | vulnerable]
- **Humor**: [absent | subtle | frequent | dark/ironic | self-deprecating]
- **Directness**: [blunt | diplomatic | questioning | assertive]
### Topics & Interests
- **Primary themes**: [theme1, theme2, theme3] with typical post count
- **Secondary themes**: [theme4, theme5]
- **Engagement pattern**: [e.g., "questions get 3x more comments than announcements"]
### Community/User Behavior
- **Role**: [creator | questioner | mentor | debater | commenter]
- **Frequency**: [daily | weekly | sporadic]
- **Values**: [what resonates in top posts/comments]
### High-Engagement Examples
- **[Post Title]**: Why it worked (tone + format + topic)
- **[Post Title]**: Why it worked (tone + format + topic)
- **[Post Title]**: Why it worked (tone + format + topic)
## Dos & Don'ts
- **Do**: [what works]
- **Don't**: [what to avoid]
## Next Step
Use the patterns file with the Content Humanizer skill to transform user drafts.
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 · 210 lines · 26 tokens per session scan A 923770aa9dc6
reddit-pattern-identifier is a skill published in the GitHub repository ajaaysrinivaas/reddit_mcp (0 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 1,781 once invoked, about $0.0001 per session on Opus 5. 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
social-reddit-card
Realistic Reddit post card with vote rail and comment count, suited to video overlays or story sharing.
social-reddit-card
A realistic Reddit post card with a community name, author details, title, content, vote controls, comment count, awards, and sharing actions. Reddit is a discussion platform organized into topic-based communities called subreddits.
reddit-post-writer
Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…
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.
bullshit-detector
Fact-check and hype-audit content. Extracts the discrete claims from a video, article, tweet, or PDF, verifies each against independent sources via web search, and produces a report card with per-claim verdicts and an overall BS score (0-10). Use when the user asks to fact-check, verify, debunk, or evaluate…
reddit-leads
Discover B2B leads from Reddit using AI-powered lead scoring via reddapi.dev Leads API. Finds high-intent signals, scores them 0-100, and classifies by lead type (painpoint, solutionrequest, complaint, featurerequest, comparison). Perfect for competitor poaching, pain point discovery, and sales prospecting.