A read-only Reddit scraper for AI agents that allows searching and browsing subreddits via the public JSON API without an API key.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reddit-scraper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install reddit-scraper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Reddit skill for Clawdbot provides a lightweight and efficient way for AI agents to access community-driven data. By utilizing the public JSON API via old.reddit.com, this skill enables seamless browsing of subreddits, topic searching, and community monitoring. It is a core component within the Openclaw Skills ecosystem, designed for developers who need to feed real-world discussions and technical threads into their AI workflows without the overhead of complex OAuth configurations or API key management.
This skill is strictly read-only, ensuring a safe and non-intrusive way for agents to gather information. Whether you are tracking the latest developments in AI or looking for troubleshooting steps in technical forums, this skill translates Reddit's unstructured conversations into structured data that agents can easily interpret.
To begin using this skill within the Openclaw Skills framework, ensure the script is accessible in your environment. You can test the installation by running:
# Fetch the top 5 posts from a specific subreddit
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --subreddit LocalLLaMA --limit 5
# Search all of Reddit for a specific term
python3 /root/clawd/skills/reddit/scripts/reddit_scraper.py --search "Openclaw Skills" --limit 5
The skill returns a structured dataset for each post. When using the --json flag, the following fields are available:
| Field | Description |
|---|---|
| title | The title of the post |
| author | The Reddit username of the poster |
| score | The net upvote count |
| num_comments | Total number of comments on the thread |
| url | The direct link to the content or external resource |
| permalink | The relative URL to the Reddit discussion |
| subreddit | The name of the subreddit where the post resides |
| created_utc | Unix timestamp of post creation |
| selftext | A snippet of the post body (first 200 characters) |
| upvote_ratio | The percentage of upvotes relative to total votes |
Loading
An AI-powered skill to manage DingTalk calendars, attendee status, and meeting room reservations via the mcporter CLI.

A comprehensive implementation guide and toolset for full internationalization (i18n) and localized SEO in Next.js App Router applications.

An AI-powered skill for generating professional presentations and slide decks from text content, documents, or reference images via the 2slides API.

A sophisticated data exploration skill that uses the Powerdrill API to transform raw files into interactive insights, charts, and tables via natural language.

A high-performance utility for generating custom sound effects from text prompts using the ElevenLabs API.

A high-performance, local text-to-speech engine optimized for Spanish voice synthesis and mobile messaging.








































