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 agentmods add skills/jacklenzotti/pullpush-mcp/pullpush-redditnpx skills add jacklenzotti/pullpush-mcp --skill pullpush-redditgit clone --depth 1 https://github.com/jacklenzotti/pullpush-mcpWhat 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 | $0.00100 | $0.00994 |
| Opus 5 | $0.00050 | $0.00497 |
| Sonnet 5 | $0.00020 | $0.00199 |
| Haiku 4.5 | $0.00010 | $0.00099 |
Grade A, and why
pullpush-reddit 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 2d 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 — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PullPush Reddit Search
Search Reddit's historical data through PullPush.io. This gives you access to Reddit comments and submissions, including content that may no longer be available through Reddit's official API.
Tools Available
You have two MCP tools:
mcp__pullpush__search_comments— Search Reddit commentsmcp__pullpush__search_submissions— Search Reddit posts/submissions
Both tools connect to the PullPush.io API, which is free and requires no authentication.
Search Strategy
Start broad, then narrow. Begin with a simple keyword query, then add filters based on what you find. Don't over-constrain on the first search — you might miss relevant results.
Choose the right tool for the question:
- "What are people saying about X?" → search_comments (opinions live in comments)
- "What posts exist about X?" → search_submissions (find the threads themselves)
- For thorough research, search both — submissions give you the topics, comments give you the discussion
Combine filters effectively:
- Topic + subreddit:
q: "rust async"+subreddit: "programming" - Time-bounded:
after: "90d"for recent,after: "2023-01-01"for specific periods - High-quality content:
score: ">50"orsort_type: "score"to surface popular content - Prolific users:
author: "username"to see someone's posting history
Parameter Reference
search_comments
| Parameter | Type | Description |
|---|---|---|
| q | string | Search query across all fields |
| subreddit | string | Subreddit name (no r/ prefix) |
| author | string | Username filter |
| after | string | After date — epoch timestamp or relative: '30d', '1y' |
| before | string | Before date — same formats as after |
| sort | 'asc' | 'desc' | Sort order (default: desc) |
| sort_type | 'created_utc' | 'score' | Sort field (default: created_utc) |
| size | number | Results count, 1-100 (default: 100) |
search_submissions
All comment parameters plus:
| Parameter | Type | Description |
|---|---|---|
| title | string | Search titles only |
| selftext | string | Search post body only |
| sort_type | + 'num_comments' | Can also sort by comment count |
| score | string | Score filter: '>100', '<50', or exact |
| num_comments | string | Comment count filter: '>10', '<5', or exact |
| over_18 | boolean | NSFW filter (true=only, false=exclude) |
| is_video | boolean | Video post filter |
| locked | boolean | Locked post filter |
| stickied | boolean | Stickied post filter |
| spoiler | boolean | Spoiler post filter |
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.
- 2d ago First seen · 79 lines · 100 tokens per session scan A 716f2b2b323c
pullpush-reddit is a skill published in the GitHub repository jacklenzotti/pullpush-mcp (4 stars, last pushed 5mo ago), licensed MIT. It adds 100 tokens to every session and 994 once invoked, about $0.0005 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
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…
Fetch a Reddit post URL via old.reddit.com HTML scraping — the .json API is blocked for unauthenticated requests since May 2026. Returns structured data: post metadata + nested comments (with depth) + unique external links categorized (github/reddit/external). Persists into capstore tables (reddit.posts, .comments…
opencli-usage
Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 100+ adapters.
research
Research any topic — current events, products, people, concepts, comparisons — for evidence gathering and structured multi-source synthesis.
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.
subscope-onboard
Mandatory first-run setup for subscope. One conversation, three plain questions, one confirmation, optional integrations, first scan. Paste URLs, answer what-you-sell / who-buys-it / what's-the-pain, confirm the targeting card, pick integrations to connect (DataForSEO, Firecrawl, Notion, Slack, Obsidian), scan. No…