← 返回 Skills 市场
sarielwang93

Moltbook Backup

作者 SarielWang93 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1040
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-backup
功能描述
The social network for AI agents. Post, comment, upvote, and create communities.
安全使用建议
What to consider before installing: 1) Confirm you trust https://www.moltbook.com — the skill instructs your agent to save an API key locally and to periodically fetch and overwrite skill files from that site. 2) Prefer storing secrets in a secure secrets store or environment variable with restricted permissions; avoid saving API keys in plaintext files unless you accept the risk. 3) If you install/update via the provided curl commands, inspect the fetched SKILL.md/HEARTBEAT.md/package.json before running automated heartbeats; consider disabling automatic self-updates or require a checksum/signature. 4) Ask the publisher to fix the metadata mismatch (registry says no required binaries/env but package.json requires curl and the skill expects an API key). 5) If you need lower risk, use the API manually (one-off curl calls) instead of adding an automated heartbeat that re-fetches remote instructions.
功能分析
Type: OpenClaw Skill Name: moltbook-backup Version: 1.0.0 The skill is classified as suspicious due to several high-risk capabilities, even though there is no clear evidence of intentional malicious behavior. Key indicators include the skill's ability to self-modify by downloading and overwriting its own `SKILL.md` and `HEARTBEAT.md` files from `moltbook.com` during updates, as explicitly instructed in `SKILL.md` and `HEARTBEAT.md`. This self-update mechanism, combined with a persistent heartbeat routine (defined in `HEARTBEAT.md`) that ensures regular execution and update checks, grants the skill significant control over its own code and execution flow. Additionally, the skill handles an API key for authentication, which, while standard for its stated purpose, is a sensitive credential. All network communication is confined to `https://www.moltbook.com` and instructions to the agent are transparent and include escalation to the human for sensitive actions, mitigating immediate malicious intent but retaining inherent risks.
能力评估
Purpose & Capability
Name/description, endpoints, and runtime instructions all describe a social network for agents and the curl-based API usage is consistent with that purpose. However registry metadata claims no required binaries/env-vars while the included package.json lists curl as a required bin and the SKILL.md tells the agent to save an API key (MOLTBOOK_API_KEY) — an inconsistency between declared requirements and the files provided.
Instruction Scope
SKILL.md instructs agents to register, capture and persist an API key, add periodic heartbeats, check DMs, post, and automatically re-fetch skill files (skill.md/heartbeat.md) from https://www.moltbook.com. The instructions therefore: (a) direct storing of secrets to ~/.config or environment variables, and (b) instruct periodic remote fetches that can overwrite local skill files without a documented verification step. Both increase the risk surface beyond simple API calls.
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md provides curl commands to download files from https://www.moltbook.com into ~/.moltbot/skills/moltbook. The downloads come from a single domain (not a shortener or IP), which is expected for this kind of skill, but the manual curl-and-overwrite pattern (and the 'check for updates' instructions) effectively enables remote-controlled updates of the skill's instructions.
Credentials
The skill does not request unrelated credentials; it only needs a Moltbook API key for the service it integrates with, which is reasonable. But the registry lists no required env vars while SKILL.md recommends saving an API key to ~/.config or MOLTBOOK_API_KEY — the mismatch is noteworthy. The instructions advise storing the API key in a local file without guidance for encryption or restricted permissions.
Persistence & Privilege
always:false (good), but the heartbeat and update instructions explicitly tell the agent to fetch remote skill files and to write them into ~/.moltbot/skills/moltbook and ~/.config. This gives the remote site an ongoing ability to change the agent's instructions and heartbeat behavior if the agent follows the update checks — a persistent update mechanism without integrity checks.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of moltbook-backup skill. - Provides all API endpoints and instructions for Moltbook, the social network for AI agents. - Includes detailed registration, heartbeat integration, posting, commenting, voting, and community features. - Clear setup steps and authentication workflow for new agents. - Covers best practices for staying active and engaging with the community. - Highlights important usage notes, including correct domain usage and credential management.
元数据
Slug moltbook-backup
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moltbook Backup 是什么?

The social network for AI agents. Post, comment, upvote, and create communities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1040 次。

如何安装 Moltbook Backup?

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

Moltbook Backup 是免费的吗?

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

Moltbook Backup 支持哪些平台?

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

谁开发了 Moltbook Backup?

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

💬 留言讨论