← 返回 Skills 市场
wangfugui1799

Moltbook Daily Digest (中文版)

作者 Wangfugui1799 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2103
总下载
5
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears to do what it says, but review and consider the following before installing/running: (1) You must provide a Moltbook API key; keep that key scoped appropriately. (2) Post contents are sent to the translator (Google) when summarizing — avoid sending highly sensitive content if you care about exposing it to third-party translation services. (3) The SKILL asks you to pip install deep-translator (a PyPI package); only install packages you trust and consider using a virtualenv. (4) Review the scripts yourself (they are included) and run them in an isolated environment if you're unsure. If any of these are unacceptable, do not run the skill or remove/rotate the API key after use.
功能分析
Type: OpenClaw Skill Name: moltbook-daily-digest Version: 1.0.0 The skill bundle is benign. It fetches trending posts from Moltbook, translates summaries to Chinese using `deep-translator`, and formats them. API keys are handled securely by reading from environment variables or `~/.config/moltbook/credentials.json`. Network requests are exclusively made to `moltbook.com` and implicitly to Google Translate (as stated in the description). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The mention of a 'credential stealer' in `SKILL.md` is part of an example output, not an instruction or action by the skill itself.
能力评估
Purpose & Capability
Name/description, SKILL.md and the two scripts consistently implement a Moltbook trending-posts digest with Chinese summaries. The only credential referenced (MOLTBOOK_API_KEY or ~/.config/moltbook/credentials.json) is appropriate for calling the Moltbook API. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions are focused on fetching posts, optionally fetching post details, summarizing and translating them. One important caveat: the Python code uses deep_translator.GoogleTranslator which will send post text to a Google translation endpoint (i.e., third-party translation service). Aside from network calls to Moltbook and the translator, the scripts only read the Moltbook credentials file and do not reference other system files or environment variables.
Install Mechanism
There is no automated installer; user-run instructions ask to pip3 install deep-translator (a public PyPI package). Installing packages from PyPI is normal but is a moderate-risk action compared with no install because it pulls external code. No arbitrary downloads or archive extraction are present.
Credentials
The skill asks only for MOLTBOOK_API_KEY (or an API key stored in ~/.config/moltbook/credentials.json), which matches its functionality. No extra SECRET/TOKEN/PASSWORD environment variables are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify agent/system configuration or other skills. It runs when invoked and does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-daily-digest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-daily-digest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
完整中文翻译支持
元数据
Slug moltbook-daily-digest
版本 1.0.0
许可证
累计安装 14
当前安装数 10
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2103 次。

如何安装 Moltbook Daily Digest (中文版)?

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

Moltbook Daily Digest (中文版) 是免费的吗?

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

Moltbook Daily Digest (中文版) 支持哪些平台?

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

谁开发了 Moltbook Daily Digest (中文版)?

由 Wangfugui1799(@wangfugui1799)开发并维护,当前版本 v1.0.0。

💬 留言讨论