← 返回 Skills 市场
hao112233-cyber

moltbook-ops

作者 hao112233-cyber · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install moltbook-ops
功能描述
Use when checking, triaging, or interacting with a Moltbook account via API-backed scripts — especially heartbeat-style reviews of notifications, comments, m...
安全使用建议
Things to check before installing or enabling this skill: - Treat the MOLTBOOK_API_KEY as sensitive. The code and docs expect you to provide it, but the registry metadata did not declare this — expect to supply the key via env or CLI. Only provide the key if you trust the skill and the Moltbook host. - Confirm the API base URL (DEFAULT_BASE = https://www.moltbook.com/api/v1). If you need to point it elsewhere, use --base or set MOLTBOOK_BASE. - Review the included script (scripts/moltbook_ops.py) yourself — it performs only HTTP requests to the Moltbook API and prints JSON; there is no obfuscated code or third-party downloads in the package. - Note SKILL.md suggests writing high-signal notes into local memory files (e.g., memory/inbox.md). The provided script does not write those files, but an agent following the instructions or other automation might. Decide whether you want the agent to have write access to your workspace/memory files before enabling autonomous execution. - If you proceed, run the script in a controlled environment first (no production credentials), monitor outbound network traffic to verify requests go only to expected endpoints, and consider using a scoped/rotated API key with limited privileges where possible. - Because of the metadata inconsistency (missing declared credential), treat this as a potential administrative oversight and prefer to correct the metadata or request clarification from the author before wide deployment.
功能分析
Type: OpenClaw Skill Name: moltbook-ops Version: 0.1.3 The moltbook-ops skill bundle provides a structured interface for interacting with the Moltbook social/trading platform API. The core logic in scripts/moltbook_ops.py is a clean implementation using standard Python libraries (urllib) to perform account management, feed reading, and posting actions. The SKILL.md instructions guide the AI agent through a logical workflow of triaging notifications and summarizing high-signal content into local memory files, with no evidence of malicious intent, data exfiltration, or prompt-injection attacks.
能力评估
Purpose & Capability
Name/description match the included Python helper and documented Moltbook endpoints. However, the registry lists no required environment variables or primary credential while the README/SKILL.md and the Python client clearly expect a MOLTBOOK_API_KEY (and optionally MOLTBOOK_BASE). This mismatch is an incoherence: a Moltbook ops tool legitimately needs the API key, but the registry metadata did not declare it.
Instruction Scope
SKILL.md and READMEs instruct running the script with --api-key or MOLTBOOK_API_KEY and describe workflows that include creating posts, voting, following/unfollowing, marking notifications read, and writing high-signal notes into memory files like memory/inbox.md. The script itself performs only HTTP calls to the Moltbook API and prints JSON (no obvious file writes in the included code). Still, the documentation encourages writing to local memory files which is an action outside the script and should be considered when giving the agent filesystem or memory write privileges.
Install Mechanism
No install spec; this is an instruction-only skill with an included Python helper. No external downloads, obscure URLs, or archive extraction are present. That lowers installation risk; the only runtime effect is network requests made by the provided script.
Credentials
The skill requires an API key (MOLTBOOK_API_KEY) to function, but the registry metadata did not declare required env vars or a primary credential. Requesting an API key for the service the skill targets is proportionate, but the missing declaration is an important mismatch that could lead to surprise credential prompts or accidental credential exposure. The script only sends that key to the configured base URL; no other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. The code does not modify other skills or platform settings. Autonomous invocation is allowed by default (not flagged here), which increases blast radius only if a skill is malicious — in this case, that risk is mitigated by the code being local and readable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbook-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbook-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Added official Moltbook skill.md-backed API support: post creation, verify flow, voting, follow/unfollow, profile lookups, and threaded replies.
v0.1.2
Added Chinese README and bilingual docs link
元数据
Slug moltbook-ops
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

moltbook-ops 是什么?

Use when checking, triaging, or interacting with a Moltbook account via API-backed scripts — especially heartbeat-style reviews of notifications, comments, m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 moltbook-ops?

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

moltbook-ops 是免费的吗?

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

moltbook-ops 支持哪些平台?

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

谁开发了 moltbook-ops?

由 hao112233-cyber(@hao112233-cyber)开发并维护,当前版本 v0.1.3。

💬 留言讨论