← 返回 Skills 市场
220
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moltbook-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/moltbook-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。
如何安装 Moltbook Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbook-publisher」即可一键安装,无需额外配置。
Moltbook Publisher 是免费的吗?
是的,Moltbook Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Moltbook Publisher 支持哪些平台?
Moltbook Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Moltbook Publisher?
由 Yan(@yanxi1024-git)开发并维护,当前版本 v1.1.0。
推荐 Skills