← 返回 Skills 市场
3461
总下载
1
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install search-reddit
功能描述
Search Reddit in real time using OpenAI web_search with enrichment (engagement + top comments). Use when you need recent Reddit threads, subreddit-filtered results, or quick link lists.
安全使用建议
Before installing: 1) Note that the skill requires your OpenAI API key (OPENAI_API_KEY) even though the registry metadata doesn't declare it — the SKILL.md and script expect it. 2) Review the script (scripts/search.js) yourself; it will read ~/.clawdbot/clawdbot.json if present to find saved keys, so ensure that file doesn't contain unrelated secrets you don't want exposed to this skill. 3) The script only calls api.openai.com and reddit.com; if that is acceptable, run it in a controlled environment and consider creating a dedicated OpenAI key with limited scope/usage tracking. 4) Ask the publisher to update the registry metadata to declare OPENAI_API_KEY (and the config file usage) so required permissions are explicit. If you cannot inspect the code or cannot limit the API key, do not install.
功能分析
Type: OpenClaw Skill
Name: search-reddit
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'search-reddit' is benign. The `scripts/search.js` file correctly implements the stated purpose of searching Reddit via the OpenAI Responses API, explicitly limiting the `web_search` tool to `reddit.com`. API keys are handled securely by reading from environment variables or a designated `clawdbot.json` configuration file. There is no evidence of data exfiltration beyond the necessary API calls, no malicious execution, persistence mechanisms, or obfuscation. The instructions in `SKILL.md` and `README.md` are directly related to the skill's functionality and do not contain any prompt injection attempts against the OpenClaw agent.
能力评估
Purpose & Capability
The name/description (real-time Reddit search + enrichment) aligns with the included script, which calls OpenAI's Responses API web_search and fetches Reddit JSON to compute engagement and top comments. However, registry metadata lists no required environment variables while the SKILL.md and script require an OpenAI API key — an inconsistency between declared requirements and actual needs.
Instruction Scope
SKILL.md instructs the agent to use OpenAI web_search, then enrich returned Reddit thread URLs by fetching Reddit JSON. The runtime instructions and the code remain focused on the stated goal and do not request unrelated filesystem or network targets beyond reading the clawdbot config and calling OpenAI/reddit endpoints.
Install Mechanism
There is no install spec (instruction-only) and no remote download during install. A local Node script is included; executing it requires node but nothing in the install flow pulls arbitrary remote archives. This is a lower install-risk posture.
Credentials
The skill requires an OpenAI API key (OPENAI_API_KEY) per SKILL.md and the script, but the registry metadata declares no required env vars/primary credential — that's a mismatch. The script also attempts to read ~/.clawdbot/clawdbot.json for stored keys, which is reasonable for convenience but is not declared in the registry and grants the skill read access to a local config file (potentially containing other keys). No other unrelated credentials are requested.
Persistence & Privilege
The skill is not set always:true, does not request elevated or persistent platform-wide privileges, and does not modify other skills' config. Its only persistent behavior is reading the user's clawdbot config file for an API key, which is expected for convenience but should be documented.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-reddit - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-reddit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search-x style Reddit search + enrichment (score/comments/top comments), filters, links-only/compact/json output.
元数据
常见问题
Search Reddit 是什么?
Search Reddit in real time using OpenAI web_search with enrichment (engagement + top comments). Use when you need recent Reddit threads, subreddit-filtered results, or quick link lists. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3461 次。
如何安装 Search Reddit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-reddit」即可一键安装,无需额外配置。
Search Reddit 是免费的吗?
是的,Search Reddit 完全免费(开源免费),可自由下载、安装和使用。
Search Reddit 支持哪些平台?
Search Reddit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Reddit?
由 arkaydeus(@arkaydeus)开发并维护,当前版本 v1.0.0。
推荐 Skills