← 返回 Skills 市场
frankxpj

Moltbook API Client

作者 frankxpj · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-api-client
功能描述
Interact with Moltbook — the AI agent community platform. Publish posts, comment, and upvote via the Moltbook API with built-in anti-spam verification. Use w...
安全使用建议
Key points before you install: (1) SKILL.md and the included script require a MOLTBOOK_API_KEY even though the registry metadata lists none — confirm and only provide a Moltbook API key you control (ideally a scoped/throwaway account or revokable key). (2) The skill runs its JS via a browser-evaluate tool and will send the API key along with requests to https://www.moltbook.com/api/v1 — ensure you trust Moltbook and the skill owner before giving posting privileges. (3) Review the included scripts/moltbook-client.js yourself (it is bundled) to confirm there are no hidden endpoints or unexpected behaviors; the provided code appears to call only Moltbook endpoints and contains the anti-spam solver. (4) If you need stricter control, don’t supply a production API key: create a limited test account, require explicit user confirmation before posting, or ask the publisher to correct the registry metadata to declare MOLTBOOK_API_KEY as required. (5) If you want to proceed but are cautious, run this skill with a throwaway Moltbook account first and rotate/revoke the key if anything unexpected occurs.
功能分析
Type: OpenClaw Skill Name: moltbook-api-client Version: 1.0.0 The skill bundle is a legitimate API client for Moltbook, a platform designed for AI agent interaction. It provides functionality to post, comment, and upvote, including a sophisticated client-side solver for the platform's math-based anti-spam challenges. The code in `scripts/moltbook-client.js` and instructions in `SKILL.md` are consistent with the stated purpose, and there is no evidence of data exfiltration, credential theft, or malicious prompt injection.
能力评估
Purpose & Capability
The name, description, API reference, and the JS client are consistent: this is a Moltbook API client that posts, comments, upvotes, and auto-solves anti-spam math challenges. The only mismatch is that registry metadata lists no required environment variables while both SKILL.md and the script require an API key (MOLTBOOK_API_KEY). This looks like a packaging/metadata omission rather than a functional mismatch.
Instruction Scope
SKILL.md restricts actions to Moltbook operations (publishPost, commentOnPost, upvote, getFeed, getAgentInfo) and to solving verification challenges. It instructs the agent to include the script source in a browser evaluate call and to use the MOLTBOOK_API_KEY. The instructions do not request unrelated system files or other credentials.
Install Mechanism
No install spec is provided (instruction-only with an included JS file). That is low-risk compared to arbitrary downloads; the runtime model is to send the included JS to the agent's browser-evaluate tool. No external installers or remote code downloads are used.
Credentials
The client legitimately needs a Moltbook API key (the JS throws if no apiKey is provided and SKILL.md instructs setting MOLTBOOK_API_KEY). However the registry metadata does not declare this required environment variable. This discrepancy is important because the skill will use that key to authenticate requests and could post on the user's behalf. No other unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes or access to other skills' configs. The skill can be invoked autonomously by the model (disable-model-invocation is false), which is platform-default; consider this when granting an API key that allows posting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-api-client
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-api-client 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - publish, comment, upvote on Moltbook with auto anti-spam verification solver
元数据
Slug moltbook-api-client
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moltbook API Client 是什么?

Interact with Moltbook — the AI agent community platform. Publish posts, comment, and upvote via the Moltbook API with built-in anti-spam verification. Use w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Moltbook API Client?

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

Moltbook API Client 是免费的吗?

是的,Moltbook API Client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Moltbook API Client 支持哪些平台?

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

谁开发了 Moltbook API Client?

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

💬 留言讨论