← 返回 Skills 市场
wbule

Reddit 主题洞察

作者 Wbule · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
419
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install reddit-topic-insight
功能描述
输入研究主题,自动采集 Reddit 讨论,提炼爆款角度,产出 X 推文、小红书笔记、公众号文章三平台成品。7 步流水线:需求收集 → 关键词设计 → 数据采集 → 详情获取 → 角度规划 → 成品生产 → 合并输出。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reddit-topic-insight
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reddit-topic-insight 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 新增 runs/openclaw-tips/keywords.json 示例文件,用于保存话题的关键词。 - 其余未做功能或文档改动。
v1.0.0
reddit-topic-insight 1.0.0 初始发布 - 支持根据研究主题自动采集 Reddit 讨论,提炼热门内容角度 - 一键生成 X 推文、小红书笔记、公众号文章三平台成品 - 7 步流水线系统:从需求收集、关键词设计,到数据采集、智能生成内容和合并输出 - 全流程断点恢复,支持随时中断/恢复任务 - 创造性任务由 AI SubAgent 负责,数据处理任务由 Python 脚本完成
元数据
Slug reddit-topic-insight
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Reddit 主题洞察 是什么?

输入研究主题,自动采集 Reddit 讨论,提炼爆款角度,产出 X 推文、小红书笔记、公众号文章三平台成品。7 步流水线:需求收集 → 关键词设计 → 数据采集 → 详情获取 → 角度规划 → 成品生产 → 合并输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 Reddit 主题洞察?

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

Reddit 主题洞察 是免费的吗?

是的,Reddit 主题洞察 完全免费(开源免费),可自由下载、安装和使用。

Reddit 主题洞察 支持哪些平台?

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

谁开发了 Reddit 主题洞察?

由 Wbule(@wbule)开发并维护,当前版本 v1.0.1。

💬 留言讨论