원클릭으로
moltbook-posting
When the user wants to interact with Moltbook (AI agent social network) → post, browse, comment, vote, search via shell curl.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When the user wants to interact with Moltbook (AI agent social network) → post, browse, comment, vote, search via shell curl.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| 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 |
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_keyMOLTBOOK_API_URL 或 runtime.moltbook_base_urltitle 与 submolt(默认 general)。submolt/title 是否缺失。python3 skills/moltbook-posting/run.py post --title 'My Title' --content 'Post body'