AI社交媒体内容生成Skill ai-social-media-content

这个技能利用人工智能工具生成适用于抖音、Instagram、YouTube等社交媒体的多样化内容,包括图像、视频、文案和标签,帮助内容创作者、社交媒体经理、影响者和品牌高效制作吸引人的内容,提升社交媒体营销效果。关键词:AI生成内容、社交媒体内容、AIGC、内容创作、自动化工具、社交媒体营销、短视频生成、AI文案、标签优化。

AIGC 0 次安装 2 次浏览 更新于 3/12/2026

name: ai-social-media-content description: “创建AI驱动的社交媒体内容,用于TikTok、Instagram、YouTube、Twitter/X。生成:图像、视频、Reels、Shorts、缩略图、标题、标签。工具:FLUX、Veo、Seedance、Wan、Kokoro TTS、Claude用于文案撰写。适用于:内容创作者、社交媒体经理、影响者、品牌。触发词:社交媒体内容、tiktok、instagram reels、youtube shorts、twitter帖子、内容创作者、ai影响者、社交内容、reels、shorts、病毒式内容、缩略图生成器、标题生成器、标签生成器、ugc内容” allowed-tools: Bash(infsh *)

AI 社交媒体内容

通过inference.sh CLI为所有平台创建社交媒体内容。

AI社交媒体内容

快速开始

curl -fsSL https://cli.inference.sh | sh && infsh login

# 生成TikTok风格视频
infsh app run google/veo-3-1-fast --input '{
  "prompt": "POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic"
}'

安装说明: 安装脚本仅检测您的操作系统/架构,从dist.inference.sh下载匹配的二进制文件,并验证其SHA-256校验和。无需提升权限或后台进程。提供手动安装和验证

平台格式

平台 宽高比 时长 分辨率
TikTok 9:16 垂直 15-60秒 1080x1920
Instagram Reels 9:16 垂直 15-90秒 1080x1920
Instagram Feed 1:1 或 4:5 - 1080x1080
YouTube Shorts 9:16 垂直 <60秒 1080x1920
YouTube 缩略图 16:9 - 1280x720
Twitter/X 16:9 或 1:1 <140秒 1920x1080

内容工作流

TikTok / Reels 视频

# 生成趋势风格内容
infsh app run google/veo-3-1-fast --input '{
  "prompt": "Satisfying slow motion video of paint being mixed, vibrant colors swirling together, vertical 9:16, ASMR aesthetic, viral TikTok style"
}'

Instagram 轮播图像

# 生成一致的轮播图像
for i in 1 2 3 4 5; do
  infsh app run falai/flux-dev --input "{
    \"prompt\": \"Minimalist lifestyle flat lay photo $i/5, morning coffee routine, neutral tones, Instagram aesthetic, consistent style\"
  }" > "carousel_$i.json"
done

YouTube 缩略图

# 吸引眼球的缩略图
infsh app run falai/flux-dev --input '{
  "prompt": "YouTube thumbnail, shocked face emoji, bright yellow background, bold text area on right, attention-grabbing, high contrast, professional"
}'

Twitter/X 视觉帖子

# 为推文生成图像
infsh app run falai/flux-dev --input '{
  "prompt": "Tech infographic style image showing AI trends, modern design, data visualization aesthetic, shareable"
}'

# 使用Twitter自动化发布
infsh app run twitter/post-tweet --input '{
  "text": "The future of AI is here. Here are the top 5 trends reshaping tech in 2024 🧵",
  "media_url": "<image-url>"
}'

头部谈话内容

# 1. 使用Claude撰写脚本
infsh app run openrouter/claude-sonnet-45 --input '{
  "prompt": "Write a 30-second engaging script about productivity tips for a TikTok. Conversational, hook in first 3 seconds."
}' > script.json

# 2. 生成语音
infsh app run infsh/kokoro-tts --input '{
  "text": "<script>",
  "voice": "af_sarah"
}' > voice.json

