Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ailabs-393 avatar

Social Media Generator

  • 1.4k installs
  • 432 repo stars
  • Updated November 11, 2025
  • ailabs-393/ai-labs-claude-skills

social-media-generator is an agent skill that creates platform-optimized social media posts for Twitter, Instagram, LinkedIn, and Facebook.

About

The social-media-generator skill creates platform-specific social media content for Twitter, Instagram, LinkedIn, and Facebook with templates stored under assets. It gathers event name, date, message, audience, call-to-action, hashtags, and brand tone, then writes posts following each network's constraints such as Twitter under 280 characters and Instagram caption hooks with five to fifteen hashtags. Output saves in an organized directory structure with meaningful filenames derived from event details. Templates cover twitter_template.md, instagram_template.md, linkedin_template.md, and facebook_template.md with formatting and engagement guidance. Use when developers or marketers need multi-platform campaign copy generated consistently from one brief.

  • Generates Twitter, Instagram, LinkedIn, and Facebook posts from one content brief.
  • Platform templates enforce character limits, hashtags, and tone differences.
  • Saves posts in organized folders with meaningful event-based filenames.
  • Step workflow gathers date, audience, CTA, and brand voice before writing.
  • Instagram template emphasizes hook-first captions and visual-focused messaging.

Social Media Generator by the numbers

  • 1,390 all-time installs (skills.sh)
  • +15 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #393 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

social-media-generator capabilities & compatibility

Capabilities
four platform post generation · template driven formatting rules · event metadata gathering workflow · organized folder output naming · hashtag and cta customization
Use cases
marketing · copywriting
From the docs

What social-media-generator says it does

Keep under 280 characters
SKILL.md
npx skills add https://github.com/ailabs-393/ai-labs-claude-skills --skill social-media-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars432
Security audit2 / 3 scanners passed
Last updatedNovember 11, 2025
Repositoryailabs-393/ai-labs-claude-skills

How do I generate social posts tailored to each platform and store them in an organized structure?

Generate platform-optimized social posts for Twitter, Instagram, LinkedIn, and Facebook saved in organized folders.

Who is it for?

Marketers and developers creating multi-platform announcements or campaign content from one brief.

Skip if: Skip for long-form blog SEO or paid ad creative outside the included platform templates.

When should I use this skill?

User requests social media content for multiple platforms or event announcement posts.

What you get

Platform-specific posts saved with event-based filenames following each network's template rules.

  • Platform-specific social media posts
  • Hashtag and CTA blocks per channel

By the numbers

  • Facebook template references 63,206 character limit with under 250 characters recommended for engagement

Files

SKILL.mdMarkdownGitHub ↗

Social Media Generator

Overview

This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure.

When to Use This Skill

Use this skill when the user requests:

  • Creation of social media posts for multiple platforms
  • Content generation for specific events, announcements, or campaigns
  • Platform-specific content optimization
  • Organized storage of social media content

Core Workflow

Step 1: Gather Information

Collect the following details from the user (ask if not provided):

  • Event/content name
  • Date and time (format: DD-MM-YYYY-HHMM)
  • Main message or announcement
  • Target audience
  • Key details to include
  • Call-to-action
  • Any specific hashtags or mentions
  • Brand voice/tone preferences

Step 2: Generate Platform-Specific Content

Create content for each platform using the templates in assets/:

Twitter (assets/twitter_template.md)

  • Keep under 280 characters
  • Concise and punchy
  • 1-3 relevant hashtags
  • Clear call-to-action
  • Consider emojis for engagement

Instagram (assets/instagram_template.md)

  • Engaging caption with hook in first line
  • More detailed description
  • 5-15 relevant hashtags
  • Visual-focused messaging
  • Line breaks for readability
  • Encourage engagement

LinkedIn (assets/linkedin_template.md)

  • Professional and informative tone
  • Value-driven content
  • Industry insights or takeaways
  • 3-5 professional hashtags
  • Bullet points for key information
  • Discussion-prompting questions

Facebook (assets/facebook_template.md)

  • Conversational and engaging
  • Keep concise (under 250 chars for best engagement)
  • 2-3 relevant hashtags
  • Visual-focused
  • Encourage comments and shares
  • Include event details if applicable

Step 3: Create Organized File Structure

Create the following directory structure in the project:

social-media/
├── twitter/
│   └── event-name-DD-MM-YYYY-HHMM.md
├── instagram/
│   └── event-name-DD-MM-YYYY-HHMM.md
├── linkedin/
│   └── event-name-DD-MM-YYYY-HHMM.md
└── facebook/
    └── event-name-DD-MM-YYYY-HHMM.md

Filename Format: event-name-DD-MM-YYYY-HHMM.md

  • Use lowercase with hyphens for spaces
  • Include date in format: day-month-year-time
  • Example: product-launch-15-03-2025-1400.md

Step 4: Write Content to Files

For each platform: 1. Generate platform-optimized content based on the templates 2. Create the platform-specific subdirectory if it doesn't exist 3. Write the content to the appropriately named markdown file 4. Include metadata at the bottom (platform, date, character count)

Step 5: Review and Confirm

After generating all posts: 1. Provide a summary of created files 2. Highlight key points for each platform 3. Note any character count warnings 4. Offer to make revisions if needed

Content Optimization Guidelines

Character Limits

  • Twitter: 280 characters
  • Instagram: 2,200 characters (but concise is better)
  • LinkedIn: 3,000 characters
  • Facebook: Unlimited (but under 250 for best engagement)

Hashtag Strategy

  • Twitter: 1-3 focused hashtags
  • Instagram: 5-15 relevant hashtags
  • LinkedIn: 3-5 professional hashtags
  • Facebook: 2-3 hashtags

Tone Adaptation

  • Twitter: Casual, conversational, timely
  • Instagram: Visual-first, engaging, lifestyle-focused
  • LinkedIn: Professional, insightful, value-driven
  • Facebook: Friendly, community-focused, conversational

Call-to-Action Best Practices

  • Make it clear and specific
  • Use action verbs
  • Create urgency when appropriate
  • Match platform conventions

Example Usage

User Request: "Create social media posts for our product launch event on March 15, 2025 at 2 PM. The product is an AI-powered productivity tool called TaskFlow."

Execution: 1. Gather additional details (key features, target audience, website link) 2. Generate four platform-specific posts 3. Create directory structure: social-media/twitter/, social-media/instagram/, etc. 4. Write files: taskflow-launch-15-03-2025-1400.md in each platform folder 5. Provide summary with file locations and key points

Assets

This skill includes template files in the assets/ directory:

  • twitter_template.md - Twitter post structure and best practices
  • instagram_template.md - Instagram caption format and guidelines
  • linkedin_template.md - LinkedIn post structure and professional tone guide
  • facebook_template.md - Facebook post format and engagement tips

These templates serve as reference for platform-specific requirements and best practices when generating content.

Related skills

How it compares

Pick this over generic writing skills when the output must be platform-specific social post formats with character limits rather than blog or email copy.

FAQ

Which platforms does social-media-generator support?

Twitter, Instagram, LinkedIn, and Facebook with separate templates and formatting rules per platform.

When should I use social-media-generator?

When creating platform-optimized social posts for events, announcements, or campaigns with organized file output.

Is social-media-generator safe to install?

Review the Security Audits panel on this page before installing in production.

Marketing & SEOcontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.