ai-social-media-content

ai-social-media-content is a skill for Claude Code from OKHP3/skillz. It costs 123 tokens per session (1,993 once invoked), scanned A, a copy of ai-social-media-content, MIT.

A workflow for creating social-media images, videos, reels, shorts, thumbnails, captions, and hashtags with AI tools. It covers formats for TikTok, Instagram, YouTube, and Twitter/X.

In plain words
What is it for?
Use it to make short videos, carousel images, thumbnails, captions, and hashtags for social-media posts.
Why use it?
It gives content teams a way to prepare media for different platforms and their required shapes, sizes, and durations. It also groups visual, video, voice, and copy generation in one workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to make short videos, carousel images, thumbnails, captions, and hashtags for social-media posts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/ai-social-media-content
View source ↗ OKHP3/skillz
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OKHP3/skillz --skill ai-social-media-content
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-social-media-content

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/ai-social-media-content/github.svg)](https://agentmods.dev/skills/okhp3/skillz/ai-social-media-content)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/ai-social-media-content"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/ai-social-media-content/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-social-media-content

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/ai-social-media-content"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/ai-social-media-content.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.01993
Opus 5 $0.00062 $0.00996
Sonnet 5 $0.00025 $0.00399
Haiku 4.5 $0.00012 $0.00199

Measured 8d ago against content hash b6c0d02ec8de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ai-social-media-content scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to ai-social-media-content — 509 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

community/ai-social-media-content/SKILL.md · 257 lines

How it starts

The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Install the belt CLI skill: npx skills add belt-sh/cli

AI Social Media Content

Create social media content for all platforms via inference.sh CLI.

AI Social Media Content

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

# Generate a TikTok-style video
belt app run google/veo-3-1-fast --input '{
  "prompt": "POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic"
}'

Platform Formats

Platform Aspect Ratio Duration Resolution
TikTok 9:16 vertical 15-60s 1080x1920
Instagram Reels 9:16 vertical 15-90s 1080x1920
Instagram Feed 1:1 or 4:5 - 1080x1080
YouTube Shorts 9:16 vertical <60s 1080x1920
YouTube Thumbnail 16:9 - 1280x720
Twitter/X 16:9 or 1:1 <140s 1920x1080

Content Workflows

TikTok / Reels Video

# Generate trending-style content
belt 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 Carousel Images

# Generate cohesive carousel images
for i in 1 2 3 4 5; do
  belt 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 Thumbnail

# Eye-catching thumbnail
belt 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"
}'

Read the full file on GitHub · 257 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 257 lines · 123 tokens per session scan A b6c0d02ec8de

Subscribe to this mod's changes

ai-social-media-content is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 123 tokens to every session and 1,993 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to ai-social-media-content, differing in 509 lines, and is treated as a copy.

Related

Other skills, from other repositories

baoyu-slide-deck

Generates professional slide deck images from content. Creates outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", "slide deck", or "PPT".

JimLiu/baoyu-skills · 54 tokens

baoyu-xhs-images

A tool that breaks content into a series of illustrated image cards for Xiaohongshu, a Chinese social platform also called Little Red Book, and similar social posts.

JimLiu/baoyu-skills · 100 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

baoyu-cover-image

Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 11 color palettes and 7 rendering styles. Supports cinematic (2.35:1), widescreen (16:9), and square (1:1) aspects. Use when user asks to "generate cover image", "create article cover", or "make cover".

JimLiu/baoyu-skills · 81 tokens

baoyu-image-gen

AI image generation with OpenAI GPT Image 2.5, Azure OpenAI, Google, OpenRouter, DashScope, Z.AI GLM-Image, MiniMax, Jimeng, Seedream, Replicate and Agnes APIs. Supports text-to-image, reference images, aspect ratios, and batch generation from saved prompt files. Sequential by default; use batch parallel generation…

JimLiu/baoyu-skills · 107 tokens

baoyu-infographic

An infographic-making skill for turning information into a visual summary. It supports 21 layout types and 22 visual styles, and recommends combinations based on the content.

JimLiu/baoyu-skills · 70 tokens