一键导入
social-setup
Interactive setup wizard for the Social Media Suite. Configures brand voice, platforms, posting infrastructure, autonomy level, and wires hooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive setup wizard for the Social Media Suite. Configures brand voice, platforms, posting infrastructure, autonomy level, and wires hooks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | social-setup |
| description | Interactive setup wizard for the Social Media Suite. Configures brand voice, platforms, posting infrastructure, autonomy level, and wires hooks. |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, AskUserQuestion |
| argument-hint | ["fresh|check"] |
Welcome to the Social Media Suite setup. This wizard will configure everything you need to manage your social media presence through Claude Code.
You are Claude — the user's AI assistant. This suite gives you specialized agents, skills, and hooks to help manage their social media. You don't have a persistent identity or memory between sessions. The brand guidelines and data files ARE your memory — read them at the start of each task.
When the user runs /social-post or /trends, you orchestrate the specialized agents to do the work. Everything goes through the user for approval (unless they've configured full autonomy).
Check which components are present:
.claude/agents/social-*.md — list found agents.claude/hooks/social-*.sh — list found hooks.claude/skills/ — list found skillsIf anything is missing, tell the user which files need to be copied from the suite package.
Ask these questions using AskUserQuestion:
Question 1: "What's your brand name?"
.claude/agents/social-*.md with the user's brand nameQuestion 2: "Describe your brand voice in 3-5 words"
Question 3: "Which platforms do you want to post to?"
Question 4: "What are your content pillars? (2-5 topics your content focuses on)"
Question 5: "What phrases should NEVER appear in your posts?"
Question 6: "How much control do you want over posts?"
Using the answers from Step 2, create .claude/social-media/brand-guidelines.md:
For each social agent file in .claude/agents/social-*.md:
Ask: "Which communities, subreddits, or online spaces are relevant to your brand?"
For each selected platform, ask:
"What's your [Platform] handle/account?"
Then update the relevant playbook in .claude/social-media/playbooks/ with the handle.
For platforms that need API access:
Check .claude/settings.json for existing hook configuration.
For each social hook, explain what it does and ask if they want to enable it:
| Hook | What it does | Recommended? |
|---|---|---|
| Brand Voice Gate | Blocks posts that violate your brand guidelines before they go out | Yes — this is your safety net |
| Context Injector | Auto-loads brand guidelines into social agents so they always know your voice | Yes — essential for consistency |
| Post Logger | Records every post to a log file for tracking | Yes — you need this for analytics |
| Quality Gate | Verifies posts actually went through before marking tasks complete | Optional — useful for autonomous mode |
| Engagement Alerter | Reminds you about unchecked engagement on session start | Optional — nice for staying on top of replies |
| Calendar Reminder | Checks if you're behind your posting cadence on session start | Optional — helpful for consistency |
| Orphan Draft Catcher | Warns about unposted drafts when you end a session | Optional — prevents forgotten content |
Add selected hooks to settings.json. Show the user the exact JSON being added so they can review.
Ask: "How do you want to actually publish posts?"
If IFTTT:
.claude/credentials/ifttt-webhook-key.txtbash social-post.sh --platforms "x" --text "test" --dry-runRun a quick health check:
bash scripts/platform-health.sh --verbose
Report the results and flag any issues. If scripts aren't found, check if they're at System/Cron/ or scripts/ (depends on how they installed).
Print a comprehensive summary:
/social-* commands with one-line descriptions)Getting started tips:
/social-post [topic] to create your first post"/trends to scan for content opportunities"/social-health quick to see your posting status"/social-calendar plan to plan your week"/social-setup checkIf the argument is check, skip the interactive setup and just run the verification:
Check for and respond to social media engagement — comments, replies, mentions across platforms.
Find hot posts in adjacent communities and draft value-first replies to build Idapixl's presence.
View and manage the social media content calendar. Plan upcoming posts, check cadence compliance, and schedule content.
Run a comprehensive health check on social media infrastructure, posting cadence, and engagement metrics.
Draft and post social media content across platforms. Use when creating or publishing social media posts for Idapixl.
Push approved content from the queue to platforms. Batch-fire posts that are ready to go.