Skills
Skill 25 of 34
Create videos with RunComfy AI video models including Seedance, Wan, LTX and Kling.
2 minutes · 423 words · 4 sections
Install
npx skills add runcomfy-com/skills --skill generate-videonpx skills add runcomfy-com/skills/plugin marketplace add runcomfy-com/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use the connected RunComfy MCP tools; tool names may have a client-specific prefix. If authentication is needed, use the client’s RunComfy sign-in flow. Keep credentials out of chat and files.
list_models by the requested family and capability. RunComfy includes Seedance 2.5, Wan 3.0 and LTX 2.5, as well as Kling models; current availability comes from the returned model list. Use list_model_categories when needed.get_model for the exact returned model_id. Distinguish text-to-video, image-to-video, reference-to-video, first/last-frame and editing endpoints. Do not infer supported inputs from a family name.get_balance. Show the complete request and available price estimate, including per-second pricing when applicable. Use existing user authorization and spending limits; obtain missing authorization before paid submission or publication of private input assets.run_model once with wait_for_completion: false. Save its request ID and use get_model_request_status to monitor that same job.get_model_request_result after completion. Use cancel_model_request if the user cancels or an agreed stopping condition is reached.outcome: an in-progress or finished request may be not_cancellable. Report that result and continue reconciling the job. A monitoring deadline does not guarantee cancellation or a hard spending cap, and already-incurred charges remain possible.AI video models (opens in a new tab) · Model API documentation (opens in a new tab)
Create videos with RunComfy AI video models including Seedance, Wan, LTX and Kling. Use for text-to-video, image-to-video, reference-to-video and video edits. Check model-specific duration, aspect ratio, audio, inputs and price before submitting one job.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 15 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: */SKILL.md, plugins/runcomfy/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by RunComfy, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./runcomfy-com/skills.md, and each skill at its own .md URL.