← 返回 Skills 市场
Reddit (read only - no auth)
作者
Tristan Manchester
· GitHub ↗
· v1.0.0
3595
总下载
8
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install reddit-read-only
功能描述
Browse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually.
安全使用建议
This skill appears to do what it says (read-only Reddit browsing) and requires only Node. Before installing: (1) confirm you run Node 18+ (the script uses the global fetch API); (2) review that you're comfortable running a local Node script that makes outbound HTTP(S) requests — the code will fetch any full URL if passed one, which could reach internal services if an input is malicious or misused; (3) there are no secrets requested and it does not post or modify Reddit content, but run it in a sandbox or with network controls if you’re concerned about arbitrary-host fetching; (4) if you want the skill to be stricter, ask the author to restrict buildUrl to reddit.com only and to state the Node version requirement in SKILL.md.
功能分析
Type: OpenClaw Skill
Name: reddit-read-only
Version: 1.0.0
The OpenClaw skill bundle is benign. The `SKILL.md` clearly states its read-only purpose and provides agent instructions that align with responsible usage, without any prompt injection attempts to subvert the agent. The `scripts/reddit-readonly.mjs` script exclusively interacts with `https://www.reddit.com` and reads only specific environment variables (`REDDIT_RO_MIN_DELAY_MS`, `REDDIT_RO_MAX_DELAY_MS`, `REDDIT_RO_TIMEOUT_MS`, `REDDIT_RO_USER_AGENT`) related to its own rate-limiting and user-agent configuration, not sensitive system credentials. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description match the implementation: the script queries public reddit.com JSON endpoints, lists/searches posts, and fetches comment threads. Declared runtime requirement (node) is appropriate. Minor mismatch: the code requires global fetch (Node.js 18+), but SKILL.md only lists 'node' without a minimum version.
Instruction Scope
SKILL.md instructions stay within the Reddit read-only scope and instruct only list/search/thread/comment-style operations. However, the script's buildUrl() will accept a full https?:// URL and will fetch it unchanged — so if a command or user-supplied argument contains a non-Reddit URL, the script could fetch arbitrary HTTP(S) endpoints (internal or external). The SKILL.md does not warn about this; practically the commands as documented usually build Reddit paths, but the full-URL passthrough is a capability mismatch that could be abused if an agent or user supplies unexpected input.
Install Mechanism
No install spec — instruction-only with an included Node script. Nothing is downloaded from external URLs or written to unexpected locations during install.
Credentials
No required credentials or secrets. Optional environment variables are non-sensitive tuning parameters (delays, timeout, user-agent). This is proportionate to a read-only scraper.
Persistence & Privilege
always is false and there are no requested config paths or system-wide changes. The skill does not request persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) and is not by itself concerning here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reddit-read-only - 安装完成后,直接呼叫该 Skill 的名称或使用
/reddit-read-only触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Get Reddit posts and comments without auth. Read only.
元数据
常见问题
Reddit (read only - no auth) 是什么?
Browse and search Reddit in read-only mode using public JSON endpoints. Use when the user asks to browse subreddits, search for posts by topic, inspect comment threads, or build a shortlist of links to review and reply to manually. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3595 次。
如何安装 Reddit (read only - no auth)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddit-read-only」即可一键安装,无需额外配置。
Reddit (read only - no auth) 是免费的吗?
是的,Reddit (read only - no auth) 完全免费(开源免费),可自由下载、安装和使用。
Reddit (read only - no auth) 支持哪些平台?
Reddit (read only - no auth) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reddit (read only - no auth)?
由 Tristan Manchester(@tristanmanchester)开发并维护,当前版本 v1.0.0。
推荐 Skills