Renders  in assistant messages as an inline video player. Desktop and web playback; iOS/Android show a placeholder card.
Supported platforms: macOS, Linux, Windows.
paseo plugin add kschniedergers/paseo-plugins --ref main --path video-embedsSecurity status covers commit da91d9b635af. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add kschniedergers/paseo-plugins --path video-embeds
Requires Paseo 0.8.0 or newer.
README
Not for mobile. Plugins can't ship native video playback, so iOS and Android show a placeholder card with the file name instead of a player. Desktop and browser get the real thing.
Renders  in assistant messages as an inline video player with
controls — mp4, webm, and mov. Agents can show you a screen recording or demo clip in the chat
instead of leaving a file path.
paseo plugin add kschniedergers/paseo-plugins --path video-embeds
Requires Paseo 0.8.0 or newer.
Nothing in Paseo tells agents to embed images or videos; models write  for screenshots
out of habit, and they will not do it for a .mp4 unless told. This plugin ships a skill that does
the telling — link it where your agent runtime discovers skills:
ln -s "$PASEO_HOME/plugins/<checkout>/video-embeds/skills/paseo-video-embeds" ~/.claude/skills/paseo-video-embeds
Or drop one line into your global agent instructions (for example ~/.claude/CLAUDE.md):
When you have a screen recording or demo clip, embed it as a markdown image with the absolute path:
(mp4/webm/mov, under 30 MB).
assistant_message items containing video markdown and splits
them into prose and video segments. Messages that also embed non-video images are left to the
host, because a transformer can only replace a whole item with plugin items.~, enforces a 30 MB cap, and
checks the container's magic bytes. Failures render as "Video preview unavailable."ffmpeg -i in.mov -c:v libx264 -crf 28 -pix_fmt yuv420p -c:a aac out.mp4npm install
npm run typecheck
npm test
paseo plugin install /absolute/path/to/paseo-plugins/video-embeds # directory source
paseo plugin reload video-embeds # after edits
Scanned 11 Sep 2026, 10:26 UTC from kschniedergers/paseo-plugins/video-embeds.