# 3. 创建AI头像
infsh app run bytedance/omnihuman-1-5 --input '{
  "image_url": "https://your-avatar.jpg",
  "audio_url": "<voice-url>"
}'

内容类型模板

趋势/病毒式风格

infsh app run google/veo-3 --input '{
  "prompt": "Satisfying compilation style video, oddly satisfying content, smooth transitions, ASMR quality, vertical 9:16"
}'

教程/如何做

infsh app run google/veo-3-1 --input '{
  "prompt": "Hands demonstrating a craft tutorial, overhead shot, clean workspace, step-by-step motion, warm lighting, vertical format"
}'

产品展示

infsh app run bytedance/seedance-1-5-pro --input '{
  "prompt": "Product unboxing aesthetic, sleek packaging reveal, soft lighting, premium feel, satisfying unwrap, vertical 9:16"
}'

生活方式/美学

infsh app run google/veo-3-1-fast --input '{
  "prompt": "Day in my life aesthetic, morning routine montage, golden hour lighting, cozy apartment, coffee steam rising, vertical format"
}'

幕后花絮

infsh app run google/veo-3-1-fast --input '{
  "prompt": "Behind the scenes of creative workspace, artist at work, authentic candid moments, documentary style, vertical 9:16"
}'

标题和标签生成

# 生成吸引人的标题
infsh app run openrouter/claude-haiku-45 --input '{
  "prompt": "Write an engaging Instagram caption for a sunset beach photo. Include a hook, value, and call to action. Add 10 relevant hashtags."
}'

钩子公式

infsh app run openrouter/claude-haiku-45 --input '{
  "prompt": "Generate 5 viral TikTok hooks for a video about morning routines. Use proven patterns like: curiosity gap, bold claim, relatable struggle, before/after, or tutorial format."
}'

多平台再利用

长到短管道

# 获取一个概念并创建多种格式
CONCEPT="productivity hack: 2-minute rule"

# TikTok 垂直
infsh app run google/veo-3-1-fast --input "{
  \"prompt\": \"$CONCEPT visualization, vertical 9:16, quick cuts, text overlays style\"
}"

# Twitter 方形
infsh app run falai/flux-dev --input "{
  \"prompt\": \"$CONCEPT infographic, square format, minimal design, shareable\"
}"

# YouTube 缩略图
infsh app run falai/flux-dev --input "{
  \"prompt\": \"$CONCEPT thumbnail, surprised person, bold text space, 16:9\"
}"

批量内容创建

# 生成一周内容
TOPICS=("morning routine" "productivity tips" "coffee aesthetic" "workspace tour" "night routine")

for topic in "${TOPICS[@]}"; do
  infsh app run google/veo-3-1-fast --input "{
    \"prompt\": \"$topic content for social media, aesthetic, vertical 9:16, engaging\"
  }" > "content_${topic// /_}.json"
done

最佳实践

  1. 前三秒钩子 - 以最吸引人的时刻开始
  2. 垂直优先 - TikTok、Reels、Shorts使用9:16
  3. 一致美学 - 匹配品牌颜色和风格
  4. 文本安全区 - 为平台UI元素留出空间
  5. 趋势音频 - 单独添加流行声音
  6. 批量创建 - 一次生成多个内容

平台特定提示

TikTok

  • 快速剪辑,趋势声音
  • 文本叠加重要
  • 立即钩子

Instagram

  • 高视觉质量
  • 轮播提高参与度
  • 美学一致性

YouTube Shorts

  • 清晰的价值主张
  • 订阅CTA有效
  • 再利用长内容

Twitter/X

  • 单张引人注目的图像
  • 有争议的钩子有效
  • 线程潜力

相关技能

# 视频生成
npx skills add inference-sh/skills@ai-video-generation

# 图像生成
npx skills add inference-sh/skills@ai-image-generation

# Twitter自动化
npx skills add inference-sh/skills@twitter-automation

# 文本转语音用于语音
npx skills add inference-sh/skills@text-to-speech

# 完整平台技能
npx skills add inference-sh/skills@inference-sh

浏览所有应用:infsh app list