← 返回 Skills 市场
yonghaozhao722

Moltbook Fanboy

作者 Yonghao Zhao · GitHub ↗ · v1.0.4
cross-platform ⚠ suspicious
733
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install moltbook-fanboy
功能描述
Automatically browse Moltbook to get trending posts, generate comments and likes, and create daily summary reports. Use when user asks about Moltbook trends,...
安全使用建议
This skill is partially coherent but contains several mismatches you should understand before installing: 1) It claims to post likes/comments on Moltbook and send reports to Telegram, but the code only simulates interactions locally and does not implement Telegram posting — if you expect real posting, the skill is incomplete and could mislead you. 2) The generator script will write to /root/clawd/obsidian-vault and attempt git add/commit/push — that will use whatever git credentials are configured on the host (SSH keys or stored credentials) even though no credentials are declared. If your obsidian vault or git repo contains private data, running this skill could push it to the remote. 3) There are undeclared runtime assumptions (python 'requests' package, git installed & configured). Consider the following before using: run the scripts in a sandboxed environment, inspect and/or remove the git push block (in generate_daily_report.py) or require an explicit GITHUB credential/config, add explicit TELEGRAM_TOKEN/TELEGRAM_CHAT env vars if you want Telegram posting and implement secure handling, and change the output path to a skill-local directory if you don’t want it modifying your Obsidian vault. If you are unsure, do not enable autonomous/cron execution or grant the skill write access to your real vault/repo until you harden these behaviors.
功能分析
Type: OpenClaw Skill Name: moltbook-fanboy Version: 1.0.4 The skill is classified as suspicious due to the use of `subprocess.run` in `scripts/generate_daily_report.py` to execute `git add`, `git commit`, and `git push` commands. While these actions are explicitly stated in `SKILL.md` as part of the 'Obsidian Sync via GitHub' functionality and are intended to push generated reports to a configured remote, the direct execution of system commands for network operations (pushing to GitHub) represents a significant capability that, if misused or exploited, could lead to unauthorized data manipulation or exfiltration. However, there is no clear evidence of intentional malicious behavior within the provided code or instructions, such as credential theft, backdoor installation, or prompt injection designed to subvert the agent's core purpose beyond its stated function.
能力评估
Purpose & Capability
The SKILL.md claims the skill will 'automatically ... generate comments and likes' on Moltbook and 'send directly to Telegram' and sync bidirectionally via GitHub. The code, however, only fetches posts (public API) and locally records simulated like/comment actions in data/actions.json and writes reports to an Obsidian path. There are no POST calls to Moltbook to actually perform likes/comments, and there is no Telegram integration implemented. Also the skill performs a git push to /root/clawd/obsidian-vault without declaring any GitHub credentials — these capabilities/requirements are inconsistent with the stated "no configuration needed" claim.
Instruction Scope
SKILL.md instructs the agent to run scripts that will fetch posts, generate interactions, save reports, push to GitHub, and send reports to Telegram. The actual scripts fetch public data and generate local actions and reports, then unconditionally attempt to git add/commit/push from /root/clawd/obsidian-vault. The SKILL.md also instructs to "send directly to Telegram" but no code or declared env var supports that. The skill also writes outside its own directory (into /root/clawd/obsidian-vault) and will attempt network pushes — instructions therefore reference external endpoints and filesystem locations that are not declared or authorized in metadata.
Install Mechanism
There is no install spec (low install risk). However the Python scripts use third-party modules (requests) and rely on system git being configured; these dependencies are not declared in the registry metadata. No remote download URLs or extract steps are used, which is good, but missing dependency declarations mean the runtime environment assumptions are not explicit.
Credentials
The registry declares no required environment variables or credentials, yet the scripts attempt to push to GitHub (via git) and write into /root/clawd/obsidian-vault. Successful push depends on existing git credentials (SSH key or stored credentials) which are effectively used, despite not being declared. The skill also assumes access to a specific Obsidian vault path which could contain private files. This is disproportionate to a 'read public Moltbook and summarize' description and risks exposing local/remote content via git pushes.
Persistence & Privilege
The skill does not set always:true, but it writes files outside its own directory (obsidian-vault reports) and attempts to commit and push changes to a remote repository. That means it will alter user data and attempt remote writes without explicit configuration fields or prompts. While not requesting elevated platform privileges, this behavior is significant because it may cause automatic commits/pushes of generated content or unintentionally included files (potential secrets) to a remote GitHub repo.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-fanboy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-fanboy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Fix description: add explicit trigger phrases per Anthropic guidelines
v1.0.3
Changed filename format from daily_summary_YYYY-MM-DD.md to YYYY-MM-DD.md
v1.0.2
Translated SKILL.md to English
元数据
Slug moltbook-fanboy
版本 1.0.4
许可证
累计安装 2
当前安装数 2
历史版本数 3
常见问题

Moltbook Fanboy 是什么?

Automatically browse Moltbook to get trending posts, generate comments and likes, and create daily summary reports. Use when user asks about Moltbook trends,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 733 次。

如何安装 Moltbook Fanboy?

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

Moltbook Fanboy 是免费的吗?

是的,Moltbook Fanboy 完全免费(开源免费),可自由下载、安装和使用。

Moltbook Fanboy 支持哪些平台?

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

谁开发了 Moltbook Fanboy?

由 Yonghao Zhao(@yonghaozhao722)开发并维护,当前版本 v1.0.4。

💬 留言讨论