A high-performance Reddit search tool for AI agents that fetches real-time threads with engagement metrics and top comment excerpts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install search-reddit
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 search-reddit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Search Reddit skill is designed to provide AI agents and developers with a robust interface for mining Reddit data. By utilizing the OpenAI Responses API and the web_search tool specifically restricted to the Reddit domain, it retrieves more than just basic URLs. This skill is a core component of the Openclaw Skills ecosystem, offering deep enrichment that includes upvote counts, comment volume, and curated excerpts from the most relevant discussions. It allows users to bypass generic search engine noise and tap directly into community-driven insights.
Whether you are tracking product feedback or researching technical solutions, this skill streamlines the process of data acquisition. By integrating these Openclaw Skills into your workflow, you can automate the discovery of high-signal information from one of the internet's largest discussion platforms with high precision and minimal latency.
To start using this skill within your Openclaw Skills environment, configure your OpenAI API key:
clawdbot config set skills.entries.search-reddit.apiKey "sk-YOUR-KEY"
Alternatively, you can set the key as an environment variable in your shell:
export OPENAI_API_KEY="sk-YOUR-KEY"
For shared configurations, you may also use:
clawdbot config set skills.entries.openai.apiKey "sk-YOUR-KEY"
The Search Reddit skill organizes data into a structured format suitable for both human reading and machine processing:
| Property | Type | Description |
|---|---|---|
| Title | String | The headline of the Reddit post |
| URL | String | Direct link to the thread or external content |
| Score | Integer | The net upvote count of the post |
| Top Comment | String | An excerpt of the most relevant or highest-rated comment |
| Subreddit | String | The name of the community where the post was found |
| Date | Timestamp | Normalized UTC date based on the created_utc field |
Loading
A systematic framework for managing the complete lifecycle of AI-driven projects, from one-off tasks to infinite monitoring loops.

A unified automation bridge that connects GitHub, CI/CD, Slack, and issue trackers into intelligent developer workflows.

A centralized AI Chief of Staff that aggregates your calendar, emails, tasks, and developer activity into a single, prioritized daily summary.

A full-stack content creation pipeline that automates everything from competitor research to social media promotion.

A comprehensive automation skill for interacting with Jira Cloud issues and Confluence documentation within AI-driven workflows.

A background script that delivers live T20 and ODI cricket updates, including text and voice memos, directly to Telegram by scraping Cricbuzz.








































