ai-social-media-content

Generate social media images, videos, captions, and hashtags via the inference.sh CLI.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/Tgoldi/claude-skills --skill ai-social-media-content-tgoldi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-social-media-content
Source: https://github.com/Tgoldi/claude-skills/tree/main/ai-social-media-content
Command: npx skills add https://github.com/Tgoldi/claude-skills --skill ai-social-media-content-tgoldi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating platform-ready social media content requires juggling multiple AI models for video, images, voiceovers, and copywriting, each with different formats and aspect ratios. This Skill consolidates those generation tasks into a single CLI-driven workflow. ## Core Features & Use Cases - Multi-Platform Media Generation: Create vertical videos for TikTok, Reels, and Shorts with Veo and Seedance, plus images and thumbnails with FLUX, using correct aspect ratios and resolutions per platform. - Copywriting and Voiceover: Generate captions, hashtags, viral hooks, and scripts with Claude models, and produce voiceovers with Kokoro TTS or talking-head avatars with OmniHuman. - Batch and Repurposing Workflows: Turn one concept into multiple platform formats or generate a week of content in a loop. - Use Case: A content creator needs a week of TikTok videos. They run the batch creation loop with five topics, then generate matching captions and hashtags for each clip. ## Quick Start Ask the assistant to generate a vertical 9:16 TikTok-style video on a given topic using the inference.sh CLI, then create a matching caption with hashtags.

Frequently Asked Questions about ai-social-media-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a TikTok video with AI?

Run infsh app run google/veo-3-1-fast with a prompt describing the scene and specifying vertical 9:16 format. TikTok videos should be 15-60 seconds at 1080x1920 resolution, with the hook in the first three seconds.

How to create AI voiceovers for social media videos?

Write a script with a Claude model via OpenRouter, then pass the text to infsh/kokoro-tts with a chosen voice such as af_sarah. You can optionally animate an avatar with bytedance/omnihuman-1-5 using the audio output.

What aspect ratios do TikTok, Instagram, and YouTube Shorts use?

TikTok, Instagram Reels, and YouTube Shorts all use 9:16 vertical at 1080x1920. Instagram feed posts use 1:1 or 4:5, YouTube thumbnails use 16:9 at 1280x720, and Twitter/X supports 16:9 or 1:1.

Does this skill require any setup before generating content?

Yes, you must install the inference.sh CLI (infsh) and authenticate with infsh login before running any generation commands. All image, video, TTS, and text models are invoked through this CLI.

Can I batch generate a week of social media content?

Yes, the skill includes a batch workflow that loops over an array of topics and runs a video generation command for each, saving results to separate JSON files. You can then generate captions and hashtags per piece.