
zap / caught-by-the-cam
Caught By The Cam
Draft Zap for a live-broadcast fan cutaway where the uploaded person is caught by the stadium camera.
Zap.md runtime contract
Zap keeps prompts, provider routing, budget caps, input contracts, and output shape in files first. The studio is the control room, not a black box.
Read the schema docsEvery Zap ships as SKILL.md, Zap.md, prompt files, and registry metadata.
2 local recipes
CLI and server paths estimate spend, enforce caps, and require explicit live approval.
mock by default
Provider submissions enqueue durable poll jobs and update Convex idempotently.
retry + dead letter
installed recipes

Draft Zap for a live-broadcast fan cutaway where the uploaded person is caught by the stadium camera.

World Cup player-entrance highlight reel from a selfie. Use when the user wants a cinematic stadium intro video of themselves.
Agent-compatible by design
The framework exposes skill downloads, JSON manifests, docs topics, and mock run commands so agents can start with evidence.
npx @wzrdtech/zap@0.1.0 init match-day
cd match-day
npx @wzrdtech/zap@0.1.0 new world-cup-entrance
npx @wzrdtech/zap@0.1.0 validate
npx @wzrdtech/zap@0.1.0 run agent/skills/zap-world-cup-entrance/Zap.md --json
{
"mode": "mock",
"status": "done",
"spendUsd": 0,
"zapUrl": "mock://zap/world-cup-entrance/Zap.mp4"
}