← 返回 Skills 市场
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install strd-reddit-researcher
功能描述
Scan Reddit for posts matching keywords and summarize findings. Uses Bing primary + Reddit JSON API fallback — robust against DuckDuckGo bot blocking. Use wh...
安全使用建议
What to consider before installing:
- Functional fit: The scripts do match a 'Reddit researcher' purpose — they query search engines and Reddit, then summarize posts.
- Mismatched metadata/docs: The registry lists no required env vars or binaries, but SKILL.md and the scripts expect REDDIT_KEYWORDS (required) and may use REDDIT_SUBREDDITS/REDDIT_SEARCH_ENGINE. The skill's documented cache path (~/.openclaw/...) does not match the actual ./cache directory used by the scripts. Ask the author to reconcile metadata and documentation before trusting automatic installs.
- Undeclared dependencies: The scripts call python3, md5sum, stat (with -c), and rely on grep -P and other GNU-specific flags. Ensure these binaries exist on your system or run in a sandboxed environment. The registry only declared curl; that is insufficient.
- Networking & scraping: The skill will make outbound requests to Bing, DuckDuckGo (html.duckduckgo.com), and reddit.com. If you or your org restricts outgoing traffic or forbids scraping, do not run it. Also be aware of Reddit's terms of service concerning automated scraping.
- Files written: The skill caches responses and writes export markdown files. If you run this on sensitive hosts, confirm where files are written and review cache contents.
- Practical steps: Review/patch the SKILL.md to declare REDDIT_KEYWORDS and required binaries, test the scripts locally in a disposable/sandbox environment, and ensure rate limits/robots policy are acceptable. If you need higher assurance, ask the publisher for an updated release that fixes metadata, documents dependencies (python3, coreutils), and clarifies cache paths.
Given the inconsistencies (metadata vs. actual scripts and undeclared binaries) I recommend exercising caution (review and test manually) rather than installing blindly.
功能分析
Type: OpenClaw Skill
Name: strd-reddit-researcher
Version: 1.0.0
The skill bundle is a legitimate tool for searching and summarizing Reddit posts using Bing, Google, or the Reddit JSON API. The scripts (scan.sh, summarize.sh, export.sh) perform standard web scraping and data processing tasks aligned with the stated purpose, using curl for network requests and basic shell utilities for parsing, with no evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The name/description match the code: scripts search the web/Reddit, fetch posts, and produce summaries. However, registry metadata lists no required env vars while SKILL.md requires REDDIT_KEYWORDS and optional REDDIT_SUBREDDITS/REDDIT_SEARCH_ENGINE. SKILL.md says cache is in ~/.openclaw/... but the scripts use a local ../cache directory. These inconsistencies mean the metadata and docs are not fully aligned with the actual capability.
Instruction Scope
Runtime instructions and scripts operate within the stated scope: they perform network searches (Bing/DuckDuckGo/Reddit), fetch Reddit JSON, extract titles/comments, and write local cache and export files. They do not attempt to read other user files or transmit data to unexpected third-party endpoints. Caveats: the scripts invoke additional system tools (python3, md5sum, stat -c, grep -P, cut, wc) that are not declared; some commands (stat -c, grep -P) are platform-specific and may fail on non-Linux hosts.
Install Mechanism
No install spec (instruction-only) and included scripts are simple shell/Python one-liners. Risk is low from an installer perspective, but the scripts will write cache and export files into directories relative to the skill and the user's filesystem.
Credentials
The skill does not request secrets or cloud credentials (no TOKENS/KEYS). However, SKILL.md requires REDDIT_KEYWORDS (required) and uses REDDIT_SUBREDDITS/REDDIT_SEARCH_ENGINE, yet the registry metadata did not list these env vars—an inconsistency. Also the scripts set custom User-Agent headers when querying external services (benign but notable).
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent configuration. It caches fetched pages to a local cache directory and writes export markdowns; that is standard and limited in scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install strd-reddit-researcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/strd-reddit-researcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
reddit-researcher 1.0.0
- Initial release of the Reddit Researcher skill.
- Search Reddit posts and comments for user-defined keywords across specified subreddits.
- Primary search via Bing, with Reddit JSON API and Google as fallbacks to avoid blocks.
- Scripts included for scanning (scan.sh), summarizing (summarize.sh), and exporting (export.sh) research findings.
- Customizable via environment variables for subreddits, keywords, and search engine choice.
- Rate-limit aware; caches results and outputs Markdown summaries with links.
元数据
常见问题
Reddit Researcher 是什么?
Scan Reddit for posts matching keywords and summarize findings. Uses Bing primary + Reddit JSON API fallback — robust against DuckDuckGo bot blocking. Use wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Reddit Researcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install strd-reddit-researcher」即可一键安装,无需额外配置。
Reddit Researcher 是免费的吗?
是的,Reddit Researcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reddit Researcher 支持哪些平台?
Reddit Researcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reddit Researcher?
由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.0。
推荐 Skills