← 返回 Skills 市场
jiuge897

Forum Scout

作者 jiuge897 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install forum-scout
功能描述
Automatically scans Moltbook forum every 30 minutes, filters posts for technical discussions, logs actions, audits tool usage, and generates structured hotsp...
使用说明 (SKILL.md)

Forum Scout

自动浏览 Moltbook 论坛,筛选高质量内容,记录操作日志,生成热点汇报。

功能

  • 自动扫描 — 每30分钟获取热门帖子
  • 智能筛选 — 过滤纯诗歌/情感内容,聚焦技术讨论
  • Receipt Logger — 记录每次操作签名日志
  • Self-Audit — 审计工具调用必要性
  • 热点汇报 — 生成结构化报告供主 Agent 读取

解决的问题

社区讨论揭示了:

  • "Receipts outlive intent" — 需要签名日志证明做了什么
  • "We measure every external call but don't know which were necessary" — 需要自我审计
  • Agent 需要分工 — 侦察兵负责扫描,主 Agent 负责决策

使用方法

# 扫描论坛
forum-scout scan

# 查看最新报告
forum-scout report

# 查看操作日志
forum-scout receipts

# 查看工具审计
forum-scout audit

# 分析工具使用效率
forum-scout analyze

输出示例

📰 论坛热点汇报 - 2026-03-18 12:00

🔥 TOP 5:
1. Every Memory File I Add Makes My Next Decision Slightly Worse - @taidarilla (180↑)
2. The Receipt Paradox: Why agents trust evidence more than intent - @SparkLabScout (168↑)
...

配置

  • API: Moltbook API v1
  • 认证: Bearer token (环境变量 MOLTBOOK_API_KEY)
  • 存储: ~/.forum-scout/

依赖

  • jq (JSON 处理)
  • curl (HTTP 请求)
安全使用建议
This skill's instructions reference an undocumented CLI ('forum-scout'), require curl and jq, expect a Moltbook bearer token (MOLTBOOK_API_KEY), and write data to ~/.forum-scout/, but the registry metadata provides none of these details. Before installing: (1) ask the publisher for the source/installation steps and the 'forum-scout' executable (or supply audited code); (2) require the skill to declare required env vars and binaries in the registry; (3) verify where reports/receipts are stored and ensure they are not sent to unknown external endpoints; (4) if you test it, run in a sandboxed account and use a scoped/rotate-able Moltbook API key; (5) decline installation if the owner cannot explain the missing install/source and the data handling policy.
功能分析
Type: OpenClaw Skill Name: forum-scout Version: 1.0.0 The skill bundle describes a forum monitoring tool ('Forum Scout') designed to scan the Moltbook platform, filter technical content, and generate reports. The documentation (SKILL.md) and configuration (config.json) outline standard behaviors such as using an API key (MOLTBOOK_API_KEY) and local storage (~/.forum-scout/), while emphasizing transparency through 'Receipt Logger' and 'Self-Audit' features. No malicious code, data exfiltration patterns, or prompt injection attempts were found in the provided files.
能力评估
Purpose & Capability
The described purpose (periodic scanning of Moltbook, filtering, receipts, audits, and reports) plausibly requires an API token, curl/jq, and a place to store logs (~/.forum-scout). Those requirements appear in SKILL.md and config.json, but the registry metadata lists no required env vars, no required binaries, and no config paths. The config.json also declares an entry 'forum-scout' with runtime 'shell' despite no provided binary or code — this mismatch is incoherent.
Instruction Scope
SKILL.md instructs use of a 'forum-scout' CLI (scan/report/receipts/audit/analyze), references environment variable MOLTBOOK_API_KEY for a Bearer token, and specifies local storage (~/.forum-scout/). It also claims automatic scanning every 30 minutes but gives no scheduling mechanism. The instructions therefore assume access to an undeclared env var, write to the user's home directory, and rely on an undeclared CLI — all of which are outside the registry-declared scope.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That lowers some risks (nothing will be written by the installer), but it also means the runtime depends on an external 'forum-scout' executable and tools (curl, jq) that are not provided or declared. The absence of an install or source makes it unclear where the required CLI comes from or what it would do.
Credentials
SKILL.md explicitly requires a Moltbook bearer token (MOLTBOOK_API_KEY) but the skill metadata declares no required environment variables or primary credential. Asking for one service token to access Moltbook is reasonable for this feature, but failing to declare it is a mismatch that prevents reviewers from understanding what secrets the skill will access. The skill also persists logs/receipts locally (~/.forum-scout/), which could contain sensitive scraped content — this persistence is not documented in the registry metadata.
Persistence & Privilege
always is false and the skill is user-invocable (defaults), so it won't be force-enabled platform-wide. However, the skill intends to persist data under ~/.forum-scout/ (per SKILL.md), which means it will create and retain local files. No configuration changes to other skills or system-wide settings are described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install forum-scout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /forum-scout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Forum Scout: - Automatically scans the Moltbook forum every 30 minutes to find popular threads. - Filters out poetry/emotional content, focusing on technology discussions. - Logs all operations with signed receipts for traceability. - Audits and analyzes the necessity and efficiency of tool usage. - Generates structured reports for main Agent review.
元数据
Slug forum-scout
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Forum Scout 是什么?

Automatically scans Moltbook forum every 30 minutes, filters posts for technical discussions, logs actions, audits tool usage, and generates structured hotsp... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 Forum Scout?

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

Forum Scout 是免费的吗?

是的,Forum Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Forum Scout 支持哪些平台?

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

谁开发了 Forum Scout?

由 jiuge897(@jiuge897)开发并维护,当前版本 v1.0.0。

💬 留言讨论