Agent skill · Content & Marketing

muapi-social-pack

Re-render a hero image into Instagram, TikTok, YouTube-shorts and Twitter/X aspect ratios.

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill social-pack --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: library/social/social-pack/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Social Media Pack **Re-render a hero image into Instagram, TikTok, YouTube-shorts and Twitter/X aspect ratios.** ## Inputs | Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | `source_image` | image_url | yes | — | URL of the hero image (or asset_id from this session). | | `caption_idea` | text | no | — | Optional caption / overlay direction (kept short). | | `formats` | list | no | 1:1, 9:16, 4:5, 16:9 | Aspect ratios to produce. | ## Steps Use the plan to fan out one node per format. 1. For each requested aspect ratio in `{{formats}}`: - Call `muapi image edit` (model=nano-banana-2-edit) with the source image. - Prompt: "Reframe the composition to {{aspect_ratio}} for social media. Keep the subject centred and uncropped. Match the original lighting and palette. {{caption_idea_hint}}". - Where `{{caption_idea_hint}}` = "Leave headroom at the top for a caption: '<caption_idea>'." (only if caption_idea is non-empty). 2. All formats run in parallel (no inter-node dependencies). 3. Return one asset id per format, labelled with the platform it suits: - 1:1 → Instagram feed - 9:16 → TikTok / IG Reels / YT Shorts - 4:5 → Instagram portrait - 16:9 → Twitter /

What's inside
Steps it walks through
  1. Inputs
  2. Steps
  3. Notes
  4. Trigger Keywords
  5. Notes for the Executing Agent
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-social-pack skill do?

Re-render a hero image into Instagram, TikTok, YouTube-shorts and Twitter/X aspect ratios.

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill social-pack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going