← Back to Skills Marketplace
kryzl19

Reddit Researcher

by KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install strd-reddit-researcher
Description
Scan Reddit for posts matching keywords and summarize findings. Uses Bing primary + Reddit JSON API fallback — robust against DuckDuckGo bot blocking. Use wh...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install strd-reddit-researcher
  3. After installation, invoke the skill by name or use /strd-reddit-researcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug strd-reddit-researcher
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Reddit Researcher?

Run "/install strd-reddit-researcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reddit Researcher free?

Yes, Reddit Researcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Reddit Researcher support?

Reddit Researcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reddit Researcher?

It is built and maintained by KRYZL19 (@kryzl19); the current version is v1.0.0.

💬 Comments