sns-marketing

Automates SNS content strategy, generation, review, and publishing across X, Instagram, YouTube, and note.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill sns-marketing-sakamotomomotaro0809-netizen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sns-marketing
Source: https://github.com/sakamotomomotaro0809-netizen/tateyomi/tree/main/taisun_agent/.claude/skills/sns-marketing
Command: npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill sns-marketing-sakamotomomotaro0809-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running social media marketing across multiple platforms is inconsistent and person-dependent. This Skill turns SNS operations into a reproducible, governed workflow with defined roles, risk checks, and KPI tracking so content quality and safety do not depend on individual judgment. ## Core Features & Use Cases - Five-stage workflow: Strategist, Creator, Reviewer, Publisher, and System roles are separated so no single actor controls generation, approval, and publishing. - Multi-platform support: Targets X, Instagram, YouTube, and note with platform-specific content patterns such as educational threads, carousels, long-form articles, and short videos. - Risk governance: Review phase blocks hallucination, overclaim, platform violations, brand risk, and sensitive content before anything is published. - Metrics tracking: Collects performance results into results.jsonl for pattern-level KPI analysis across awareness, lead, recruitment, and sales goals. - Use Case: A marketing team runs make sns-workflow PLATFORM=x PATTERN=educational_thread KPI=awareness in dry-run mode to generate and review a thread, then publishes with admin role approval once the review passes. ## Quick Start Run the SNS workflow in dry-run mode for platform X with an educational thread pattern and an awareness KPI to generate and review a draft without publishing it.

Frequently Asked Questions about sns-marketing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an automated SNS marketing workflow?▼

Run make sns-workflow with PLATFORM, PATTERN, KPI, and CONTENT parameters. Use dry-run mode by default to generate and review content without publishing, then add MODE=execute and ROLE=admin to publish for real.

What social media platforms does this workflow support?▼

The workflow supports X (Twitter), Instagram, YouTube, and note. Each platform has defined content patterns such as educational threads for X, carousels for Instagram, short videos for YouTube, and long-form articles for note.

How does the review step block risky social media content?▼

The Reviewer stage checks drafts against risk categories including hallucination, overclaim, platform violations, brand risk, tone mismatch, and sensitivity. Critical and high severity findings reject the draft before it can reach the Publisher stage.

Can I run each workflow stage separately instead of the full pipeline?▼

Yes, individual make targets exist for each stage: sns-strategy, sns-create, sns-review, and sns-publish. Each stage reads the previous stage's JSON output such as strategy.json, draft.json, or review.json.

Does the workflow publish content without human approval?▼

No, publishing requires explicit MODE=execute and ROLE=admin parameters with a stated reason. The doctrine mandates human override, and dry-run is the default mode so nothing is published unintentionally.

How are SNS performance metrics collected and analyzed?▼

The System stage writes results to metrics/sns/results.jsonl. Use make sns-metrics for a summary, make sns-analyze for performance analysis, and make sns-export to output CSV for further reporting.