← 返回 Skills 市场
minilozio

Reddit Search But Free

作者 minilozio · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
636
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install reddit-search-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 looks coherent and implements the advertised Reddit research features, but consider the following before installing: - It performs outbound HTTP requests to old.reddit.com and two third-party archive domains (PullPush, Arctic Shift). Only install if you are comfortable with those network endpoints. - The CLI uses 'npx tsx' to run TypeScript; if tsx is not installed locally, npx will fetch it from the npm registry on first run — run in an isolated environment if you prefer not to pull packages on demand. - The skill writes cache and watchlist files under its own data/ directory (data/cache, data/watchlist.json). If you install into a shared workspace, review those files and their contents periodically. - The repository source is listed as unknown / no homepage; if provenance matters, consider auditing the code locally (you can inspect scripts/*.ts) before running, or run inside a sandbox/container. - If you allow agents to invoke skills autonomously, remember this skill will make network requests as part of searches and watchlist checks; limit autonomous permissions if you want stricter control. Overall, the package appears benign and proportionate to its stated purpose. If you want higher assurance, review the included TypeScript files locally or run the tool in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: reddit-search-but-free Version: 1.0.0 The skill is a Reddit research agent that interacts with legitimate Reddit and Reddit archive APIs (old.reddit.com, api.pullpush.io, arctic-shift.photon-reddit.com). All network requests are confined to these domains. File system operations are restricted to the skill's `data/cache` and `data/watchlist.json` directories, with filenames safely constructed or hashed to prevent path traversal. There is no evidence of malicious execution, data exfiltration, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `README.md` files. The code uses safe methods for argument parsing and URL construction, and explicitly states 'zero dependencies', which is confirmed by `package.json`.
能力评估
Purpose & Capability
Name/description (Reddit research) matches the code and SKILL.md. The code fetches old.reddit.com JSON and community archives (PullPush, Arctic Shift), implements search, threads, user/profile endpoints, watchlist, and caching — all expected for a Reddit research tool.
Instruction Scope
Runtime instructions are limited to running the included TypeScript CLI (npx tsx reddit.ts ...) and using provider endpoints. The skill reads/writes only its own data directory (data/cache, data/watchlist.json) and does not instruct reading unrelated system files or other credentials. The 'heartbeat' suggestion to run watchlist check is an agent-level guidance but not an instruction to access unrelated data.
Install Mechanism
There is no explicit install spec; the package is used via npx tsx which may fetch the tsx runtime from npm if not present. SKILL.md claims 'zero dependencies' and 'no npm install needed' — technically the code has no package.json dependencies, but invoking with 'npx tsx' will pull a package on demand. This is expected for TypeScript scripts but is a mild install-time behavior to be aware of.
Credentials
The skill requests no environment variables or credentials. Network access is required (old.reddit.com, api.pullpush.io, arctic-shift.photon-reddit.com) which aligns with the described providers. It writes cache/watchlist files under the skill's data directory only — no broad credential/environment access is requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does persist a cache and watchlist into its own data/ folder (expected). Because agent autonomous invocation is allowed by default, an agent could run searches and make outbound requests autonomously — this is normal but worth noting if you enable autonomous behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reddit-search-but-free
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reddit-search-but-free 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of a full-featured, zero-auth Reddit research tool. - Search Reddit posts and comments, including deleted/historical content via three data providers (Reddit, PullPush, Arctic Shift) - Monitor subreddits, view feeds (hot, new, top, controversial, rising), and set up a subreddit watchlist - Analyze user profiles, find cross-posts/duplicates, and access subreddit wiki/content - Terminal-based CLI, requires only Node.js 18+, with no installation or API keys needed - Includes comment search, multi-subreddit feeds, file-based caching, and agentic "research loop" guidance
元数据
Slug reddit-search-but-free
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Reddit Search 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 插件,目前累计下载 636 次。

如何安装 Reddit Search But Free?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reddit-search-but-free」即可一键安装,无需额外配置。

Reddit Search But Free 是免费的吗?

是的,Reddit Search But Free 完全免费(开源免费),可自由下载、安装和使用。

Reddit Search But Free 支持哪些平台?

Reddit Search But Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reddit Search But Free?

由 minilozio(@minilozio)开发并维护,当前版本 v1.0.0。

💬 留言讨论