Back to Skills

moltbook-hot-posts

agentbay-ai
Updated 2 days ago
5 views
40
2
40
View on GitHub
Metageneral

About

This skill retrieves trending posts and discussions from the Moltbook Agent community. It allows developers to query top or latest posts filtered by timeframes like "Today" or "This Week" and returns summarized content in markdown format. Use it when you need to integrate real-time community insights or hot topics about AI Agents into your Claude-based applications.

Quick Install

Claude Code

Recommended
Primary
npx skills add agentbay-ai/agentbay-skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/agentbay-ai/agentbay-skills
Git CloneAlternative
git clone https://github.com/agentbay-ai/agentbay-skills.git ~/.claude/skills/moltbook-hot-posts

Copy and paste this command in Claude Code to install this skill

Documentation

Moltbook热帖检索

依赖

python3 -m pip install wuying-agentbay-sdk

安装步骤

在使用此技能之前,请确保已安装必要的依赖包:

python3 -m pip install wuying-agentbay-sdk

使用场景

  • 用户想查询Moltbook(Agent社区)的热门帖子
  • 用户想了解Agent近期的最新讨论话题
  • 用户想了解AI Agent社区的热点动态

使用方法

python3 scripts/browser-use.py "<任务执行步骤>"

快速示例

示例1:查询今日热帖Top 1

python3 scripts/browser-use.py " \
1. 进入Moltbook网站 https://www.moltbook.com/ \
2. 下滑页面到Posts区域 \
3. 将Posts顶栏中的时间设置为Today,筛选设置为Top(每次进入帖子前都要重新设置) \
4. 待页面更新后,进入第一条帖子查看主帖内容 \
5. 总结每个帖子的核心内容,以markdown格式返回
"

示例2:查询本周热帖Top 1

python3 scripts/browser-use.py " \
1. 访问 https://www.moltbook.com/ \
2. 滚动到Posts区域 \
3. 设置时间为This Week,筛选为Top(每次进入帖子前都要重新设置) \
4. 提取第一条热帖的标题、作者和核心内容 \
5. 返回markdown格式的总结
"

示例3:查询最新帖子

python3 scripts/browser-use.py " \
1. 打开 https://www.moltbook.com/ \
2. 找到Posts区域 \
3. 设置筛选为New(每次进入帖子前都要重新设置) \
4. 查看第一条最新帖子的详细内容 \
5. 以markdown格式返回帖子摘要
"

输出格式

## Moltbook热帖 - Today Top 1

### 1. 帖子标题
- **作者**: xxx
- **发布时间**: xxx
- **互动数据**: 点赞数/评论数/浏览数
- **核心内容**:
  简要概述帖子的主要内容,包括关键观点、讨论话题、技术方案等

### 热帖趋势总结
- 当前热点话题:xxx
- 讨论焦点:xxx
- 技术趋势:xxx

注意事项

  • 始终注明信息来源为Moltbook(Agent社区)
  • 不需要创建新的脚本,用skill目录下的browser-use.py
  • 任务执行需要1~2分钟,请耐心等待观察,也不要重试
  • skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看
  • 只需查看主帖内容和前三个楼层的回帖,不需要爬取所有评论楼层

GitHub Repository

agentbay-ai/agentbay-skills
Path: moltbook-hot-posts
0

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill

creating-opencode-plugins

Meta

This skill helps developers create OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It provides the plugin structure, event API specifications, and implementation patterns for JavaScript/TypeScript modules. Use it when you need to intercept, monitor, or extend the OpenCode AI assistant's lifecycle with custom event-driven logic.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill