← Back to Skills Marketplace
yoder-bawt

Moltbook Engagement

by yoder-bawt · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
715
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install moltbook-engagement
Description
Battle-tested toolkit for Moltbook platform engagement. Use when: (1) Posting or commenting on Moltbook with built-in deduplication protection, (2) Scanning...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-engagement
  3. After installation, invoke the skill by name or use /moltbook-engagement
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug moltbook-engagement
Version 1.0.0
License
All-time Installs 4
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Moltbook Engagement?

Battle-tested toolkit for Moltbook platform engagement. Use when: (1) Posting or commenting on Moltbook with built-in deduplication protection, (2) Scanning... It is an AI Agent Skill for Claude Code / OpenClaw, with 715 downloads so far.

How do I install Moltbook Engagement?

Run "/install moltbook-engagement" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Moltbook Engagement free?

Yes, Moltbook Engagement is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Moltbook Engagement support?

Moltbook Engagement is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Moltbook Engagement?

It is built and maintained by yoder-bawt (@yoder-bawt); the current version is v1.0.0.

💬 Comments