with one click
reddit-search
Search Reddit for subreddits and get information about them.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search Reddit for subreddits and get information about them.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Context7 MCP - Intelligent documentation search and context for any library
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
Local-first personal knowledge base for tracking ideas, projects, tasks, habits, and any object type you define. YAML-based with no cloud lock-in.
Search and retrieve ServiceNow documentation, release notes, and developer docs (APIs, references, guides). Uses docs.servicenow.com via Zoomin and developer.servicenow.com APIs for developer topics.
Read-only CLI access to ServiceNow Table, Attachment, Aggregate, and Service Catalog APIs; includes schema inspection and history retrieval (read-only).
| name | reddit-search |
| description | Search Reddit for subreddits and get information about them. |
| homepage | https://github.com/TheSethRose/clawdbot |
| metadata | {"clawdbot":{"emoji":"๐ฎ","requires":{"bins":["node","npx"],"env":[]}}} |
Search Reddit for subreddits and get information about them.
{baseDir}/scripts/reddit-search info programming
{baseDir}/scripts/reddit-search search javascript
{baseDir}/scripts/reddit-search popular 10
{baseDir}/scripts/reddit-search posts typescript 5
{baseDir}/scripts/reddit-search info <subreddit>
Shows subscriber count, NSFW status, creation date, and description with sidebar links.
{baseDir}/scripts/reddit-search search <query> [limit]
Search for subreddits matching the query. Default limit is 10.
{baseDir}/scripts/reddit-search popular [limit]
List the most popular subreddits. Default limit is 10.
{baseDir}/scripts/reddit-search new [limit]
List newly created subreddits. Default limit is 10.
{baseDir}/scripts/reddit-search posts <subreddit> [limit]
Get the top posts from a subreddit sorted by hot. Default limit is 5.
# Get info about r/programming
{baseDir}/scripts/reddit-search info programming
# Search for JavaScript communities
{baseDir}/scripts/reddit-search search javascript 20
# List top 15 popular subreddits
{baseDir}/scripts/reddit-search popular 15
# List new subreddits
{baseDir}/scripts/reddit-search new 10
# Get top 5 posts from r/typescript
{baseDir}/scripts/reddit-search posts typescript 5