{"skill":{"slug":"ai-social-media-content","displayName":"Ai Social Media Content","summary":"Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. To...","description":"---\nname: ai-social-media-content\ndescription: \"Create AI-powered social media content for TikTok, Instagram, YouTube, Twitter/X. Generate: images, videos, reels, shorts, thumbnails, captions, hashtags. Tools: FLUX, Veo, Seedance, Wan, Kokoro TTS, Claude for copywriting. Use for: content creators, social media managers, influencers, brands. Triggers: social media content, tiktok, instagram reels, youtube shorts, twitter post, content creator, ai influencer, social content, reels, shorts, viral content, thumbnail generator, caption generator, hashtag generator, ugc content\"\nallowed-tools: Bash(infsh *)\n---\n\n# AI Social Media Content\n\nCreate social media content for all platforms via [inference.sh](https://inference.sh) CLI.\n\n![AI Social Media Content](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kg2c0egyg243mnyth4y6g51q.jpeg)\n\n## Quick Start\n\n```bash\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a TikTok-style video\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic\"\n}'\n```\n\n> **Install note:** The [install script](https://cli.inference.sh) only detects your OS/architecture, downloads the matching binary from `dist.inference.sh`, and verifies its SHA-256 checksum. No elevated permissions or background processes. [Manual install & verification](https://dist.inference.sh/cli/checksums.txt) available.\n\n## Platform Formats\n\n| Platform | Aspect Ratio | Duration | Resolution |\n|----------|--------------|----------|------------|\n| TikTok | 9:16 vertical | 15-60s | 1080x1920 |\n| Instagram Reels | 9:16 vertical | 15-90s | 1080x1920 |\n| Instagram Feed | 1:1 or 4:5 | - | 1080x1080 |\n| YouTube Shorts | 9:16 vertical | <60s | 1080x1920 |\n| YouTube Thumbnail | 16:9 | - | 1280x720 |\n| Twitter/X | 16:9 or 1:1 | <140s | 1920x1080 |\n\n## Content Workflows\n\n### TikTok / Reels Video\n\n```bash\n# Generate trending-style content\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Satisfying slow motion video of paint being mixed, vibrant colors swirling together, vertical 9:16, ASMR aesthetic, viral TikTok style\"\n}'\n```\n\n### Instagram Carousel Images\n\n```bash\n# Generate cohesive carousel images\nfor i in 1 2 3 4 5; do\n  infsh app run falai/flux-dev --input \"{\n    \\\"prompt\\\": \\\"Minimalist lifestyle flat lay photo $i/5, morning coffee routine, neutral tones, Instagram aesthetic, consistent style\\\"\n  }\" > \"carousel_$i.json\"\ndone\n```\n\n### YouTube Thumbnail\n\n```bash\n# Eye-catching thumbnail\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"YouTube thumbnail, shocked face emoji, bright yellow background, bold text area on right, attention-grabbing, high contrast, professional\"\n}'\n```\n\n### Twitter/X Visual Post\n\n```bash\n# Generate image for tweet\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"Tech infographic style image showing AI trends, modern design, data visualization aesthetic, shareable\"\n}'\n\n# Post with Twitter automation\ninfsh app run twitter/post-tweet --input '{\n  \"text\": \"The future of AI is here. Here are the top 5 trends reshaping tech in 2024 🧵\",\n  \"media_url\": \"<image-url>\"\n}'\n```\n\n### Talking Head Content\n\n```bash\n# 1. Write script with Claude\ninfsh app run openrouter/claude-sonnet-45 --input '{\n  \"prompt\": \"Write a 30-second engaging script about productivity tips for a TikTok. Conversational, hook in first 3 seconds.\"\n}' > script.json\n\n# 2. Generate voiceover\ninfsh app run infsh/kokoro-tts --input '{\n  \"text\": \"<script>\",\n  \"voice\": \"af_sarah\"\n}' > voice.json\n\n# 3. Create AI avatar\ninfsh app run bytedance/omnihuman-1-5 --input '{\n  \"image_url\": \"https://your-avatar.jpg\",\n  \"audio_url\": \"<voice-url>\"\n}'\n```\n\n## Content Type Templates\n\n### Trending/Viral Style\n\n```bash\ninfsh app run google/veo-3 --input '{\n  \"prompt\": \"Satisfying compilation style video, oddly satisfying content, smooth transitions, ASMR quality, vertical 9:16\"\n}'\n```\n\n### Tutorial/How-To\n\n```bash\ninfsh app run google/veo-3-1 --input '{\n  \"prompt\": \"Hands demonstrating a craft tutorial, overhead shot, clean workspace, step-by-step motion, warm lighting, vertical format\"\n}'\n```\n\n### Product Showcase\n\n```bash\ninfsh app run bytedance/seedance-1-5-pro --input '{\n  \"prompt\": \"Product unboxing aesthetic, sleek packaging reveal, soft lighting, premium feel, satisfying unwrap, vertical 9:16\"\n}'\n```\n\n### Lifestyle/Aesthetic\n\n```bash\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Day in my life aesthetic, morning routine montage, golden hour lighting, cozy apartment, coffee steam rising, vertical format\"\n}'\n```\n\n### Behind the Scenes\n\n```bash\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Behind the scenes of creative workspace, artist at work, authentic candid moments, documentary style, vertical 9:16\"\n}'\n```\n\n## Caption & Hashtag Generation\n\n```bash\n# Generate engaging caption\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Write an engaging Instagram caption for a sunset beach photo. Include a hook, value, and call to action. Add 10 relevant hashtags.\"\n}'\n```\n\n### Hook Formulas\n\n```bash\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"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.\"\n}'\n```\n\n## Multi-Platform Repurposing\n\n### Long to Short Pipeline\n\n```bash\n# Take a concept and create multiple formats\nCONCEPT=\"productivity hack: 2-minute rule\"\n\n# TikTok vertical\ninfsh app run google/veo-3-1-fast --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT visualization, vertical 9:16, quick cuts, text overlays style\\\"\n}\"\n\n# Twitter square\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT infographic, square format, minimal design, shareable\\\"\n}\"\n\n# YouTube thumbnail\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT thumbnail, surprised person, bold text space, 16:9\\\"\n}\"\n```\n\n## Batch Content Creation\n\n```bash\n# Generate a week of content\nTOPICS=(\"morning routine\" \"productivity tips\" \"coffee aesthetic\" \"workspace tour\" \"night routine\")\n\nfor topic in \"${TOPICS[@]}\"; do\n  infsh app run google/veo-3-1-fast --input \"{\n    \\\"prompt\\\": \\\"$topic content for social media, aesthetic, vertical 9:16, engaging\\\"\n  }\" > \"content_${topic// /_}.json\"\ndone\n```\n\n## Best Practices\n\n1. **Hook in first 3 seconds** - Start with most engaging moment\n2. **Vertical first** - 9:16 for TikTok, Reels, Shorts\n3. **Consistent aesthetic** - Match brand colors and style\n4. **Text-safe zones** - Leave space for platform UI elements\n5. **Trending audio** - Add popular sounds separately\n6. **Batch create** - Generate multiple pieces at once\n\n## Platform-Specific Tips\n\n### TikTok\n- Fast cuts, trending sounds\n- Text overlays important\n- Hook immediately\n\n### Instagram\n- High visual quality\n- Carousel for engagement\n- Aesthetic consistency\n\n### YouTube Shorts\n- Clear value proposition\n- Subscribe CTAs work\n- Repurpose longer content\n\n### Twitter/X\n- Single striking image\n- Controversial hooks work\n- Thread potential\n\n## Related Skills\n\n```bash\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Twitter automation\nnpx skills add inference-sh/skills@twitter-automation\n\n# Text-to-speech for voiceovers\nnpx skills add inference-sh/skills@text-to-speech\n\n# Full platform skill\nnpx skills add inference-sh/skills@inference-sh\n```\n\nBrowse all apps: `infsh app list`\n","topics":["Twitter"],"tags":{"latest":"0.1.5"},"stats":{"comments":0,"downloads":3035,"installsAllTime":114,"installsCurrent":16,"stars":6,"versions":2},"createdAt":1770363117508,"updatedAt":1778988657382},"latestVersion":{"version":"0.1.5","createdAt":1771403045684,"changelog":"ai-social-media-content v0.1.5\n\n- Added a comprehensive SKILL.md with detailed instructions for generating images, videos, thumbnails, captions, and hashtags for major social media platforms.\n- Included step-by-step content workflows and platform-specific templates for TikTok, Instagram, YouTube, and Twitter/X.\n- Documented usage of tools like FLUX, Veo, Seedance, Wan, Kokoro TTS, and Claude for copywriting.\n- Provided best practices, automation tips, and related skill recommendations to streamline AI-driven content creation.\n- Added practical batch generation scripts and content repurposing pipelines for creators and marketers.","license":null},"metadata":null,"owner":{"handle":"okaris","userId":"s1737xapsjy8k5qnagtfyf5nrx85t72x","displayName":"Ömer Karışman","image":"https://avatars.githubusercontent.com/u/1448702?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779953881904}}