booth-loop-video

booth-loop-video is a skill for Claude Code, Codex from microsoft/cat-agent-skills. It costs 125 tokens per session (2,361 once invoked), scanned B, original, MIT.

A tool for producing silent videos that repeat continuously on booth screens, kiosks, lobby displays, or similar monitors. The video is rendered as an animation and delivered as an MP4.

In plain words
What is it for?
Use it to create looping motion graphics for trade shows, reception screens, conference stands, social posts, or embedded presentation slides.
Why use it?
It turns information or a pitch into a display that can run unattended without narration or manual slide changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

About the project

microsoft/cat-agent-skills is a static website that catalogs reusable instruction sets and related packages for AI agents. People use it to search, filter, rate, and download skills for Cowork, Copilot Studio, and Scout, along with Copilot plugins and Scout automations. The catalogue entries are the skills, instructions, plugins, and settings displayed by the site.

microsoft/cat-agent-skills · 64 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/microsoft/cat-agent-skills/booth-loop-video
Any agent
npx skills add microsoft/cat-agent-skills --skill booth-loop-video
Clone the repo
git clone --depth 1 https://github.com/microsoft/cat-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for booth-loop-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/cat-agent-skills/booth-loop-video.svg)](https://agentmods.dev/skills/microsoft/cat-agent-skills/booth-loop-video)
Your own site
<a href="https://agentmods.dev/skills/microsoft/cat-agent-skills/booth-loop-video"><img src="https://agentmods.dev/badge/skills/microsoft/cat-agent-skills/booth-loop-video.svg" alt="Measured on agentmods" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,361 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00125 $0.02361
Opus 5 $0.00063 $0.01180
Sonnet 5 $0.00025 $0.00472
Haiku 4.5 $0.00013 $0.00236

Measured 6d ago against content hash 290e2dd2a885, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

booth-loop-video scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

You have Python and a shell. Never tell the user to open an editor or run the script
submissions/booth-loop-video/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Booth / kiosk loop video

Produce a silent, looping MP4 (default 1920x1080, 30 fps, 60-135 s) suitable for a conference stand, a lobby screen, a reception kiosk, a LinkedIn post, or an embedded slide in a deck.

The output is a rendered animation, not a slideshow export. Every frame is painted in Python, so layout, timing, and easing are fully under your control.

Execution model — do the work, don't hand out instructions

You have Python and a shell. Never tell the user to open an editor or run the script themselves. You:

  1. Write a single self-contained script at work/booth_video.py.
  2. Install dependencies if missing: pip install pillow imageio imageio-ffmpeg numpy (imageio-ffmpeg ships its own ffmpeg binary — no system install needed).
  3. Render preview PNGs and show them to the user.
  4. Only after previews look right, run the full render.
  5. Report the output path.

All paths are relative to the current working directory:

{CWD}/
  work/
    booth_video.py
    preview/scene_1.png ...
  output/
    booth_loop.mp4

Write intermediate frames to the system temp directory, not the working folder. Rendering thousands of PNGs into a cloud-synced folder (OneDrive, Dropbox, iCloud) will stall the render and thrash the sync client.

Design defaults

Use these unless the user supplies a brand palette. Ask for their colours if the video is customer-facing; don't invent a brand.

Canvas 1920x1080, 30 fps
Duration 60-135 s
Background deep navy #0A1628
Accents #0078D4 primary, #B4009E secondary
Cards #112244, 18 px corner radius, ~86% alpha
Type humanist sans, generous whitespace
Motion 0.5 s fade in, 0.3 s fade out per scene, smooth-step easing

Dark, low-saturation background with two saturated accents reads well on a bright show floor and survives poor monitor calibration.

Script architecture

One file. A render_frame(t, total) function that returns a Pillow Image for time t in seconds, and a scene table:

Read the full file on GitHub · 237 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 237 lines · 125 tokens per session scan B 290e2dd2a885

Subscribe to this mod's changes

booth-loop-video is a skill published in the GitHub repository microsoft/cat-agent-skills (64 stars, last pushed 4d ago), licensed MIT. It adds 125 tokens to every session and 2,361 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens