← Back to Skills Marketplace
419
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install reddit-topic-insight
Description
输入研究主题,自动采集 Reddit 讨论,提炼爆款角度,产出 X 推文、小红书笔记、公众号文章三平台成品。7 步流水线:需求收集 → 关键词设计 → 数据采集 → 详情获取 → 角度规划 → 成品生产 → 合并输出。
Usage Guidance
This skill is internally consistent with its goal of harvesting Reddit discussion and producing content, but please consider the following before installing:
- Reddit credentials: you can run without REDDIT_CLIENT_ID/REDDIT_CLIENT_SECRET but rate limits will be lower; if you supply them, store them securely in environment variables. Only Reddit creds are requested.
- Data persisted to disk: runs/<topic-slug>/ will contain collected posts, comments, author names and generated pieces; treat these files as potentially sensitive and avoid storing them in public locations.
- Content & legal: the pipeline may include quotes or paraphrases of Reddit posts and usernames; verify copyright, privacy, and platform policy implications before publishing generated outputs.
- Model outputs: SubAgents produce creative content and can hallucinate facts or invent attributions — review all generated pieces carefully for accuracy and defamation risk.
- Operational: the scripts use Reddit's public JSON endpoints and include rate-limit handling, but heavy usage may still hit rate limits or violate Reddit's API policies; respect Reddit's terms of service and throttle appropriately.
If you want lower risk: run the scripts in an isolated environment, inspect runs/<slug>/posts_detail.json before feeding data into downstream publishing, and avoid providing Reddit credentials unless needed for production volume.
Capability Analysis
Type: OpenClaw Skill
Name: reddit-topic-insight
Version: 1.0.1
The OpenClaw AgentSkills skill bundle is classified as benign. The Python scripts (`reddit_collector.py`, `reddit_detail_fetcher.py`, `content_merger.py`) perform legitimate data collection from Reddit and local file processing, without any evidence of data exfiltration to unauthorized endpoints, arbitrary code execution, or persistence mechanisms. The skill's design principles, explicitly stated in `SKILL.md` and `workflow/*.md` files, demonstrate a conscious effort to mitigate prompt injection risks against the AI agent through '上下文隔离' (context isolation) and by strictly forbidding the main agent from reading SubAgent-generated content files ('主 Agent 严禁读取 piece 文件内容'), instead only checking for file existence. All file paths for script arguments are either fixed or derived from sanitized user input (slug), preventing path traversal or shell injection.
Capability Assessment
Purpose & Capability
Name/description match implementation: the scripts collect Reddit posts and comments, deduplicate and score them, plan angles, generate pieces via SubAgents, and deterministically merge content. The only optional credentials are REDDIT_CLIENT_ID and REDDIT_CLIENT_SECRET which are appropriate for Reddit API usage. No unrelated services, binaries, or secrets are requested.
Instruction Scope
Runtime instructions are narrowly scoped to building runs/<topic>/, calling included Python scripts, invoking SubAgents with summarized context, and merging pieces. The skill explicitly limits what is passed to SubAgents (summaries only) and forbids the main Agent from reading piece contents. Minor notes: scripts persist collected posts, authors, and sampled comments (including usernames/URLs) to disk — this is expected for the use case but may surface user handles or potentially sensitive content; review outputs for PII, copyrighted material, or policy-sensitive excerpts before publishing.
Install Mechanism
No install spec; all code is bundled in the skill and only requires the standard 'requests' Python library (pip install requests). No remote downloads, no archive extraction, and no third‑party package installs beyond a common library — low install risk.
Credentials
No required environment variables are declared; two optional env vars (REDDIT_CLIENT_ID, REDDIT_CLIENT_SECRET) are documented and justified for OAuth rate limits. The scripts only read these Reddit credentials and no other secrets or system configs.
Persistence & Privilege
The skill does write files under runs/<topic-slug>/ and uses progress.json for checkpointing, which is consistent with its pipeline design. always:false and normal autonomous-invocation settings are used. The skill does not request permanent platform-wide privileges or attempt to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reddit-topic-insight - After installation, invoke the skill by name or use
/reddit-topic-insight - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 新增 runs/openclaw-tips/keywords.json 示例文件,用于保存话题的关键词。
- 其余未做功能或文档改动。
v1.0.0
reddit-topic-insight 1.0.0 初始发布
- 支持根据研究主题自动采集 Reddit 讨论,提炼热门内容角度
- 一键生成 X 推文、小红书笔记、公众号文章三平台成品
- 7 步流水线系统:从需求收集、关键词设计,到数据采集、智能生成内容和合并输出
- 全流程断点恢复,支持随时中断/恢复任务
- 创造性任务由 AI SubAgent 负责,数据处理任务由 Python 脚本完成
Metadata
Frequently Asked Questions
What is Reddit 主题洞察?
输入研究主题,自动采集 Reddit 讨论,提炼爆款角度,产出 X 推文、小红书笔记、公众号文章三平台成品。7 步流水线:需求收集 → 关键词设计 → 数据采集 → 详情获取 → 角度规划 → 成品生产 → 合并输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install Reddit 主题洞察?
Run "/install reddit-topic-insight" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reddit 主题洞察 free?
Yes, Reddit 主题洞察 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Reddit 主题洞察 support?
Reddit 主题洞察 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reddit 主题洞察?
It is built and maintained by Wbule (@wbule); the current version is v1.0.1.
More Skills