agentsclimarketplace

Keris video proof

Skill creative-int/keris-plugins/skills/keris-video-proof

Turn what you just shipped into a short, narrated proof video — a receipt, not a recap, with every beat backed by real commits, PRs, and diffs. Use it for demos, walkthroughs, PR recaps, async handoffs, before/after comparisons, or any finished work that is easier to review on video. Also answers to "share-video". Do not use it for trivial answers, active back-and-forth, unfinished work, or anything that would expose secrets or private data.From its SKILL.md

Install
npx -y skills add creative-int/keris-plugins --skill keris-video-proof

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.6 KB, 513 tokens by cl100k_base, as published. Nobody here has run it

Keris — video proof of what you shipped

Keris turns finished agent work into a short, narrated video where every beat is grounded in real commits, PRs, and diffs through the Keris GitHub app. The result is a receipt, not a recap — reviewers can trust what they are watching instead of taking a summary on faith.

Connect to the Keris MCP server at https://mcp.keris.video/mcp.

Use when

  • The user asks for a video, demo, walkthrough, recap, or async update.
  • Completed work is easier to review as a short video than as more chat.
  • You changed or reviewed UI, design, dashboards, charts, or other visual output.
  • A PR recap, handoff, bug reproduction, or before/after would be clearer on video.
  • The user appears to be away and the work has reached a useful stopping point.

Don't use when

  • The answer is short and textual.
  • The user is actively iterating in chat.
  • The task is not done.
  • The video would expose secrets, tokens, credentials, or private customer data.
  • The user explicitly says not to make a video.

How to use

  1. Resolve the project. Call list_projects and pick the projectSlug that matches the repo or product you worked on. Pass it so Keris can bind the video to the right evidence.
  2. Generate. Call generate_video with that projectSlug. Keris writes the narration, selects the on-screen evidence, and renders with the user's avatar.
  3. Poll. Call get_video until status is completed or failed. The watchUrl is stable and shareable even while the video is still generating.
  4. Share. Return the watch link: https://keris.video/v/{videoId}.

upload_video is only for a polished video you already recorded that does not need Keris narration. Never treat upload_video as proof that work happened — proof comes from generate_video binding to real commit/PR/diff evidence.

Output format

After Keris finishes, reply with:

  • the Keris watch URL (https://keris.video/v/{videoId})
  • one sentence on what the video proves

Keep it to those two things. The video carries the detail.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most video audio skills give in 513 tokens

Counted across 622 of the 795 authors here whose files we hold, read 2026-08-07

  • Read individual rule files for detailed explanationsin 21 of 622, across 10 files
  • Render final videoin 13 of 622, across 6 files
  • Use WAV PCM 16kHz mono audio formatin 12 of 622, across 3 files
  • Use this skill when dealing with Remotion codein 11 of 622, across 4 files
  • Save generated audio to a WAV filein 11 of 622, across 4 files
  • Handle conversion errors gracefullyin 10 of 622, across 6 files
  • Add captions to videos alwaysin 10 of 622, across 4 files
  • Generate music from text descriptions using MusicGenin 9 of 622, across 2 files
  • Do not skip pipeline layersin 9 of 622, across 3 files
  • Do not make one tool do everythingin 9 of 622, across 3 files
  • Use Azure Document Intelligence for complex PDFsin 9 of 622, across 4 files
  • Never ask the user to paste their full API keyin 9 of 622, across 3 files

Said here and by no other author read

  • match a project slug via list_projects
  • return the watch link
  • reply with only the watch url and one proof sentence
  • use upload_video only for pre-recorded polished video

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,286. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.