Skip to content

update: add social-media-kit skill#5

Open
mvanhorn wants to merge 1 commit intoMiniMax-AI:mainfrom
mvanhorn:osc/feat-social-media-kit-skill
Open

update: add social-media-kit skill#5
mvanhorn wants to merge 1 commit intoMiniMax-AI:mainfrom
mvanhorn:osc/feat-social-media-kit-skill

Conversation

@mvanhorn
Copy link

Summary

Adds a social-media-kit skill that generates branded image packs for social media using MiniMax Image API.

What it does

  • Takes a brand brief (name, visual style, content theme)
  • Generates images at platform-specific aspect ratios: Instagram Post (1:1), Story (9:16), X/Twitter (16:9), YouTube Thumbnail (16:9), LinkedIn (16:9)
  • Platform-aware prompt engineering - different compositions for square vs wide vs tall formats
  • Batch generation via social_kit.py orchestrator

Why

The MiniMax Image API supports all the aspect ratios social platforms need (1:1, 16:9, 9:16). The existing minimax_image.py script handles API calls. This skill wraps it in a platform-aware workflow with composition guidance per format. YouTube thumbnails get bold/high-contrast prompts, Instagram Stories get vertical mobile-first prompts, etc.

Structure

skills/social-media-kit/
  SKILL.md                          # Skill definition with 6-step workflow
  scripts/
    social_kit.py                   # Batch orchestrator with platform presets
    minimax_image.py                # Image script (copied from frontend-dev)
  references/
    requirements.txt                # Python deps
    platform-specs.md               # Dimensions and composition tips per platform

Test plan

  • Verify SKILL.md frontmatter parses correctly
  • Run python3 -m py_compile scripts/social_kit.py (passes)
  • Test with MINIMAX_API_KEY: generate images for each platform

This contribution was developed with AI assistance (Claude Code).

Adds a social-media-kit skill that generates branded image packs for
social media platforms using MiniMax Image API. Supports Instagram
(post + story), X/Twitter, YouTube thumbnails, and LinkedIn with
platform-specific aspect ratios and composition guidance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant