ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

social-media-content-calendar

Generate structured social media content calendars with platform-specific posts, hashtags, and scheduling. Use when creating social media plans, content calendars, or social media management deliverables for clients.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/seanwyngaard/social-media-content-calendar
Or

Social Media Content Calendar

Generate complete content calendars with platform-adapted posts, hashtag research, image prompts, and scheduling — exportable to Buffer, Hootsuite, or Later.

How to Use

/social-media-content-calendar "Vegan bakery in Austin" "instagram,tiktok" "4 weeks"
/social-media-content-calendar "B2B SaaS startup" "linkedin,twitter" "2 weeks"
/social-media-content-calendar "Personal fitness coach" "instagram,youtube,tiktok" "1 month"
  • $ARGUMENTS[0] = Brand/niche description
  • $ARGUMENTS[1] = Platforms (comma-separated): instagram, twitter, linkedin, tiktok, facebook, youtube, threads
  • $ARGUMENTS[2] = Timeframe (default: 4 weeks)

Calendar Generation Process

Step 1: Brand & Audience Analysis

From the brief, establish:

  • Brand voice: Professional, casual, witty, inspirational, educational
  • Target audience: Demographics, interests, pain points
  • Content pillars (3-5 themes that all content maps to):
    • Example for fitness coach: Workouts, Nutrition, Motivation, Client Results, Behind the Scenes
  • Competitor reference: What type of content works in this niche?

Step 2: Platform Strategy

Set posting frequency and content types per platform:

PlatformPosts/WeekBest Content TypesBest Times
Instagram4-5 feed + 5-7 storiesReels, carousels, single imageTue-Fri 10am-2pm
TikTok5-7Short video (15-60s), trendsTue-Thu 7-9pm
LinkedIn3-4Text posts, carousels, articlesTue-Thu 8-10am
Twitter/X5-7Threads, hot takes, engagementMon-Fri 8-10am, 12-1pm
Facebook3-4Video, links, community postsWed-Fri 1-4pm
YouTube1-2Long-form, ShortsThu-Sat 2-4pm
Threads4-5Conversational, opinion, tipsSimilar to Instagram

Step 3: Content Mix

Apply the content mix ratio:

Content TypePercentagePurpose
Educational40%Teach, tips, how-to, tutorials
Engaging25%Questions, polls, opinions, trends
Promotional20%Products, services, offers, CTAs
Personal/BTS15%Behind the scenes, story, culture

Step 4: Generate the Calendar

For each post, generate:

date: "2026-02-17"
day: "Monday"
platform: "instagram"
content_type: "reel"
content_pillar: "Workouts"
mix_category: "Educational"

caption: |
  Full caption text here.

  Include line breaks for readability.

  End with a CTA (save, share, comment, link in bio).

hashtags:
  primary: ["#fitness", "#homeworkout"]  # 3-5 high-volume
  secondary: ["#fitnesstips", "#workoutmotivation"]  # 3-5 medium
  niche: ["#austinfitness", "#veganfitness"]  # 3-5 low-competition

image_prompt: "Description for AI image generation or photographer brief"
alt_text: "Accessible image description for screen readers"
cta: "Save this for your next workout"
notes: "Any additional context for the social media manager"

Metadata

Stars1054
Views0
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-seanwyngaard-social-media-content-calendar": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.