← Back to Skills Marketplace
kryzl19

Reddit Researcher Agent

by KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reddit-researcher-agent
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
This skill appears to implement Reddit searching and summarization, but there are several implementation/documentation mismatches you should address before installing: - Missing declared runtime dependencies: the scripts call python3, md5sum, stat -c, and use grep -P; the registry only lists curl. Ask the author to add these to requires.bins or ensure the scripts degrade gracefully. Without them the skill may fail or behave unpredictably. - Environment variable mismatch: SKILL.md marks REDDIT_KEYWORDS as required and documents REDDIT_SEARCH_ENGINE/REDDIT_SUBREDDITS, but the registry lists no required env vars. Confirm how the skill should be provided inputs and whether the agent will prompt for them. - Documentation vs code inconsistencies: SKILL.md claims a cache location under ~/.openclaw/... but scripts use a local ../cache; clarify where files are written so you can review and control them. - Network activity: the scripts make outbound requests to third-party search engines and reddit.com. This is expected for the skill, but be aware of scraping/ToS and potential IP rate-limiting. The scripts set User-Agent strings (including a "research bot" UA) — consider changing to an explicit identifiable agent or using authenticated Reddit API access if appropriate. - Run in a sandbox first: because of the missing dependency declarations and file writes, test the scripts in an isolated environment (container or VM) and inspect the cache/export directories before using on sensitive hosts. If the author can update the registry to declare the actual runtime binaries and fix the documentation mismatches (cache path, required env vars), the skill's coherence will improve. Until then, treat it as suspicious and proceed cautiously.
Capability Analysis
Type: OpenClaw Skill Name: reddit-researcher-agent Version: 1.0.0 The Reddit Researcher skill is a functional tool designed to search and summarize Reddit posts using Bing, DuckDuckGo, and the Reddit JSON API. The scripts (scan.sh, summarize.sh, and export.sh) perform legitimate data retrieval and processing tasks, including caching results locally and exporting findings to Markdown. While the scripts use fragile methods like 'grep' for JSON parsing, there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The name/description align with the scripts: they search Reddit (via web search or Reddit JSON) and produce summaries. Requiring only curl (registry) is understating actual needs: the scripts legitimately call python3, md5sum, stat, grep -P and expect certain coreutils behavior, so the declared capability requirements are incomplete.
Instruction Scope
SKILL.md and scripts instruct network queries to Bing/DuckDuckGo/Reddit (expected), caching, and file reads/writes. However: SKILL.md says REDDIT_KEYWORDS is required yet registry lists no required env vars; SKILL.md mentions a cache path under ~/.openclaw/... but scripts use a local ../cache directory; summarize.sh expects markdown/URLs and writes caches and export.sh writes to a relative exports dir. The scripts also invoke python3 for JSON parsing and use grep -P, md5sum, stat -c, which are not declared. These mismatches grant the agent broader file/command access than the registry/doc declares.
Install Mechanism
Instruction-only skill with included shell scripts and no install spec; nothing is downloaded from external URLs during install. This is the lowest install risk. The runtime does make outbound HTTP requests (search engines, reddit), which is expected for this skill.
Credentials
No secrets or credentials are requested (appropriate), but the SKILL.md defines environment variables (REDDIT_KEYWORDS required, REDDIT_SUBREDDITS, REDDIT_SEARCH_ENGINE) that the registry did not declare as required. The scripts rely on values from environment variables and caller-provided args; the mismatch could cause surprise behavior. No external credentials are requested or exfiltrated by the code.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not modify other skills or system-wide agent settings. It writes cache and export files to local relative directories only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reddit-researcher-agent
  3. After installation, invoke the skill by name or use /reddit-researcher-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of reddit-researcher. - Search Reddit for posts and comments by keyword, summarize findings, and extract pain points. - Primary search uses Bing, with fallback to Reddit JSON API and Google for reliability. - Provides shell scripts to scan, summarize, and export Reddit research in markdown format. - Supports environment variables for custom keywords, subreddits, and search engine selection. - Includes caching and rate limiting for robust, repeatable research tasks.
Metadata
Slug reddit-researcher-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Reddit Researcher Agent?

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 112 downloads so far.

How do I install Reddit Researcher Agent?

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

Is Reddit Researcher Agent free?

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

Which platforms does Reddit Researcher Agent support?

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

Who created Reddit Researcher Agent?

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

💬 Comments