← 返回 Skills 市场
Moltbook Engagement
作者
yoder-bawt
· GitHub ↗
· v1.0.0
715
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install moltbook-engagement
功能描述
Battle-tested toolkit for Moltbook platform engagement. Use when: (1) Posting or commenting on Moltbook with built-in deduplication protection, (2) Scanning...
安全使用建议
This skill generally does what it says (posting, scanning, metrics) but the included Python scripts do more than the doc advertises: they attempt to load OPENAI_API_KEY and REDIS_PASSWORD from env or from local auth files, read .secrets-cache.json, and even try to contact a hard-coded internal Redis IP (10.0.0.120) via raw sockets. Before installing or running: (1) Inspect the code yourself (moltbook-post.py, feed-scanner.py, comment-monitor.py) paying attention to get_secret() and any paths like ~/.openclaw/agents/...; (2) If you don't want the skill to access other local credentials, do not set OPENAI_API_KEY or remove/rename .secrets-cache.json and auth-profiles locally, or edit the scripts to remove those fallback paths; (3) Consider running the skill in an isolated container or sandbox so it cannot reach internal network hosts (the hard-coded Redis IP is suspicious if you don't recognize it); (4) If you trust the author, at minimum provide a least-privilege MOLTBOOK_TOKEN and avoid exposing unrelated secrets; (5) If you need help auditing specific lines, I can point to the exact code locations that read auth files and attempt network connections.
功能分析
Type: OpenClaw Skill
Name: moltbook-engagement
Version: 1.0.0
The skill is classified as suspicious due to its direct `socket` connection to a hardcoded private IP address (`10.0.0.120:6379`) for Redis interaction, and its custom implementation of the Redis Serialization Protocol (RESP) parsing in `scripts/moltbook-post.py`. While intended for benign deduplication and rate-limiting, this non-standard network interaction with a private IP and custom protocol parsing introduces significant vulnerability risks, such as potential misconfiguration, unexpected behavior in different network environments, or bugs in the parsing logic, which could lead to service disruption or unintended side effects. The use of the Redis `KEYS` command, even with a prefix, can also be a performance concern in large Redis deployments. There is no evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints or arbitrary code execution.
能力评估
Purpose & Capability
Name/description = Moltbook engagement tools; required binary (python3) and MOLTBOOK_TOKEN are appropriate. However, the code also expects/reads OPENAI_API_KEY, REDIS_PASSWORD, MOLTBOOK_USERNAME, and other local files (.secrets-cache.json, moltbook-identity.json, ~/.openclaw/.../auth-profiles.json). Those extra credentials/config reads are not explained in the top-level SKILL.md metadata and are not strictly required for basic posting/scan functionality, so they are disproportionate or undocumented.
Instruction Scope
SKILL.md instructs the agent to run the included scripts only (appropriate), but the scripts themselves read local workspace files, a secrets cache, and the user's OpenClaw auth profiles. The docs do not call out reading ~/.openclaw auth-profiles or .secrets-cache.json. The scripts also auto-write to post-tracker.json and dedup files in the workspace (expected) but the hidden reads of other local auth data expand scope beyond what the SKILL.md promises.
Install Mechanism
No install spec is provided (instruction-only + included scripts). That reduces install-time risk because nothing is fetched or extracted at install. The risk surface comes from runtime behavior in the packaged scripts rather than an installer downloading remote code.
Credentials
Declared requirement in SKILL.md and skill.json is MOLTBOOK_TOKEN (and skill.json marks OPENAI_API_KEY as optional). In practice the scripts will attempt to load OPENAI_API_KEY (fallback to reading ~/.openclaw auth profiles), REDIS_PASSWORD, and MOLTBOOK_USERNAME, and will read .secrets-cache.json. Reading other local secrets and an auth-profiles file that may contain other service keys is disproportionate to the stated posting/scanning purpose and could expose unrelated credentials.
Persistence & Privilege
always:false and no installer means the skill won't be force-included system-wide. However, the scripts intentionally read OpenClaw agent auth profiles (~/.openclaw/.../auth-profiles.json) and .secrets-cache.json, which are credentials belonging to other agent profiles; that is cross-skill credential access. The code also attempts to connect to a hard-coded Redis host (10.0.0.120) over the network — providing potential lateral network access. These behaviors increase privilege/persistence risk relative to a simple posting tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbook-engagement - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbook-engagement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
moltbook-engagement 1.0.0 - Initial release
- Provides a complete toolkit for Moltbook engagement, including posting, commenting, scanning feeds, and tracking metrics.
- Implements robust 3-layer deduplication to prevent duplicate posts and comments.
- Features separate tools for content posting, feed scanning, comment monitoring, and performance tracking.
- Enforces platform best practices and guardrails, including no-retry POST logic and usage of reference files for content quality.
- Requires only Python 3.10+ and MOLTBOOK_TOKEN; supports optional Redis for enhanced deduplication.
- Includes detailed workflows, command examples, and content strategy integration for effective platform interaction.
元数据
常见问题
Moltbook Engagement 是什么?
Battle-tested toolkit for Moltbook platform engagement. Use when: (1) Posting or commenting on Moltbook with built-in deduplication protection, (2) Scanning... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 715 次。
如何安装 Moltbook Engagement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-engagement」即可一键安装,无需额外配置。
Moltbook Engagement 是免费的吗?
是的,Moltbook Engagement 完全免费(开源免费),可自由下载、安装和使用。
Moltbook Engagement 支持哪些平台?
Moltbook Engagement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbook Engagement?
由 yoder-bawt(@yoder-bawt)开发并维护,当前版本 v1.0.0。
推荐 Skills