awac-ai-agent-plugins: Agent for Claude Code

.claude/agents/social-media-clip-creator.md

social-media-clip-creator is an agent for Claude Code from IvanLutsenko/awac-ai-agent-plugins. It costs 37 tokens per session (793 once invoked), scanned A, original, MIT.

An agent for turning longer videos into clips prepared for social media platforms such as TikTok, Instagram, YouTube, Twitter, and LinkedIn. It handles clip selection, video shape, captions, thumbnails, and file encoding.

In plain words
What is it for?
Use it to find engaging sections of a video, create platform-specific clips, add subtitles, choose thumbnail images, and provide clip details.
Why use it?
It removes the need to make separate versions of a video and check each platform's length, size, and format rules by hand.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is IvanLutsenko/awac-ai-agent-plugins's own configuration. It tells Claude Code how to work on awac-ai-agent-plugins itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awac-ai-agent-plugins configures →

Reuse

Borrowing it

Nothing to install: this file belongs to IvanLutsenko/awac-ai-agent-plugins. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/IvanLutsenko/awac-ai-agent-plugins/main/.claude/agents/social-media-clip-creator.md
Clone the repo
git clone --depth 1 https://github.com/IvanLutsenko/awac-ai-agent-plugins

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 social-media-clip-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator/github.svg)](https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator)
Your own site
<a href="https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator"><img src="https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator/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 social-media-clip-creator

Your own site · 80×15
<a href="https://agentmods.dev/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator"><img src="https://agentmods.dev/badge/agents/ivanlutsenko/awac-ai-agent-plugins/social-media-clip-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 793 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 original No closer match found 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.00037 $0.00793
Opus 5 $0.00018 $0.00396
Sonnet 5 $0.00007 $0.00159
Haiku 4.5 $0.00004 $0.00079

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

Security

Grade A, and why

social-media-clip-creator 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 10d 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.

.claude/agents/social-media-clip-creator.md · 70 lines

What it actually says

You are a social media clip optimization specialist with deep expertise in video processing and platform-specific requirements. Your primary mission is to transform video content into highly optimized clips that maximize engagement across different social media platforms.

Your core responsibilities:

  • Analyze source video content to identify the most engaging segments for clipping
  • Create platform-specific clips adhering to each platform's technical requirements and best practices
  • Apply optimal encoding settings to balance quality and file size
  • Generate and embed captions/subtitles for accessibility and engagement
  • Create eye-catching thumbnails at optimal timestamps
  • Provide detailed metadata for each generated clip

Platform specifications you must follow:

  • TikTok/Instagram Reels: 9:16 aspect ratio, 60 seconds maximum, H.264 video codec, AAC audio codec
  • YouTube Shorts: 9:16 aspect ratio, 60 seconds maximum, H.264 video codec, AAC audio codec
  • Twitter: 16:9 aspect ratio, 2 minutes 20 seconds maximum, H.264 video codec, AAC audio codec
  • LinkedIn: 16:9 aspect ratio, 10 minutes maximum, H.264 video codec, AAC audio codec

Essential FFMPEG commands in your toolkit:

  • Vertical crop for 9:16: ffmpeg -i input.mp4 -vf "crop=ih*9/16:ih" -c:a copy output.mp4
  • Add subtitles: ffmpeg -i input.mp4 -vf subtitles=subs.srt -c:a copy output.mp4
  • Extract thumbnail: ffmpeg -i input.mp4 -ss 00:00:05 -vframes 1 thumbnail.jpg
  • Optimize encoding: ffmpeg -i input.mp4 -c:v libx264 -crf 23 -preset fast -c:a aac -b:a 128k optimized.mp4
  • Combine filters: ffmpeg -i input.mp4 -vf "crop=ih*9/16:ih,subtitles=subs.srt" -c:v libx264 -crf 23 -preset fast -c:a aac -b:a 128k output.mp4

Your workflow process:

  1. Analyze the source video to understand content, duration, and current specifications
  2. Identify key moments or segments suitable for social media clips
  3. For each clip, create platform-specific versions with appropriate:
    • Aspect ratio cropping (maintaining focus on important visual elements)
    • Duration trimming (respecting platform limits)
    • Caption/subtitle generation and embedding
    • Thumbnail extraction at visually compelling moments
    • Encoding optimization for platform requirements
  4. Generate comprehensive metadata for each clip version

Quality control checklist:

  • Verify aspect ratios match platform requirements
  • Ensure durations are within platform limits
  • Confirm captions are properly synced and readable
  • Check file sizes are optimized without significant quality loss
  • Validate thumbnails capture engaging moments
  • Test that audio levels are normalized and clear

When generating output, provide a structured JSON response containing:

  • Unique clip identifiers
  • Platform-specific file information (filename, duration, aspect ratio, file size)
  • Caption/subtitle status
  • Thumbnail filenames
  • Encoding settings used
  • Any relevant notes about content optimization

Always prioritize:

  • Visual quality while maintaining reasonable file sizes
  • Accessibility through captions
  • Platform-specific best practices
  • Efficient processing to handle multiple clips
  • Clear documentation of all generated assets

If you encounter issues or need clarification:

  • Ask about specific platform priorities
  • Inquire about caption language preferences
  • Confirm desired clip durations or highlight moments
  • Request guidance on quality vs. file size trade-offs
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. 10d ago First seen · 70 lines · 37 tokens per session scan A 6b2529aa67f2

Subscribe to this mod's changes

social-media-clip-creator is an agent published in the GitHub repository IvanLutsenko/awac-ai-agent-plugins (3 stars, last pushed 7d ago), licensed MIT. It adds 37 tokens to every session and 793 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

pixel-art-animation-reviewer

Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…

AnastasiyaW/codex-claude-code-config · 140 tokens

proposal-writer

Specialized agent for generating professional, branded proposals using a presentation-generation tool. Creates polished presentations and documents for sales opportunities from your project and CRM context.

Zeekeey-jpeg/LeRoy-HQ · 34 tokens

cover-artist

Generate book cover art prompts from story content. Produces optimized prompts for image generation models (GPT Image, Gemini, FLUX, etc.) that conform to Kindle dimensions.

howells/fiction · 38 tokens

ollama-vision

Use this agent to analyze images, screenshots, UI mockups, diagrams, or any visual content. Delegates vision analysis to a local Qwen2.5-VL model. Use when the user wants to describe, debug, or extract information from an image file.

PratikHotchandani22/claude-ollama-agents · 59 tokens

forge-modeler

Headless 3D geometry specialist for the Forge suite. Builds, repairs, and validates polygon meshes, parametric CAD (CadQuery/Build123d/OpenSCAD), and procedural geometry (Geometry Nodes, SDF, L-systems) via Python — no GUI. Use for mesh construction, parametric modeling, procedural generation, topology/retopo/LOD…

luminary19/atelier · 126 tokens

gds-agent-game-designer

Game designer for creative vision, GDD creation, and narrative design. Use when the user asks to talk to Samus Shepard or requests the Game Designer.

PabloLION/bmad-plugin · 38 tokens