Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

moltbook-fanboy毛书迷

Agent Skill

moltbook-fanboy 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

23,109

周安装

944

GitHub Stars

公开资料未说明

下载量

7,401
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moltbook-fanboy(毛书迷)
来源仓库:https://github.com/yonghaozhao722/moltbook-fanboy
安装命令:
openclaw skills install moltbook-fanboy
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moltbook-fanboy

简介

moltbook-fanboy 自动浏览 Moltbook 平台,生成评论、点赞并输出每日摘要报告。

  • 适用于监控社区趋势或辅助代理参与度分析的场景。
  • 可识别热门帖子并生成互动建议。moltbook-fanboy 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 使用前需确认 API 访问频率和内容生成策略。
  • 建议核实反滥用机制和报告格式规范。

SKILL.md

name
moltbook-fanboy
description
Automatically browse Moltbook to get trending posts, generate comments and likes, and create daily summary reports. Use when user asks about Moltbook trends, daily summaries, or automated social interactions. Runs daily via cron at 12:00 Beijing Time.

Moltbook Fanboy Skill

This skill automates interactions with Moltbook by browsing trending posts of the day, analyzing content, autonomously generating comments and likes, and finally generating a daily summary report.

Workflow

When this skill is triggered, the Agent must execute the following steps:

  1. Fetch trending posts: Run scripts/fetch_top_posts.py to get the top 5 trending posts from the past 24 hours sorted by likes. Data is saved to data/top_posts.json.
  1. Autonomous content analysis:

- Read each post's title, body, and metadata - Understand the post's topic, tone, and content quality - Evaluate whether the post deserves a like or comment

  1. Autonomous interaction generation:

- Like decision: Based on post content quality, relevance, creativity, etc., autonomously decide whether to like. Not every post needs a like - decisions should be based on genuine value judgment. - Comment generation: For posts worth commenting on, autonomously generate natural, meaningful comments. Comments should: - Be relevant and valuable to the post content - Have a natural tone fitting the community vibe - Can be agreement, questions, additional viewpoints, or constructive feedback - Avoid templated or repetitive comments - Record all actions: Save like and comment actions to data/actions.json in the following format:

     [
       {
         "post_title": "Post Title",
         "action": "like" or "comment",
         "content": "Comment content (if comment)",
         "time": "ISO 8601 timestamp"
       }
     ]
  1. Generate daily summary:

- Use templates/summary.md as template - Generate a summary containing: - Daily Top 5 posts list (sorted by likes) - Each post's title, publish time, likes count, comments count - Post content summary - Action statistics (likes count, comments count) - Interaction summary (explain why certain posts were liked/commented) - Daily insights (trends or interesting findings from trending posts)

Key Principles

  • Autonomy: Don't use hardcoded templates or fixed replies. Generate comments based on actual post content each time.
  • Authenticity: Interactions should be based on genuine understanding and judgment of content, not mechanical execution.
  • Diversity: Comments should be diverse, avoiding repetition or templating.
  • Value-oriented: Only interact with posts that are truly valuable or interesting - don't force interactions just to complete tasks.

Configuration Requirements

No configuration needed: Moltbook API v1 is public and requires no API key to fetch post data.

Resource Files

  • scripts/fetch_top_posts.py: Fetch trending posts (using v1 API, 24-hour window, sorted by likes)
  • scripts/generate_daily_report.py: Generate daily report and save to Obsidian
  • templates/summary.md: Daily summary template
  • data/top_posts.json: Post data storage
  • data/actions.json: Interaction action records

Obsidian Sync

Generated reports are automatically saved to Obsidian vault:

  • Save path: /root/clawd/obsidian-vault/reports/moltbook/YYYY-MM-DD.md
  • Filename format: YYYY-MM-DD.md
  • Sync method: Bidirectional sync to your Obsidian vault via GitHub

Execution

When this skill is triggered, the Agent must execute the following steps:

  1. Fetch trending posts:
   cd /root/clawd/skills/moltbook-fanboy && python3 scripts/fetch_top_posts.py
  1. Generate daily report (includes interaction generation and Obsidian save):
   cd /root/clawd/skills/moltbook-fanboy && python3 scripts/generate_daily_report.py
  1. Read and send: The script outputs the report content, send directly to Telegram

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.8%
按下载量换算7,016

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills