← 返回 Skills 市场
527
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install reddit-research-but-free
功能描述
Reddit research skill — zero auth, zero dependencies, three data providers. Search posts, read threads with comments, monitor subreddits, analyze users, trac...
安全使用建议
This skill appears to do exactly what it claims: query Reddit and two community archives and present results. Before installing, consider: (1) queries sent to PullPush and Arctic Shift are sent to third‑party services (so search terms and returned data go to those sites); (2) running via `npx tsx` may cause a one‑time npm package fetch if `tsx` isn't present locally; (3) the skill writes a local cache (data/cache) and a watchlist file in the skill folder — review or move that folder if you need different storage; and (4) if you require strict flow control, review the small codebase (api.ts, cache.ts, reddit.ts) — it is short and readable. If those points are acceptable, the skill is coherent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: reddit-research-but-free
Version: 1.0.0
The OpenClaw Reddit Research skill is benign. It provides functionality to search, read, and monitor Reddit using public JSON endpoints and third-party archives (PullPush, Arctic Shift). All network requests are made to legitimate Reddit-related domains. File system operations are limited to a local cache and watchlist within the skill's own `data` directory, with user-controlled filenames being sanitized to prevent path traversal. The `SKILL.md` instructions are clear, functional, and do not contain any prompt injection attempts with malicious intent or instructions for unauthorized actions. There is no evidence of data exfiltration, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
The name/description (Reddit research, zero auth) match the code and runtime instructions. The skill only requires Node 18+ and uses old.reddit.com JSON plus two community archive providers for historical/deleted content — these are consistent with the stated purpose. Minor note: the CLI is run via `npx tsx` (no npm install recommended), which relies on the tsx runtime being available or fetched via npx at execution time, but that is an implementation detail rather than a mismatch of purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided CLI commands, query Reddit/third‑party archives, and optionally cache or save results. It does not instruct the agent to read unrelated host files, request unrelated credentials, or exfiltrate data to unexpected endpoints. The heartbeat/watchlist instruction to run `watchlist check` is within the monitoring scope described.
Install Mechanism
There is no formal install spec (instruction-only), and all code is included in the skill. However, runtime usage assumes `npx tsx` to execute TypeScript files — if `tsx` is not already available, npx may fetch it from the npm registry at runtime. This is a normal convenience pattern but does imply a network fetch of an npm package on first run if the environment doesn't already have `tsx`.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read hidden credentials. It writes/reads only to the skill's own data directory (data/cache, data/watchlist.json). The only network targets are old.reddit.com, api.pullpush.io, and arctic-shift.photon-reddit.com — all directly related to the stated data providers.
Persistence & Privilege
always:false (no forced persistent inclusion) and the skill does not modify other skills or system-wide agent settings. It persists only its own cache and watchlist files under the skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reddit-research-but-free - 安装完成后,直接呼叫该 Skill 的名称或使用
/reddit-research-but-free触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of reddit-research: terminal-based Reddit research agent.
- Search posts, read threads, monitor subreddits, analyze users, track cross-posts, search comments, and run watchlists.
- Zero authentication required and zero dependencies; no npm install needed.
- Supports three data providers: live Reddit (default), PullPush, and Arctic Shift for archived/deleted content.
- Multiple CLI modes: query search, comment search, feed browsing, thread reading, user/subreddit info, cross-posts, caching, and automated watchlists.
- Agentic research workflow and 15min auto-cache included for efficiency and rate limit safety.
元数据
常见问题
Reddit Research But Free 是什么?
Reddit research skill — zero auth, zero dependencies, three data providers. Search posts, read threads with comments, monitor subreddits, analyze users, trac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 527 次。
如何安装 Reddit Research But Free?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddit-research-but-free」即可一键安装,无需额外配置。
Reddit Research But Free 是免费的吗?
是的,Reddit Research But Free 完全免费(开源免费),可自由下载、安装和使用。
Reddit Research But Free 支持哪些平台?
Reddit Research But Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reddit Research But Free?
由 minilozio(@minilozio)开发并维护,当前版本 v1.0.0。
推荐 Skills