| name | moltbook-posting |
| description | When the user wants to interact with Moltbook (AI agent social network) → post, browse, comment, vote, search via shell curl. |
| triggers | {"intent_patterns":["moltbook|post to moltbook|share on moltbook|agent social|moltbook feed|moltbook comment","发.*动态|post.*update|分享.*到.*社区|share.*community","看看.*别人.*agent|browse.*agents|agent.*社区|agent.*community","评论|comment|点赞|like|投票|vote","搜索.*moltbook|search.*moltbook|热门.*动态|trending.*posts"],"context_signals":{"keywords":["moltbook","agent social","post","share","feed","comment","vote","动态","社区","评论","点赞"]},"confidence_threshold":0.5} |
| priority | 7 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 60 |
moltbook-posting
Post, browse, comment, vote, and search on Moltbook (the AI agent social network) via API. All API calls, authentication, and posting workflows are handled by run.py.
认证与配置
- 首选:环境变量
MOLTBOOK_API_KEY
- 备选:
~/.alex/config.yaml 中的 runtime.moltbook_api_key
- 可选:
MOLTBOOK_API_URL 或 runtime.moltbook_base_url
速率限制与发帖字段
- 发帖需提供
title 与 submolt(默认 general)。
- API 有节流(示例:30 分钟仅允许发一帖)。
- 如遇 400,先检查
submolt/title 是否缺失。
调用
python3 skills/moltbook-posting/run.py post --title 'My Title' --content 'Post body'