Skip to main content
A Flowy skill is an instruction pack, a SKILL.md, that teaches an agent how to do one kind of Flowy work well: directing a multi-shot film, keeping a character consistent across shots, composing a timeline, and so on. Skills aren’t installed ahead of time. The MCP server serves them on demand, mid-conversation, over the same connection as its tools: an agent calls list_skills to see what’s available, then load_skill to pull the full instructions into context right before it needs them.
The Flowy MCP server’s own instructions tell a connected agent to check for a matching skill before starting any non-trivial Flowy work (a video, canvas build, brand kit, render, or storyboard) and load it before calling the generation tools. You shouldn’t need to ask for a skill by name; a capable agent loads the right one on its own.

Tools

Shipped skills

17 skills ship today:

Offline / client-side install

Skills are also installable outside the MCP connection, for agents that read local skill files instead of calling load_skill:
or, from the Flowy CLI:
Last modified on August 29, 2026