ai-social-media-content

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

Updated Jul 28, 2026
One-click install
npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ai-social-media-content-aadi-110i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-social-media-content
Source: https://github.com/Aadi-110i/PEP-PROJECT/tree/main/skills/ai-social-media-content
Command: npx skills add https://github.com/Aadi-110i/PEP-PROJECT --skill ai-social-media-content-aadi-110i

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 ratio requirements. ## Core Features & Use Cases - Multi-Platform Content Generation: Produces videos and images formatted for TikTok, Instagram Reels, YouTube Shorts, and Twitter/X using models like Veo, FLUX, and Seedance through the belt CLI. - Captions, Hooks & Hashtags: Generates engaging captions, viral hooks, and hashtag sets using Claude models via OpenRouter. - Talking Head Pipelines: Chains script writing, Kokoro TTS voiceover, and OmniHuman avatar generation into a complete video workflow. - Use Case: A content creator needs a week of TikTok posts. They batch-generate five vertical videos from topic prompts, then create matching captions and hashtags in one session. ## Quick Start Ask the AI to generate a vertical 9:16 TikTok-style video about a given topic using the belt CLI with the google/veo-3-1-fast app.

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 the belt CLI with the google/veo-3-1-fast app and a prompt specifying vertical 9:16 format. For example, pass a JSON input with your scene description and the model returns a generated video suitable for TikTok.

How to create AI captions and hashtags for Instagram?

Use the openrouter/claude-haiku-45 app through belt with a prompt describing your post content. The model returns an engaging caption with a hook, call to action, and relevant hashtags.

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

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

Does this skill require the inference.sh CLI?

Yes, all generation commands run through the belt CLI from inference.sh. You must install it and authenticate with belt login before running any app commands.

Can I batch generate a week of social media content?

Yes, the skill demonstrates a bash loop over an array of topics that calls the video generation app for each topic. Each result is saved to a separate JSON file for later use.