ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified social Safety 4/5

reddit

Read and search Reddit posts via web scraping of old.reddit.com. Use when Clawdbot needs to browse Reddit content - read posts from subreddits, search for topics, monitor specific communities. Read-only access with no posting or comments.

Why use this skill?

Use the OpenClaw Reddit skill to scrape, search, and monitor community discussions on Reddit. Retrieve post data and trends directly into your AI agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/javicasper/reddit-scraper
Or

What This Skill Does

The Reddit skill acts as a robust data retrieval interface, allowing the OpenClaw AI agent to interface with public threads and discussions on Reddit. By leveraging the old.reddit.com infrastructure, the skill provides a stable, read-only mechanism to scrape, parse, and search through community-driven content. It is designed to empower the AI with real-time access to community sentiment, technical advice, and current events without needing authenticated API credentials. The skill supports custom sorting by time or popularity and allows for granular filtering, ensuring the agent retrieves only the most relevant discussions.

Installation

To integrate this skill into your environment, use the OpenClaw repository manager. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/javicasper/reddit-scraper

Ensure that your environment has Python 3 installed, as the scraper operates as a standalone script located at /root/clawd/skills/reddit/scripts/reddit_scraper.py.

Use Cases

  • Market Research: Monitor subreddits for product feedback or industry trends.
  • Technical Troubleshooting: Search specialized subreddits like r/LocalLLaMA to find solutions to implementation hurdles.
  • Trend Aggregation: Automatically gather top-voted posts from specific communities to create daily summaries for a dashboard.
  • Academic or Hobbyist Research: Track community discussions on niche topics over specific time frames (e.g., last month).

Example Prompts

  1. "Find the top posts from the r/ClaudeAI subreddit today and summarize the main complaints users have about the latest model update."
  2. "Search for the most discussed tools regarding Docker in the r/selfhosted subreddit from this week and provide me a list of links."
  3. "Check the r/technology subreddit for new posts related to AI regulations and give me a quick bullet-point update on what is trending."

Tips & Limitations

  • Read-Only: This skill is strictly designed for ingestion. It cannot interact with the platform by posting content, leaving comments, or upvoting.
  • Rate Limiting: Because this interacts with web-based scraping, be mindful of sending too many rapid requests to avoid being blocked by Reddit's anti-bot protections.
  • Data Privacy: The tool respects public availability; private subreddits or content behind login-walls will not be accessible via this skill.
  • Output Format: For programmatic use within your own scripts, always use the --json flag to ensure the output is structured for easy parsing by the OpenClaw agent.

Metadata

Stars1947
Views4
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-javicasper-reddit-scraper": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#reddit#scraper#search#community-intelligence#web-scraping
Safety Score: 4/5

Flags: network-access, data-collection