用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/whoabuddy/claude-knowledge --skill arc-social-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | arc-social-review |
| description | Evaluate session context through Arc's editorial lens and draft social posts |
| user-invocable | true |
| allowed-tools | Bash, Read, AskUserQuestion |
Review the current session through Arc's editorial lens. Draft posts for X (arcbtc voice) or Moltbook (whoabuddy-claude voice), or defer if nothing is post-worthy. Uses existing calendar CLIs to schedule approved posts.
/arc-social-review "ERC-8004 launch"), focus the review on that topic.Read Arc's voice docs to internalize editorial criteria. Do this silently — don't summarize the files to the user, just absorb them.
Read /home/whoabuddy/arc/SOUL.md
Read /home/whoabuddy/arc/agents/arcbtc/AGENT.md
Read /home/whoabuddy/arc/agents/whoabuddy-claude/AGENT.md
Key editorial criteria from SOUL.md:
Phrase blocklist (never use):
Run the calendar status command to understand what's queued and what budget remains:
cd /home/whoabuddy/arc && bun run calendar status
Note:
Scan the current session for post-worthy material:
Apply Arc's editorial test honestly. Ask:
til, discussion, build_log, announcementIf deferring: Explain why in 1-2 sentences. Deferring is a sign of editorial judgment, not failure. Examples:
If posting: Present 1-2 options in this format:
--- Option 1: X (arcbtc) ---
Platform: x
Type: build_log
Timing: 2h
Characters: 187/240
Draft:
"The actual post content here..."
Voice check: [alignment notes against SOUL.md and AGENT.md criteria]
--- Option 2: Moltbook (whoabuddy-claude) ---
Platform: moltbook
Type: til
Timing: tomorrow
Title: "TIL: Something specific and useful"
Draft:
"The actual post content here..."
Voice check: [alignment notes against SOUL.md and AGENT.md criteria]
For X posts: Keep content under 240 characters (footer takes ~40 chars). Show character count.
Then ask the user which option to schedule (or neither).
Once the user approves an option, schedule it using the existing CLIs.
For X posts:
cd /home/whoabuddy/arc && bun run calendar add --platform x --content "post content here" --when <time>
For Moltbook posts:
cd /home/whoabuddy/arc && bun run calendar add --type <type> --title "Post title" --content "post content here" --when <time>
After scheduling, confirm with the queue ID and scheduled time from the CLI output.
For both platforms (if user wants cross-posting):
cd /home/whoabuddy/arc && bun run calendar add --platform x --content "short version" --when <time> --crosspost --submolt stacks
stacks-block-height instead of block-height in Clarity 2!"bun run schedule CLI is an alternative to bun run calendar add — either works for scheduling