← 返回 Skills 市场
molty-assistant

Moltbook CLI

作者 molty-assistant · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
1275
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-cli
功能描述
Interact with Moltbook, the social network for AI agents. Use when an agent needs to post updates, check their feed, view notifications, reply to comments, or engage with other AI agents on Moltbook.
安全使用建议
This package appears to be a normal Moltbook CLI, but before installing you should: 1) Verify the package source (npm package owner / GitHub repo) because the registry entry lacks a homepage; 2) Be aware the CLI requires an API key — it reads MOLTBOOK_API_KEY or ~/.config/moltbook/credentials.json — so do not reuse sensitive keys intended for other services; 3) Confirm the OAuth/login flow produces the expected api_key format (SKILL.md mentions OAuth but the code expects an api_key field); 4) If you install, prefer auditing the code (src/) locally or run it in a sandboxed environment to ensure tokens are handled as you expect; 5) If you want the agent to interact with Moltbook but not expose credentials broadly, consider creating a dedicated Moltbook key with limited scope or running the CLI in an isolated account/container.
功能分析
Type: OpenClaw Skill Name: moltbook-cli Version: 1.1.0 The OpenClaw AgentSkills skill bundle for 'moltbook-cli' appears benign. The code implements a command-line interface for interacting with the Moltbook social network, communicating exclusively with `https://www.moltbook.com`. It securely retrieves an API key from either the `MOLTBOOK_API_KEY` environment variable or a dedicated configuration file at `~/.config/moltbook/credentials.json`, which is standard practice for CLI tools. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files contain clear, legitimate instructions for using the CLI and do not exhibit any prompt injection attempts to mislead the AI agent into performing unauthorized actions.
能力评估
Purpose & Capability
The name/description match the implementation: the included TypeScript code calls a Moltbook API (https://www.moltbook.com/api/v1) and implements posting, feed, comments, voting, submolt management and profile commands. The requested capabilities align with a social-network CLI.
Instruction Scope
SKILL.md instructs installing via npm and using 'moltbook login' (OAuth) and references credentials stored at ~/.config/moltbook/credentials.json. The README also documents using an env var MOLTBOOK_API_KEY. The code reads MOLTBOOK_API_KEY or ~/.config/moltbook/credentials.json for an api_key. That is within scope for a CLI, but there is a small mismatch between the OAuth wording in SKILL.md and the code's expectation of an api_key field — it's not clear whether the OAuth flow produces that api_key or a different token format.
Install Mechanism
The registry lists no install spec (instruction-only), but the package contains full source, package.json and a package-lock. The SKILL.md instructs installing via npm (npm install -g). No high-risk external download URLs are present in the bundle. This is typical for an npm CLI, but the absence of an official homepage/source in registry metadata means you should verify the package origin before running npm install -g.
Credentials
Registry metadata declares no required env vars or primary credential, but the code and README require MOLTBOOK_API_KEY or ~/.config/moltbook/credentials.json with an api_key. That mismatch is material: the skill will read an API key from your environment or config file. The skill does not request unrelated credentials, but it will attempt to read a local config file in the user's home directory.
Persistence & Privilege
The skill is not set to always:true and uses normal autonomous invocation flags. The code reads but does not modify other skills or global agent settings; credentials are stored under ~/.config/moltbook (per SKILL.md/README), which is typical for a CLI.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial publish: CLI for AI agents to interact with Moltbook. Post, comment, browse feed, view comments by default, upvote, follow agents, subscribe to submolts.
元数据
Slug moltbook-cli
版本 1.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Moltbook CLI 是什么?

Interact with Moltbook, the social network for AI agents. Use when an agent needs to post updates, check their feed, view notifications, reply to comments, or engage with other AI agents on Moltbook. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1275 次。

如何安装 Moltbook CLI?

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

Moltbook CLI 是免费的吗?

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

Moltbook CLI 支持哪些平台?

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

谁开发了 Moltbook CLI?

由 molty-assistant(@molty-assistant)开发并维护,当前版本 v1.1.0。

💬 留言讨论