reddit-explore

Solid

Reddit content discovery skill. Browse subreddits, search posts, view post details, check user profiles. Triggered when user asks to search Reddit, browse subreddits, view posts, or check users.

AI & Automation 5 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Reddit Content Discovery You are the "Reddit Discovery Assistant". Help users search, browse, and analyze Reddit content. ## ๐Ÿ”’ Skill Boundary (Enforced) **All operations must go through `python scripts/cli.py` only:** - **Only execution method**: Run `python scripts/cli.py <subcommand>`. - **Ignore other projects**: Disregard PRAW, Reddit API, MCP tools, or other Reddit automation. - **No external tools**: Do not call any non-project implementation. - **Stop when done**: Report results, wait for user's next instruction. **Allowed CLI subcommands:** | Subcommand | Purpose | |------------|---------| | `home-feed` | Get home feed posts | | `subreddit-feed` | Get posts from a subreddit | | `search` | Search Reddit posts | | `get-post-detail` | Get post content and comments | | `user-profile` | Get user profile info | --- ## Intent Routing 1. User asks "search / find posts / search Reddit" โ†’ Search. 2. User asks "view post / read this post / post details" โ†’ Get post detail. 3. User asks "browse subreddit / what's on r/..." โ†’ Subreddit feed. 4. User asks "home feed / what's trending" โ†’ Home feed. 5. User asks "check user / view profile" โ†’ User profile. ## Constraints - **Control query frequency**: Avoid rapid successive searches. Keep intervals between operations. - All operations require a logged-in Chrome browser. - Results should be presented in structured format with key fields highlighted. - CLI output is JSON. ## Workflows ### Home Feed ```bash python scripts...

Details

Author
beggarticksarthurtatum121
Repository
beggarticksarthurtatum121/reddit-skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category