Schema-driven generation primitives for images, videos, and audio.
Works with
Schema-driven generation primitives for images, videos, and audio.
Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by schema_data.json for dynamic model and endpoint resolution.
| Script | Description | Default Model |
|---|---|---|
generate-image.sh |
Text-to-image generation | flux-dev |
generate-video.sh |
Text-to-video generation | minimax-pro |
image-to-video.sh |
Animate a static image into video | kling-pro |
create-music.sh |
Music creation, remix, extend, text/video-to-audio | Suno V5 |
upload.sh |
Upload local files to CDN for use with other skills | — |
# Generate an image
bash generate-image.sh --prompt "a sunset over mountains" --model flux-dev --view
# Generate a video
bash generate-video.sh --prompt "ocean waves at golden hour" --model minimax-pro --view
# Animate an image
bash image-to-video.sh --image-url "https://..." --prompt "camera slowly pans right" --model kling-pro
# Create music
bash create-music.sh --style "lo-fi hip hop" --prompt "chill beats for studying"
# Upload a local file
bash upload.sh --file ./my-image.jpg
All scripts support: --async, --view, --json, --timeout N, --help
MUAPI_KEY environment variable (set via core/platform/setup.sh)curl, jq, python3AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionmuapi-media-generationExecute the skills CLI command in your project's root directory to begin installation:
Fetches muapi-media-generation from samuraigpt/generative-media-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate muapi-media-generation. Access via /muapi-media-generation in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
2
total installs
2
this week
3.0K
GitHub stars
0
upvotes
Run in your terminal
2
installs
2
this week
3.0K
stars
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
eachlabs/skills
dengineproblem/agents-monorepo
bytedance/deer-flow
jwynia/agent-skills
mindrally/skills
github/awesome-copilot
I recommend muapi-media-generation for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
muapi-media-generation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in muapi-media-generation — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
We added muapi-media-generation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for muapi-media-generation matched our evaluation — installs cleanly and behaves as described in the markdown.
muapi-media-generation reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added muapi-media-generation from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Registry listing for muapi-media-generation matched our evaluation — installs cleanly and behaves as described in the markdown.
muapi-media-generation is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
muapi-media-generation fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 46