Reddit Api

🌐Community
by alinaqi · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add reddit-api npx -- -y @trustedskills/reddit-api
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "reddit-api": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/reddit-api"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact directly with Reddit's API, allowing them to fetch data, search discussions, and analyze community trends across various subreddits. It serves as a bridge between automated agents and the vast repository of user-generated content on the platform.

When to use it

  • Market Research: Automatically gather sentiment analysis or topic trends from specific niche communities without manual browsing.
  • Content Curation: Identify viral posts or high-engagement discussions to summarize for internal reports or newsletters.
  • Community Monitoring: Track mentions of a brand, product, or event in real-time across relevant subreddits.
  • Data Aggregation: Extract structured data from Reddit threads to feed into larger analytics pipelines or knowledge bases.

Key capabilities

  • Access public subreddit information and post metadata via RESTful endpoints.
  • Search for specific keywords, users, or content within the Reddit ecosystem.
  • Retrieve detailed thread histories and comment sections for deeper context analysis.
  • Filter results by timeframes, sort orders (e.g., hot, top, new), and subreddit categories.

Example prompts

  • "Search the r/technology subreddit for posts about 'artificial intelligence' published in the last 24 hours."
  • "Summarize the top 10 most upvoted discussions regarding remote work tools from the past week."
  • "Extract user sentiment scores from comments on a specific post ID to gauge community reaction."

Tips & gotchas

Ensure your AI agent handles rate limits carefully, as Reddit imposes strict quotas on API calls to prevent abuse. Always verify that the data accessed is public, as private subreddits or restricted content require special authentication and permissions not covered by standard public API access.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alinaqi
Installs
81

🌐 Community

Passed automated security scans.