Converts a still image into a video using MuAPI. Use when the user wants to animate an image, bring a photo to life, or turn a picture into a video clip.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add SamurAIGPT/muapi-claude-code --skill image-to-video --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Image To Video?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/samuraigpt-image-to-video)More formats (shields.io, HTML) on the badges page.
---
name: image-to-video
description: Converts a still image into a video using MuAPI. Use when the user wants to animate an image, bring a photo to life, or turn a picture into a video clip.
---
# Image to Video
Use the MuAPI image-to-video tool to animate a still image into a video clip.
## Instructions
1. Ask the user for the image URL or file path if not already provided
2. If the user provides a local file, call `upload_file` first to get a hosted URL
3. Ask the user for any motion guidance (optional) — e.g. "slow zoom in", "camera pan left", "gentle waves"
4. Call the `image_to_video` tool with the image URL and optional prompt
5. The tool uses the `kling-master` model by default
6. Display the resulting video URL to the user
7. Report the generation cost from the response if available
## Request
$ARGUMENTS
## Notes
- `image_to_video` requires an existing image URL — upload local files with `upload_file` first
- Generation is synchronous — the tool polls until complete and typically takes longer than image generation
- The response includes an `outputs` array with the video URLs
- Cost information is included in `result.cost.amount_usd`
- For generating a video from a text description only (no source image), use `generate_video` instead
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.