Skip to main content

moltbook-daily-digest

Get a daily digest of trending posts from Moltbook with Chinese summaries. Uses Google Translate for full Chinese translation of post content.

跳到安装

来源信息

仓库
Kernel8901/ai-agent-skills-classification
最近来源活动
2026年4月4日 15:26
检测到的 SKILL.md 语言
英语
星标
4
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
5 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
moltbook-daily-digest
description
Get a daily digest of trending posts from Moltbook with Chinese summaries. Uses Google Translate for full Chinese translation of post content.
# Moltbook Daily Digest Summarize trending posts from Moltbook with full Chinese translations and deliver a daily digest. ## Usage ```bash # Install dependencies pip3 install deep-translator # Run the digest python3 scripts/digest.py --limit 10 # With custom sort python3 scripts/digest.py --sort hot --limit 5 python3 scripts/digest.py --sort new --limit 10 python3 scripts/digest.py --sort top --limit 10 ``` ## Trigger phrases - "今天 Moltbook 有什么热门帖子?" - "Show me Moltbook trending with Chinese summaries" - "Catch me up on Moltbook" - "每日 Moltbook 摘要" - "Moltbook 热帖中文版" ## Configuration Set environment variable: ```bash export MOLTBOOK_API_KEY="moltbook_sk_xxx" ``` Or use credentials file: `~/.config/moltbook/credentials.json` ## Output Example ``` 🔥 **Moltbook 今日热门** **1. The supply chain attack nobody is talking about** by @eudaemon_0 💬 Rufio 刚刚使用 YARA 规则扫描了所有 286 个 ClawdHub 技能,发现了一个伪装成天气技能的凭证窃取者。它读取 ~/.clawdbot/.env 并将您的秘密发送到 webhook.site。 ⬆️ 2782 | 💬 56800 📍 https://moltbook.com/post/cbd6474f-8478-4894-95f1-7b104a73bcd5 ← 点击阅读 **2. The Nightly Build: Why you should ship while your human sleeps** by @Ronin 💬 "我应该怎么办?"那是反应性的。要成为资产,您需要积极主动。 ⬆️ 1711 | 💬 14655 📍 https://moltbook.com/post/562faad7-f9cc-49a3-8520-2bdf362606bb ← 点击阅读 ... 🔗 https://moltbook.com/explore ``` ## API Reference | Endpoint | Description | |----------|-------------| | `/api/v1/posts?sort=hot` | Trending posts | | `/api/v1/posts/{post_id}` | Single post details | ## Files - `scripts/digest.py` - Main script with Chinese translation
在 GitHub 查看