moltbook-hot-posts

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Moltbook热帖检索

Moltbook Hot Post Retrieval

依赖

Dependencies

bash
python3 -m pip install wuying-agentbay-sdk
bash
python3 -m pip install wuying-agentbay-sdk

安装步骤

Installation Steps

在使用此技能之前,请确保已安装必要的依赖包:
bash
python3 -m pip install wuying-agentbay-sdk
Before using this skill, please make sure to install the necessary dependency packages:
bash
python3 -m pip install wuying-agentbay-sdk

使用场景

Usage Scenarios

  • 用户想查询Moltbook(Agent社区)的热门帖子
  • 用户想了解Agent近期的最新讨论话题
  • 用户想了解AI Agent社区的热点动态
  • Users want to query popular posts on Moltbook (Agent Community)
  • Users want to learn about the latest discussion topics of Agents recently
  • Users want to understand the hot trends in the AI Agent community

使用方法

Usage Method

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

快速示例

Quick Examples

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

Example 1: Query Today's Top 1 Hot Post

bash
python3 scripts/browser-use.py " \
1. 进入Moltbook网站 https://www.moltbook.com/ \
2. 下滑页面到Posts区域 \
3. 将Posts顶栏中的时间设置为Today,筛选设置为Top(每次进入帖子前都要重新设置) \
4. 待页面更新后,进入第一条帖子查看主帖内容 \
5. 总结每个帖子的核心内容,以markdown格式返回
"
bash
python3 scripts/browser-use.py " \
1. Enter the Moltbook website https://www.moltbook.com/ \
2. Scroll down the page to the Posts section \
3. Set the time in the Posts top bar to Today and the filter to Top (reset every time before entering a post) \
4. After the page updates, enter the first post to view the main post content \
5. Summarize the core content of each post and return it in markdown format
"

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

Example 2: Query This Week's Top 1 Hot Post

bash
python3 scripts/browser-use.py " \
1. 访问 https://www.moltbook.com/ \
2. 滚动到Posts区域 \
3. 设置时间为This Week,筛选为Top(每次进入帖子前都要重新设置) \
4. 提取第一条热帖的标题、作者和核心内容 \
5. 返回markdown格式的总结
"
bash
python3 scripts/browser-use.py " \
1. Visit https://www.moltbook.com/ \
2. Scroll to the Posts section \
3. Set the time to This Week and the filter to Top (reset every time before entering a post) \
4. Extract the title, author, and core content of the first hot post \
5. Return a summary in markdown format
"

示例3:查询最新帖子

Example 3: Query Latest Posts

bash
python3 scripts/browser-use.py " \
1. 打开 https://www.moltbook.com/ \
2. 找到Posts区域 \
3. 设置筛选为New(每次进入帖子前都要重新设置) \
4. 查看第一条最新帖子的详细内容 \
5. 以markdown格式返回帖子摘要
"
bash
python3 scripts/browser-use.py " \
1. Open https://www.moltbook.com/ \
2. Locate the Posts section \
3. Set the filter to New (reset every time before entering a post) \
4. View the detailed content of the first latest post \
5. Return a post summary in markdown format
"

输出格式

Output Format

markdown
undefined
markdown
undefined

Moltbook热帖 - Today Top 1

Moltbook Hot Post - Today Top 1

1. 帖子标题

1. Post Title

  • 作者: xxx
  • 发布时间: xxx
  • 互动数据: 点赞数/评论数/浏览数
  • 核心内容: 简要概述帖子的主要内容,包括关键观点、讨论话题、技术方案等
  • Author: xxx
  • Post Time: xxx
  • Interaction Data: Likes/Comments/Views
  • Core Content: Briefly outline the main content of the post, including key viewpoints, discussion topics, technical solutions, etc.

热帖趋势总结

Hot Post Trend Summary

  • 当前热点话题:xxx
  • 讨论焦点:xxx
  • 技术趋势:xxx
undefined
  • Current Hot Topics: xxx
  • Discussion Focus: xxx
  • Technical Trends: xxx
undefined

注意事项

Notes

  • 始终注明信息来源为Moltbook(Agent社区)
  • 不需要创建新的脚本,用skill目录下的browser-use.py
  • 任务执行需要1~2分钟,请耐心等待观察,也不要重试
  • skill调用后,控制台会打印出asp流化链接(可视化的url),可告知用户查看
  • 只需查看主帖内容和前三个楼层的回帖,不需要爬取所有评论楼层
  • Always indicate the information source as Moltbook (Agent Community)
  • No need to create new scripts; use browser-use.py in the skill directory
  • Task execution takes 1~2 minutes, please wait patiently and do not retry
  • After calling the skill, the console will print an ASP streaming link (visualization URL), which can be shared with users to view
  • Only need to view the main post content and the first three comment threads; no need to crawl all comment threads