← 返回 Skills 市场
3413
总下载
4
收藏
22
当前安装
3
版本数
在 OpenClaw 中安装
/install reddit-search
功能描述
Search Reddit for subreddits and get information about them.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reddit-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/reddit-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Reddit Search 是什么?
Search Reddit for subreddits and get information about them. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3413 次。
如何安装 Reddit Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddit-search」即可一键安装,无需额外配置。
Reddit Search 是免费的吗?
是的,Reddit Search 完全免费(开源免费),可自由下载、安装和使用。
Reddit Search 支持哪些平台?
Reddit Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reddit Search?
由 Seth Rose(@thesethrose)开发并维护,当前版本 v1.0.2。
推荐 Skills