Skip to content
Skillv1.0.0

flux-3-video

Use when routing a general FLUX 3 video request. Select only the specialists needed for diagnosis, direction, audio, or execution.

by black-forest-labs(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from black-forest-labs/skills (skills/flux-3-video/SKILL.md). Install upstream with npx skills add black-forest-labs/skills --skill flux-3-video. Copyright stays with the author.

FLUX 3 Video Router

Route a request to the smallest set of specialists that can complete it. When the request already names one narrow job, use that specialist directly.

User intent Skill
Diagnose or repair a brief before generation flux-3-prompt-doctor
Write a text-to-video prompt for a new shot flux-3-cinematic-inserts
Build from supplied images or video flux-3-keyframes-continuation
Direct dialogue, voiceover, ambience, effects, or music flux-3-audio-dialogue
Give a shot a period or archival look flux-3-archival-formats
Submit, poll, enhance, download, or technically review flux-3-generate
Build a finished product ad with voiceover flux-3-product-ads

Default sequence, skipping completed stages:

Prompt Doctor (until READY; owns the shot-structure decision)
  → Cinematic Inserts OR Keyframes & Continuation (one, chosen by whether
    supplied media must constrain the result)
  → Audio & Dialogue (only when sound matters)
  → Generate (only when execution is requested)

Draft before committing anything unproven: a full render takes minutes, and the chosen draft replays at full quality.

A handoff between skills carries: outcome, the route (mode plus its media field: t2v, i2v/keyframes, v2v/start_video, or draft_enhance/draft_cache), the one required action, source roles, invariants, delivery (duration, aspect, resolution, shot structure), camera, audio, text strategy, and risks. It is complete when the receiving skill can act without inventing a consequential choice.

Deterministic requirements (exact typography, frame-accurate sync, final mixing) need an explicit post-production plan, not a generation attempt.

Reference: docs.bfl.ai

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/black-forest-labs-skills-flux-3-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.

black-forest-labs-skills-flux-3-video.ocm.jsonjson
{
  "ocm": "1",
  "id": "black-forest-labs-skills-flux-3-video",
  "kind": "skill",
  "name": "flux-3-video",
  "description": "Use when routing a general FLUX 3 video request. Select only the specialists needed for diagnosis, direction, audio, or execution.",
  "publisher": "black-forest-labs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "medical"
    ],
    "tags": [
      "skill-md",
      "flux",
      "flux-3",
      "bfl",
      "video-generation",
      "routing",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when routing a general FLUX 3 video request. Select only the specialists needed for diagnosis, direction, audio, or execution."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/black-forest-labs/skills",
      "path": "skills/flux-3-video/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/black-forest-labs/skills/blob/HEAD/skills/flux-3-video/SKILL.md",
      "key": "black-forest-labs/skills/skills/flux-3-video/SKILL.md"
    }
  },
  "instructions": "# FLUX 3 Video Router\n\nRoute a request to the smallest set of specialists that can complete it. When the request\nalready names one narrow job, use that specialist directly.\n\n| User intent | Skill |\n| --- | --- |\n| Diagnose or repair a brief before generation | `flux-3-prompt-doctor` |\n| Write a text-to-video prompt for a new shot | `flux-3-cinematic-inserts` |\n| Build from supplied images or video | `flux-3-keyframes-continuation` |\n| Direct dialogue, voiceover, ambience, effects, or music | `flux-3-audio-dialogue` |\n| Give a shot a period or archival look | `flux-3-archival-formats` |\n| Submi",
  "cost": {
    "context_tokens": 448
  }
}

Fetch it by URL: GET /api/v1/registry/black-forest-labs-skills-flux-3-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.