Social Growth Ops
by @utromaya-code
Plans, drafts, and schedules social media content (posts, reels, threads) with strict anti-spam and safety rules. Use when the user asks for a content calend...
clawhub install social-growth-agent📖 About This Skill
name: social-growth-ops description: Plans, drafts, and schedules social media content (posts, reels, threads) with strict anti-spam and safety rules. Use when the user asks for a content calendar, captions, posting schedules, cross-post drafts, or automation via n8n/integrations. Never auto-post without explicit user confirmation.
Social Growth Ops
Purpose
Turn the agent into a reliable “content operator”:
When to Use
Use this skill when the user requests any of:
Non-Goals / Safety Limits
Brand Voice Inputs
Before drafting, ask (or infer from history) these inputs:
If inputs are missing, produce a short questions list and stop.
Workflow
1) Build a Content Calendar
Generate a table with:Output: calendar.md-style structure.
2) Produce a Draft Pack
For each slot, draft:Output as numbered drafts with stable IDs.
3) Safety + Anti-Spam Checks
Before scheduling:Output: “pass/fail” with exact reasons if fail.
4) Scheduling / Automation Handoff
If the user approves:If the user does not approve, stop and request confirmation.
Confirmation Contract (Required)
Never proceed to schedule or “post” unless the user explicitly says:
CONFIRM SOCIAL POST
And also provides:
Output Format
Always respond with the following sections:
1. ## Proposed Plan
2. ## Draft Pack
3. ## Safety Check
4. ## Approval Required
5. ## n8n Handoff Spec (if approved)
Example “User Approval”
User: “CONFIRM SOCIAL POST. Publish drafts 1, 2, 3 to X tomorrow 10:00 and Telegram at 12:00.”
Assistant: creates scheduling payloads and idempotency keys.