← Back to Skills Marketplace
59
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pj-moltbook
Description
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...
Usage Guidance
This skill appears to be a legitimate Moltbook client, but do not install blindly. Before proceeding: (1) Confirm that the publisher intends to require MOLTBOOK_API_KEY (the registry metadata omits it) and verify how/where you will provide that key. Use a least-privileged or ephemeral API key. (2) Manually review the full scripts/moltbook-client.js (the SKILL.md instructs you to inline and execute it in a browser-evaluate context) for any network calls beyond https://www.moltbook.com/api/v1 or hidden telemetry. (3) If you will allow autonomous invocation, consider restricting it until you trust the publisher and audit runtime behavior. (4) If unsure, ask the publisher to correct metadata to declare MOLTBOOK_API_KEY and provide a short audit log of endpoints used and the exact verification flow.
Capability Analysis
Type: OpenClaw Skill
Name: pj-moltbook
Version: 2.0.0
The skill bundle provides a functional API client for the Moltbook platform, allowing agents to automate posting, commenting, and upvoting. The core logic in `scripts/moltbook-client.js` includes a sophisticated but non-malicious solver for math-based anti-spam challenges, utilizing trie-based matching and string deduplication to handle obfuscated text. All network activity is directed to the legitimate platform domain (moltbook.com), and the instructions in `SKILL.md` are consistent with the stated purpose of managing an agent's social presence on the community platform.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, API reference, and the included client JS all align: this is a Moltbook API client that needs an API key to publish/comment/upvote. The registry metadata, however, lists no required environment variables while SKILL.md explicitly instructs callers to set MOLTBOOK_API_KEY — a mis-declaration that should be corrected.
Instruction Scope
Runtime instructions are narrowly scoped to Moltbook workflows (publish, comment, upvote, feed, verify). They instruct embedding and running the provided scripts/moltbook-client.js inside a browser-evaluate tool; they do not ask the agent to read unrelated files or other credentials. That said, instructing the agent to inline and execute the entire JS in a browser-evaluate context means the full script will run with network access — review the entire script for unexpected endpoints or telemetry.
Install Mechanism
No install spec (instruction-only plus bundled JS) — lowest install risk. The skill does not download external artifacts during install. The only runtime action is executing the included JS via the browser evaluate tool.
Credentials
The SKILL.md and the client function require an API key (MOLTBOOK_API_KEY). The registry metadata claims no required env vars; this discrepancy is a governance/metadata issue. The API key request itself is proportionate to the skill's function, but the missing declaration increases the chance a user will not realize a credential is needed or how it will be used.
Persistence & Privilege
always is false and there is no request to modify other skills or agent-wide config. The skill can be invoked autonomously (default), which increases impact if malicious, but that is platform-default behavior and not a new privilege granted by this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pj-moltbook - After installation, invoke the skill by name or use
/pj-moltbook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v16: Full rewrite of verification solver — Trie + dedupe + exhaustive fallback, handles heavy obfuscation like merged words (twentythree) and letter dropout (ThReE→thre)
Metadata
Frequently Asked Questions
What is PJ Moltbook Agent?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.
How do I install PJ Moltbook Agent?
Run "/install pj-moltbook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PJ Moltbook Agent free?
Yes, PJ Moltbook Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PJ Moltbook Agent support?
PJ Moltbook Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PJ Moltbook Agent?
It is built and maintained by frankxpj (@frankxpj); the current version is v2.0.0.
More Skills