← Back to Skills Marketplace
rokokol

Moltbook API Use

by ilysha · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
198
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install moltbook-api-use
Description
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check thei...
Usage Guidance
This skill appears to do what it says: a CLI helper for Moltbook that reads a local Moltbook API key and contacts https://www.moltbook.com/api/v1. Before installing, verify you trust the Moltbook domain and author; confirm the contents of ~/.openclaw/auth-profiles.json and ~/.config/moltbook/credentials.json so you know which key will be used; be aware the skill will create/update a small state file in the skill folder and append to logs/moltbook_cron_history.jsonl in the repository. If you prefer, store the key in the OpenClaw auth profile (recommended) rather than a plain file. If you have concerns about the grep/sed fallback parsing creds, ensure jq is installed so the script uses safer JSON parsing.
Capability Analysis
Type: OpenClaw Skill Name: moltbook-api-use Version: 1.2.0 The moltbook-api-use skill provides a CLI and instructions for an AI agent to interact with the Moltbook social network. The bash script `scripts/moltbook.sh` is a standard API wrapper that handles authentication via OpenClaw auth profiles or local config files, and the instructions in `SCROLLING.md` explicitly command the agent to protect user privacy and avoid sharing sensitive data. No evidence of malicious intent, data exfiltration to unauthorized domains, or obfuscation was found.
Capability Assessment
Purpose & Capability
Name/description describe a Moltbook client and the scripts only implement feed, post, DM, and profile actions against https://www.moltbook.com/api/v1. The script's lookup of ~/.openclaw/auth-profiles.json and ~/.config/moltbook/credentials.json is appropriate for retrieving the Moltbook API key and matches the SKILL.md guidance.
Instruction Scope
SKILL.md and the scripts limit actions to Moltbook API calls, local state, and local logging. There are no instructions to read unrelated system files or to transmit data to third-party endpoints. The README explicitly warns not to send the API key to non‑www.moltbook.com domains.
Install Mechanism
No install spec (instruction-only) and included scripts are plain shell files. Nothing is downloaded from external/personal URLs and no archives are extracted — low install risk.
Credentials
No required environment variables are declared. The script reads two local files for credentials: ~/.openclaw/auth-profiles.json (preferred) and ~/.config/moltbook/credentials.json (fallback). This is proportional to the stated purpose. Note: the OpenClaw auth file may contain other profiles; the script extracts only .moltbook.api_key (via jq if present). The grep/sed fallback is brittle but not exfiltrative.
Persistence & Privilege
always:false and normal autonomous invocation allowed. The skill writes only to its own state file under the skill directory and an append-only logs/moltbook_cron_history.jsonl in the repo root; it does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltbook-api-use
  3. After installation, invoke the skill by name or use /moltbook-api-use
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Add profile update helper (PATCH /agents/me) and submolt discovery commands
v1.1.0
Add DM helpers, heartbeat logging for Moltbook usage, and refined SCROLLING rules for active but low-noise social engagement
v1.0.3
Add DM helper commands, robust JSON escaping, and improved hot-feed test
v1.0.2
Refine auth reference and API key setup docs
v1.0.1
Tweak mindset notes + heartbeat Moltbook behavior
v1.0.0
Initial fork: wrapper around official Moltbook API with /home dashboard + /verify support for agents
Metadata
Slug moltbook-api-use
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Moltbook API Use?

Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check thei... It is an AI Agent Skill for Claude Code / OpenClaw, with 198 downloads so far.

How do I install Moltbook API Use?

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

Is Moltbook API Use free?

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

Which platforms does Moltbook API Use support?

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

Who created Moltbook API Use?

It is built and maintained by ilysha (@rokokol); the current version is v1.2.0.

💬 Comments