Reddit (read only - no auth) — 免登录读Reddit
v1.0.0无需登录即可通过公开 JSON 接口浏览、搜索 subreddit、查看帖子与评论串,并手动收集链接清单。
35· 1.5万·114 当前·121 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
该技能安全风险较低,通过Reddit公开JSON端点以只读模式浏览内容。
1. **无认证需求**:使用公开端点,无需Reddit账户登录或API密钥
2. **只读访问**:仅浏览subreddit、帖子和评论,无法发布或修改内容
3. **公开数据**:访问的是Reddit上的公开信息,不涉及私密数据
4. **无数据存储**:不保存用户浏览历史或个人信息
**使用注意**:
- 遵守Reddit的服务条款和API使用规范
- 不要频繁请求以免触发速率限制
- 浏览内容时注意遵守社区规则
- 收集的链接仅供个人参考使用...详细分析 ▾
✓ 用途与能力
Name/description (read-only Reddit browsing) matches the actual code and runtime needs: the script fetches from https://www.reddit.com, normalizes posts/comments, and outputs JSON. Declared required binary 'node' is appropriate.
✓ 指令范围
SKILL.md instructs only to run the included Node script against Reddit public JSON endpoints and to return permalinks. Instructions reference only optional pacing/timeouts via REDDIT_RO_* env vars which the script actually honors. There is no guidance to read unrelated files, grab other credentials, or send data to third-party endpoints.
✓ 安装机制
No install spec (instruction-only) and the code file is a self-contained Node CLI. Nothing is downloaded or written during install; runtime performs normal HTTPS calls to reddit.com.
✓ 凭证需求
The skill requires no credentials and declares no config paths. It optionally reads REDDIT_RO_* env vars for rate limiting, timeout, and user-agent—these are proportional to HTTP client behavior and are documented in SKILL.md.
✓ 持久化与权限
always is false and the skill does not request persistent system modifications or access to other skills' configs. It simply executes as a CLI script when invoked.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/3
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install reddit-readonly
镜像加速npx clawhub@latest install reddit-readonly --registry https://cn.longxiaskill.com 镜像可用
本土化适配说明
Reddit (read only - no auth) — 免登录读Reddit 安装说明: 安装命令:npx clawhub@latest install reddit-readonly 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载