9.9k★by thesethrose
reddit-search – OpenClaw Skill
reddit-search is an OpenClaw Skills integration for coding workflows. Search Reddit for subreddits and get information about them.
Skill Snapshot
| name | reddit-search |
| description | Search Reddit for subreddits and get information about them. OpenClaw Skills integration. |
| owner | thesethrose |
| repository | thesethrose/reddit-search |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @thesethrose/reddit-search |
| last updated | Feb 7, 2026 |
Maintainer

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":[]}}}
Reddit Search
Search Reddit for subreddits and get information about them.
Quick start
{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
Commands
Get subreddit info
{baseDir}/scripts/reddit-search info <subreddit>
Shows subscriber count, NSFW status, creation date, and description with sidebar links.
Search for subreddits
{baseDir}/scripts/reddit-search search <query> [limit]
Search for subreddits matching the query. Default limit is 10.
List popular subreddits
{baseDir}/scripts/reddit-search popular [limit]
List the most popular subreddits. Default limit is 10.
List new subreddits
{baseDir}/scripts/reddit-search new [limit]
List newly created subreddits. Default limit is 10.
Get top posts from a subreddit
{baseDir}/scripts/reddit-search posts <subreddit> [limit]
Get the top posts from a subreddit sorted by hot. Default limit is 5.
Examples
# 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
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install reddit-search?
Run openclaw add @thesethrose/reddit-search in your terminal. This installs reddit-search into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/thesethrose/reddit-search. Review commits and README documentation before installing.
