← Back to Skills Marketplace
thesethrose

Reddit Search

by Seth Rose · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
3413
Downloads
4
Stars
22
Active Installs
3
Versions
Install in OpenClaw
/install reddit-search
Description
Search Reddit for subreddits and get information about them.
Usage Guidance
This skill appears to do exactly what it says: a small Node CLI that queries Reddit's public JSON endpoints and prints results. It requires node (and the axios dependency) to be available; because there is no install step included, make sure dependencies are installed (npm install) before running. It does not request secrets or access files beyond the script. As always, only run code from sources you trust — you can inspect scripts/reddit-search.ts yourself (it is short and readable) to confirm there's no unexpected network endpoint or behavior before installing or allowing autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: reddit-search Version: 1.0.2 The skill bundle is benign. The `SKILL.md` provides clear instructions for searching Reddit and does not contain any prompt injection attempts. The core script `scripts/reddit-search.ts` exclusively makes HTTP GET requests to the public Reddit API (`https://www.reddit.com`) using the `axios` library, which is the only dependency listed in `package.json` and `package-lock.json`. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. All observed behavior is consistent with the stated purpose of searching Reddit.
Capability Assessment
Purpose & Capability
Name/description (search Reddit and get subreddit info) match the included CLI script. Required binaries (node, npx) and dependency on axios are appropriate for a Node-based HTTP client tool. Nothing requested that is unrelated to Reddit querying.
Instruction Scope
SKILL.md instructs running the provided script with specific commands and arguments. The script only performs HTTPS GETs to reddit.com JSON endpoints and prints results; it does not read arbitrary filesystem paths, environment variables, or send data to unexpected external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is lowest-risk. Package.json and package-lock.json are present but no automatic install is requested—this means the runtime must have node (and dependencies installed) for the script to run; from a security perspective there is no remote download/extract behavior to review.
Credentials
The skill requests no environment variables or credentials and does not access any config paths. That is proportionate to a public-API Reddit search tool.
Persistence & Privilege
The skill is not 'always' enabled and makes no changes to other skills or system-wide config. It only runs as an invoked CLI script and does not persist credentials or alter agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reddit-search
  3. After installation, invoke the skill by name or use /reddit-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Added .gitignore, removed unnecessary .env.example
v1.0.1
Added popular, new, and posts commands. Improved help output.
v1.0.0
Initial release with info and search commands
Metadata
Slug reddit-search
Version 1.0.2
License
All-time Installs 25
Active Installs 22
Total Versions 3
Frequently Asked Questions

What is Reddit Search?

Search Reddit for subreddits and get information about them. It is an AI Agent Skill for Claude Code / OpenClaw, with 3413 downloads so far.

How do I install Reddit Search?

Run "/install reddit-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reddit Search free?

Yes, Reddit Search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Reddit Search support?

Reddit Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reddit Search?

It is built and maintained by Seth Rose (@thesethrose); the current version is v1.0.2.

💬 Comments