samuraigpt/muapi-social-pack
Re-render a hero image into Instagram, TikTok, YouTube-shorts and Twitter/X aspect ratios.
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-social-pack
Re-render a hero image into Instagram, TikTok, YouTube-shorts and Twitter/X aspect ratios.
| 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. |
Use the plan to fan out one node per format.
{{formats}}:muapi image edit (model=nano-banana-2-edit) with the source image.Keep the subject centred and uncropped. Match the original lighting
and palette. {{caption_idea_hint}}".
{{caption_idea_hint}} = "Leave headroom at the top for acaption: '<caption_idea>'." (only if caption_idea is non-empty).
original asset id for it.
social pack, resize for social, cross-post, multi-platform
muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.{{input_name}} placeholders with the user's actual inputs before issuing each call.Take samuraigpt/muapi-social-pack from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.