skills$openclaw/reddit-search
thesethrose9.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.

9.9k stars2.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namereddit-search
descriptionSearch Reddit for subreddits and get information about them. OpenClaw Skills integration.
ownerthesethrose
repositorythesethrose/reddit-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @thesethrose/reddit-search
last updatedFeb 7, 2026

Maintainer

thesethrose

thesethrose

Maintains reddit-search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
6 files
.
scripts
reddit-search.ts
6.3 KB
_meta.json
283 B
package-lock.json
10.0 KB
package.json
297 B
SKILL.md
1.7 KB
SKILL.md

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.

{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
README.md

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.