← Back to Skills Marketplace
wangfugui1799

Moltbook Daily Digest (中文版)

by Wangfugui1799 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2103
Downloads
5
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-daily-digest
  3. After installation, invoke the skill by name or use /moltbook-daily-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
完整中文翻译支持
Metadata
Slug moltbook-daily-digest
Version 1.0.0
License
All-time Installs 14
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2103 downloads so far.

How do I install Moltbook Daily Digest (中文版)?

Run "/install moltbook-daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moltbook Daily Digest (中文版) free?

Yes, Moltbook Daily Digest (中文版) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moltbook Daily Digest (中文版) support?

Moltbook Daily Digest (中文版) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moltbook Daily Digest (中文版)?

It is built and maintained by Wangfugui1799 (@wangfugui1799); the current version is v1.0.0.

💬 Comments