Skip to content
Skillv1.0.0

mux-video

RETIRED 2026-07-15 — the Mux pipeline was replaced by wzrrd-video (fully Cloudflare-native). Use skills/wzrrd-video instead. Kept for historical Mux asset management only. Covers direct uploads, API a

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/mux-video/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill mux-video. Copyright stays with the author.

mux-video (RETIRED)

This pipeline was retired 2026-07-15. Video publishing is now fully Cloudflare-native through wzrrd — see skills/wzrrd-video/SKILL.md. Existing Mux assets keep playing; use the Mux API directly (credentials in agent-secrets: mux_token_id/mux_token_secret) only for managing those historical assets. The Mux webhook registration at hooks.joelclaw.com is vestigial (events verify and are dropped).

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-mux-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-mux-video.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-mux-video",
  "kind": "skill",
  "name": "mux-video",
  "description": "RETIRED 2026-07-15 — the Mux pipeline was replaced by wzrrd-video (fully Cloudflare-native). Use skills/wzrrd-video instead. Kept for historical Mux asset management only. Covers direct uploads, API asset management, webhook event flow, playback embedding, and the Mux CLI. Use when uploading video, creating assets, checking encoding status, embedding playback, or handling Mux webhook events.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "video",
      "mux",
      "media",
      "webhooks",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "RETIRED 2026-07-15 — the Mux pipeline was replaced by wzrrd-video (fully Cloudflare-native). Use skills/wzrrd-video instead. Kept for historical Mux asset management only. Covers direct uploads, API asset management, webhook event flow, playback embedding, and the Mux CLI. Use when uploading video, creating assets, checking encoding status, embedding playback, or handling Mux webhook events."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/mux-video/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/mux-video/SKILL.md",
      "key": "joelhooks/joelclaw/skills/mux-video/SKILL.md"
    }
  },
  "instructions": "# mux-video (RETIRED)\n\n**This pipeline was retired 2026-07-15.** Video publishing is now fully Cloudflare-native\nthrough wzrrd — see `skills/wzrrd-video/SKILL.md`. Existing Mux assets keep playing; use the\nMux API directly (credentials in agent-secrets: `mux_token_id`/`mux_token_secret`) only for\nmanaging those historical assets. The Mux webhook registration at hooks.joelclaw.com is\nvestigial (events verify and are dropped).",
  "cost": {
    "context_tokens": 107
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-mux-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.

mux-video - Skill - OpenSmartRoute