Generative-Media-Skills is a toolkit that lets AI agents generate, edit, and display images, videos, and audio through the muapi command-line interface. It is for users of Claude Code, Cursor, Gemini CLI, and OpenCode who need multimodal media-generation workflows. The catalogue entries are the skills that expose these media capabilities to coding agents.
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.
npx skills add SamurAIGPT/Generative-Media-Skills --skill rednote-covergit clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-SkillsWrote 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.
[](https://agentmods.dev/skills/samuraigpt/generative-media-skills/rednote-cover)<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/rednote-cover"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/rednote-cover/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.
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/rednote-cover"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/rednote-cover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 56 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 56 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00040 | $0.00853 |
| Opus 5 | $0.00020 | $0.00426 |
| Sonnet 5 | $0.00008 | $0.00171 |
| Haiku 4.5 | $0.00004 | $0.00085 |
Grade B, and why
muapi-rednote-cover scanned grade B with 2 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 11d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
- For model IDs without a CLI alias yet, fall back to the raw endpoint via `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 Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- For model IDs without a CLI alias yet, fall back to the raw endpoint via `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 How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RedNote Cover
Create a Xiaohongshu (RedNote/小红书) style cover image — vibrant, lifestyle-focused, with aesthetic typography overlay suitable for the Chinese social platform.
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
topic |
text | yes | — | The post topic (e.g. "morning skincare routine", "cozy café study vlog", "ootd autumn fashion"). |
style |
text | no | aesthetic, warm tones, lifestyle photography | Visual style (e.g. "minimalist Korean aesthetic", "cottagecore", "dark moody luxe", "bright Taiwanese street style"). |
text_overlay |
text | no | — | Optional Chinese or English text to appear in the cover design (e.g. "今日穿搭✨" or "Morning Glow"). |
orientation |
text | no | portrait | Image orientation — "portrait" (3:4) for feed, "square" (1:1) for grid. |
reference_image |
image_url | no | — | Optional reference photo of the subject or product. |
Steps
Phase A — Cover Image
Submit the plan with ONE or TWO steps:
- Cover image — If
{{reference_image}}is provided, usemuapi image edit(model=bytedance-seedream-v4.5-edit); otherwise usemuapi image generate(model=bytedance-seedream-v4.5).- Prompt:
Xiaohongshu (RedNote/小红书) style cover photo for {{topic}} post. {{style}}. Aesthetic lifestyle photography, soft natural lighting, visually appealing composition, clean and airy feel. High engagement social media cover, editorial quality. Platform optimized for Chinese lifestyle app. - If
{{text_overlay}}is provided, append:Include elegant text overlay saying "{{text_overlay}}" in a stylish font, placed at top or bottom third of image. - Aspect ratio:
3:4if orientation is portrait,1:1if square
- Prompt:
After generation, present the cover and offer:
- A set of 3 variations with different color moods (warm / cool / neutral)
- A carousel set (3 images for a RedNote carousel post)
- Upscaling for print/export quality
Notes
- RedNote covers perform best with: soft bokeh backgrounds, centered subjects, warm or pastel tones, and clear visual hierarchy.
- If topic is fashion/outfit, suggest
ugc-lifestyle-try-onskill for wearable product shots. - Korean/Japanese aesthetic filters (soft, matte, film grain) trend highly on the platform.
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.
- 11d ago First seen · 58 lines · 40 tokens per session scan B db08459acc20
muapi-rednote-cover is a skill published in the GitHub repository SamurAIGPT/Generative-Media-Skills (4,259 stars, last pushed 2d ago), licensed MIT. It adds 40 tokens to every session and 853 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
muapi-director
Turn ONE topic, talking-head video, or photo into a finished Vox-style paper-collage explainer / ad video on the MuAPI platform (api.muapi.ai) + local ffmpeg — script, collage keyframes, motion, voice-over, music, captions, all automated. Three input modalities: a topic (B-roll), a talking-head video (A-roll mode), or…
deapi
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create videos, generate embeddings. 10-20x cheaper than OpenAI/Replicate.
wechat-article-writer
A Chinese-language content-creation workflow for public-account and social-media writing. It supports article drafting, cover images, illustrations, process diagrams, style analysis, and adapting writing to selected styles.
gemini-watermark-remover
Remove visible Gemini image watermarks from local image files by calling the project's CLI. Use when the user wants an agent to clean one or more local Gemini-generated images and save de-watermarked output files.
remotion-upgrade
Upgrade Remotion, and related packages.
infographic-creator
Create beautiful infographics based on given text content. Use when users request to create infographics.