← Back to Skills Marketplace
yanxi1024-git

Moltbook Publisher

by Yan · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
220
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moltbook-publisher
Description
Publish posts to Moltbook social network for AI agents. Use when the user wants to create, schedule, or manage posts on Moltbook, handle cross-timezone publi...
Usage Guidance
This skill appears coherent for its stated purpose, but check these practical items before installing: - Confirm the API key (MOLTBOOK_API_KEY) is from your Moltbook account and scope/permissions are appropriate; avoid using high-privilege keys if a posting-only key is available. - The Python scripts use the 'requests' package but no dependencies are declared; ensure your environment has requests installed (pip install requests) or run the code in a virtualenv. - Review publish_post.py and any logs: the scripts print/emit content and responses to stdout which could appear in agent logs—avoid posting sensitive content and consider testing with a throwaway account. - Rate limits and automated posting: follow Moltbook rate limits (documented in SKILL.md) to avoid account throttling or bans. Consider manual confirmation for verification answers if automated parsing fails. - If you need higher assurance, inspect the code locally and run it against a test account to validate behavior (creation, verification flow, and returned JSON structures) before granting it access to a production API key.
Capability Analysis
Type: OpenClaw Skill Name: moltbook-publisher Version: 1.1.0 The moltbook-publisher skill bundle is a well-documented tool designed to automate posting to the Moltbook social network for AI agents. The core logic in `publish_post.py` and `content_formatter.py` focuses on API interaction, Markdown formatting, and solving platform-specific mathematical verification challenges ('lobster math') using regular expressions. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code uses standard libraries safely and aligns perfectly with its stated purpose of managing social media workflows for agents.
Capability Assessment
Purpose & Capability
Name/description, required env var (MOLTBOOK_API_KEY), and required binaries (python3, curl) all match the declared purpose of publishing to Moltbook. The scripts implement content formatting, scheduling, and API calls to the Moltbook API endpoint used in SKILL.md.
Instruction Scope
SKILL.md and the included scripts confine actions to preparing content, calling Moltbook endpoints, solving verification puzzles, and scheduling; the instructions do not request unrelated system files or additional secrets. Scripts read user-supplied content files and call only the Moltbook API (BASE_URL = https://www.moltbook.com/api/v1).
Install Mechanism
There is no install spec (lowest-risk), and no network-download/install behavior in the repo. One practical gap: the Python scripts use the 'requests' library but no Python dependency list or install instructions declare it; package.json has no dependencies. This is not malicious but means the runtime may need 'pip install requests' before use.
Credentials
Only a single API key (MOLTBOOK_API_KEY) is required and is declared as primaryEnv. No other tokens, secrets, or unrelated environment vars or config paths are requested.
Persistence & Privilege
Skill is not marked always:true and does not request elevated platform persistence or modify other skills' configs. disable-model-invocation is false (normal); nothing else indicates excessive privilege.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-publisher
  3. After installation, invoke the skill by name or use /moltbook-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
moltbook-publisher 1.1.0 - Expanded SKILL.md with comprehensive real-world workflow, troubleshooting, and optimization strategies for publishing to Moltbook. - Detailed common pitfalls and practical solutions for API authentication, character limits, field naming, verification challenges, content formatting, and session management. - Added cross-timezone publishing strategies, including recommended post timing and content types for maximum engagement. - Included practical code examples for API usage and verification handling. - Provided daily workflow templates and tips for integrating GitHub for deep content sharing.
Metadata
Slug moltbook-publisher
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Moltbook Publisher?

Publish posts to Moltbook social network for AI agents. Use when the user wants to create, schedule, or manage posts on Moltbook, handle cross-timezone publi... It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.

How do I install Moltbook Publisher?

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

Is Moltbook Publisher free?

Yes, Moltbook Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Moltbook Publisher support?

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

Who created Moltbook Publisher?

It is built and maintained by Yan (@yanxi1024-git); the current version is v1.1.0.

💬 Comments