Skip to content
Skillv1.0.0

wzrrd-video

Publish videos to wzrrd.sh watch pages from anywhere in the fleet. Covers the joelclaw publish event on flagg, the wzrrd CLI upload door, status/trace/revoke, Pro entitlements, and debugging. Use when

by joelhooks(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from joelhooks/joelclaw (skills/wzrrd-video/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill wzrrd-video. Copyright stays with the author.

wzrrd video

Videos publish to https://wzrrd.sh/v/<slug> — player, transcript on the page, subtitles in six languages (en/es/pt/fr/de/ja) generated automatically. The pipeline is fully Cloudflare-native (R2 originals → Stream encode → durable Workflow → Deepgram + Workers AI); flagg is just a client. Unlisted by default: the unguessable URL is the share link.

Publish from flagg (the joelclaw door)

joelclaw send video/publish.requested -d '{"path":"/abs/file.mp4","title":"...","actor":"<who>"}'

video/publish.completed arrives with watchUrl in ~20s (upload handoff only — encoding and transcription continue in the cloud; workflowStatusHint points at the status command). Files over 5 GiB are rejected toward sourceUrl mode.

Publish from any machine (the CLI door)

wzrrd video upload ./clip.mp4 --title "..."       # Pro session required

Install/update: curl -fsSL https://wzrrd.sh/install.sh | bash (v0.5.0+ has video verbs). Pro discovery for agents: wzrrd video status probevideo_not_found means you're Pro; a 403 "Pro feature" means ask Joel. Full agent instructions ship in the public wzrrd-publish skill (also served at https://wzrrd.sh/.well-known/agent-skills/).

Observe / manage

wzrrd video status <slug>      # Workflow phase history
wzrrd video trace <slug>       # Analytics Engine wide events (cloud side)
joelclaw video trace <slug>    # ClickHouse handoff forensics (flagg side)
wzrrd video transcribe <slug> [--force]
wzrrd video revoke <slug>      # page 404s; Stream copy + R2 original deleted

Debugging lore (read before rabbit-holing): ~/Code/joelhooks/wzrrd-sh-cli/.brain/resources/video-pipeline-debugging-lore.svx.

Brain notes

<VideoPlayer playbackId="..." title="..." /> renders in any .svx (pi-notes standard component; captions ride the Mux asset natively for legacy videos).

Retired: the Mux/Garage pipeline

The local pipeline (Mux direct upload, Garage archive, webhook correlate) was retired 2026-07-15 — see skills/mux-video tombstone. Pre-retirement Mux videos keep playing. Effort history: ~/Code/joelhooks/wzrrd-sh-cli/.brain/projects/cloud-video-default/.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/joelhooks-joelclaw-wzrrd-video/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

joelhooks-joelclaw-wzrrd-video.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-wzrrd-video",
  "kind": "skill",
  "name": "wzrrd-video",
  "description": "Publish videos to wzrrd.sh watch pages from anywhere in the fleet. Covers the joelclaw publish event on flagg, the wzrrd CLI upload door, status/trace/revoke, Pro entitlements, and debugging. Use when publishing a video, checking encode/transcription progress, embedding video in Brain notes, or debugging the video pipeline.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "video",
      "wzrrd",
      "cloudflare",
      "media",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Publish videos to wzrrd.sh watch pages from anywhere in the fleet. Covers the joelclaw publish event on flagg, the wzrrd CLI upload door, status/trace/revoke, Pro entitlements, and debugging. Use when publishing a video, checking encode/transcription progress, embedding video in Brain notes, or debugging the video pipeline."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/wzrrd-video/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/wzrrd-video/SKILL.md",
      "key": "joelhooks/joelclaw/skills/wzrrd-video/SKILL.md"
    }
  },
  "instructions": "# wzrrd video\n\nVideos publish to `https://wzrrd.sh/v/<slug>` — player, transcript on the page, subtitles in\nsix languages (en/es/pt/fr/de/ja) generated automatically. The pipeline is fully\nCloudflare-native (R2 originals → Stream encode → durable Workflow → Deepgram + Workers AI);\nflagg is just a client. Unlisted by default: the unguessable URL is the share link.\n\n## Publish from flagg (the joelclaw door)\n\n```bash\njoelclaw send video/publish.requested -d '{\"path\":\"/abs/file.mp4\",\"title\":\"...\",\"actor\":\"<who>\"}'\n```\n\n`video/publish.completed` arrives with `watchUrl` in ~20s (upload handoff only ",
  "cost": {
    "context_tokens": 548
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-wzrrd-video/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.