with one click
// Search Reddit and browse subreddit posts using the public JSON API. Use when you need to find Reddit discussions, community reactions, or story leads from specific subreddits.
// Search Reddit and browse subreddit posts using the public JSON API. Use when you need to find Reddit discussions, community reactions, or story leads from specific subreddits.
Top-level session orchestration rules — subagent routing, context hygiene, and implementation discipline. Not intended for subagents.
Read and comprehend PDF files, especially math lecture notes and academic papers. Use when the user asks to read, parse, analyze, or extract content from a PDF file.
Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.
| name | |
| description | Search Reddit and browse subreddit posts using the public JSON API. Use when you need to find Reddit discussions, community reactions, or story leads from specific subreddits. |
Search Reddit, browse subreddit top posts, and read individual posts with comments. No API key required.
Use reddit.js from this skill directory:
node reddit.js <command> [options]
reddit.js search "query" [-n count] [-t period] [-s sort]
reddit.js top <subreddit> [-n count] [-t period]
reddit.js post <url> [-c comment_count]
| Flag | Default | Values |
|---|---|---|
-n | 10 | Number of results (max 100) |
-t | year | hour, day, week, month, year, all |
-s | top | relevance, hot, top, new, comments |
-c | 5 | Number of comments to show |
Each post shows: score, comment count, title, subreddit, author, date, link, and a text preview. The post command additionally shows top comments with scores.
top browsing tends to surface better results for niche research.r/ prefix (e.g., cybersecurity not r/cybersecurity).