social-media-generator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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.
此Skill可用于为Twitter、Instagram、LinkedIn和Facebook创建适配各平台的社交媒体内容。它会自动生成符合各平台最佳实践的帖子,并将内容保存到结构规整的目录中。

When to Use This Skill

何时使用此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
当用户有以下需求时,可使用此Skill:
  • 为多个平台创建社交媒体帖子
  • 为特定活动、公告或营销活动生成内容
  • 针对特定平台优化内容
  • 对社交媒体内容进行有序存储

Core Workflow

核心工作流程

Step 1: Gather Information

步骤1:收集信息

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
从用户处收集以下详情(若未提供则主动询问):
  • 活动/内容名称
  • 日期和时间(格式:DD-MM-YYYY-HHMM)
  • 核心信息或公告内容
  • 目标受众
  • 需要包含的关键细节
  • 行动号召(Call-to-action)
  • 指定的话题标签(Hashtag)或提及对象
  • 品牌语气偏好

Step 2: Generate Platform-Specific Content

步骤2:生成平台专属内容

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
使用
assets/
目录下的模板为各平台创建内容:
Twitter
assets/twitter_template.md
  • 内容控制在280字符以内
  • 简洁有力
  • 1-3个相关话题标签
  • 清晰的行动号召
  • 可使用表情符号提升互动性
Instagram
assets/instagram_template.md
  • 开头设置吸睛钩子的引人入胜的文案
  • 更详细的描述
  • 5-15个相关话题标签
  • 侧重视觉导向的信息
  • 使用换行提升可读性
  • 鼓励用户互动
LinkedIn
assets/linkedin_template.md
  • 专业且信息丰富的语气
  • 价值导向的内容
  • 行业见解或要点总结
  • 3-5个专业话题标签
  • 使用项目符号列出关键信息
  • 提出引发讨论的问题
Facebook
assets/facebook_template.md
  • 口语化且引人入胜的风格
  • 保持简洁(为获得最佳互动效果,控制在250字符以内)
  • 2-3个相关话题标签
  • 侧重视觉导向
  • 鼓励用户评论和分享
  • 若适用则包含活动详情

Step 3: Create Organized File Structure

步骤3:创建有序的文件结构

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
在项目中创建以下目录结构:
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
文件名格式:
event-name-DD-MM-YYYY-HHMM.md
  • 空格用连字符替换,全部使用小写
  • 日期格式为:日-月-年-时间
  • 示例:
    product-launch-15-03-2025-1400.md

Step 4: Write Content to Files

步骤4:将内容写入文件

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)
针对每个平台执行以下操作:
  1. 基于模板生成适配平台的内容
  2. 若平台专属子目录不存在则创建
  3. 将内容写入对应名称的Markdown文件
  4. 在文件底部添加元数据(平台、日期、字符数)

Step 5: Review and Confirm

步骤5:审核与确认

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
生成所有帖子后:
  1. 提供已创建文件的摘要
  2. 突出各平台内容的要点
  3. 标注任何字符数超限的警告
  4. 若需要,提供修改服务

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)
  • Twitter:280字符
  • Instagram:2200字符(但简洁内容效果更佳)
  • LinkedIn:3000字符
  • Facebook:无限制(但控制在250字符以内可获得最佳互动效果)

Hashtag Strategy

话题标签策略

  • Twitter: 1-3 focused hashtags
  • Instagram: 5-15 relevant hashtags
  • LinkedIn: 3-5 professional hashtags
  • Facebook: 2-3 hashtags
  • Twitter:1-3个精准话题标签
  • Instagram:5-15个相关话题标签
  • LinkedIn:3-5个专业话题标签
  • Facebook:2-3个相关话题标签

Tone Adaptation

语气适配

  • Twitter: Casual, conversational, timely
  • Instagram: Visual-first, engaging, lifestyle-focused
  • LinkedIn: Professional, insightful, value-driven
  • Facebook: Friendly, community-focused, conversational
  • Twitter:轻松、口语化、时效性强
  • Instagram:视觉优先、引人入胜、侧重生活方式
  • LinkedIn:专业、有洞察力、价值导向
  • Facebook:友好、侧重社区、口语化

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
用户请求: "为我们2025年3月15日下午2点的产品发布会创建社交媒体帖子。产品是一款名为TaskFlow的AI驱动生产力工具。"
执行流程:
  1. 收集额外详情(核心功能、目标受众、官网链接)
  2. 生成4篇平台专属帖子
  3. 创建目录结构:
    social-media/twitter/
    social-media/instagram/
  4. 在各平台文件夹中写入文件:
    taskflow-launch-15-03-2025-1400.md
  5. 提供包含文件位置和内容要点的摘要

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.
此Skill在
assets/
目录下包含以下模板文件:
  • twitter_template.md
    - Twitter帖子结构及最佳实践
  • instagram_template.md
    - Instagram文案格式及指南
  • linkedin_template.md
    - LinkedIn帖子结构及专业语气指南
  • facebook_template.md
    - Facebook帖子格式及互动技巧
这些模板可作为生成内容时的参考,帮助满足各平台的特定要求和最佳实践。