t0ugh/plotloom · Archived

plotloom-video-adapter

>- Submits Plotloom clip prompts to fake or real video adapters and records candidate outputs. Use when the user asks to generate a candidate mp4, run fake adapter, run Dreamina/即梦, submit a clip, poll a queued submit_id, or turn `video-prompts.md` / `video-prompts-en.md` into `episodes/epXXX/videos/clip-YY/candidates/vNNN.mp4`.

First seen Apr 30, 2026

Installation

$ npx skills add t0ugh/plotloom --skill plotloom-video-adapter

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from t0ugh/plotloom.

npx skills add t0ugh/plotloom

Browse all from t0ugh/plotloom

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,513 B
  • docs SUMMARY.md 361 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 11 installs

SKILL.md

Plotloom Video Adapter

When to Use

Use when episodes/epXXX/video-prompts.md or video-prompts-en.md exists and a clip candidate should be produced or queried.

Inputs

  • video-prompts.md / video-prompts-en.md
  • Target clip id such as clip-01
  • Adapter choice: fake adapter by default; Dreamina only for explicit real generation.

Outputs

  • episodes/epXXX/videos/clip-YY/candidates/vNNN.mp4
  • If queueing, a human-readable queue note near the clip folder containing submit_id, status, adapter, and next query command.

Read These Resources When...

  • Read references/fake-adapter.md for contract tests and no-quota dry runs.
  • Read references/dreamina-cli.md before any real Dreamina/即梦 submission or polling.
  • Use templates/adapter-request.md to record preflight, command, status, and handoff.

Workflow

  1. Read the prompt file and target clip id.
  2. Choose fake adapter by default for contract tests.
  3. Use Dreamina only when explicitly running real generation and preflight passes.
  4. Submit one candidate at a time.
  5. Save outputs to episodes/epXXX/videos/clip-YY/candidates/vNNN.mp4.
  6. If the provider queues, preserve submit_id in a visible note near the clip folder, not a hidden runtime DB.
  7. Hand off to plotloom-asset-selection after a candidate exists.

Adapter Rules

  • Fail fast on missing prompt, missing clip id, invalid output path, missing login, missing maestro, missing quota, or provider error.
  • Fake adapter proves file-path contracts and ffmpeg compatibility; it does not prove creative quality.
  • Dreamina requires host pre-authentication. The adapter must not automate OAuth, store credentials, or copy tokens.
  • Do not create a Python runtime client in the skill; keep this as a prompt and command contract plus the plotloom CLI.
  • Do not batch-generate three candidates in MVP.

Reference Discipline

Reference handling is high risk. Do not assume that a local path written inside prompt prose is sent to the provider.

Before any image-to-video or reference-to-video submission:

  1. Identify the exact intended first frame and reference images for this clip only.
  2. Verify those files or asset://... ids are the actual request inputs, not just Markdown text.
  3. Reject ambiguous phrasing such as Use Image 1 unless the Image mapping has been programmatically resolved for the target clip.
  4. Record the submitted reference list in a visible receipt/handoff. If the CLI cannot show the actual refs, stop and add/patch the tool support before expensive generation.

For VolcEngine/Seedance identity work:

  • Full character sheets may trigger InputImageSensitiveContentDetected.PrivacyInformation.
  • Transparent face mesh, red topology, blur, or privacy mesh are not reliable bypasses.
  • Prefer provider-approved asset://... virtual face anchors for faces, plus face-blocked costume/body sheets for clothing and silhouette.
  • Treat asset://... as face-only. Hats, wardrobe, body type, props, and scene blocking still need text or non-sensitive visual refs.
  • Face consistency smoke tests should start with medium close-up, front-left 3/4 face, visible eyes, no deep hat shadow, face occupying about 25-35% of frame, and minimal action.

Batch Safety

For repeated candidate or asset generation, use a manifest/resume pattern: skip outputs that already exist unless --force is explicit, record per-item status, and continue after timeouts. Do not restart a batch from item 1 after one successful expensive generation.

Stop Conditions

Stop after candidate creation, queue note, or provider failure report. Do not select or stitch.

Next Skill Handoff

Use plotloom-asset-selection to review and accept/reroll the candidate.

Failure Modes

  • Fake adapter failure: check ffmpeg installation and output path.
  • Dreamina not logged in: run dreamina user_credit manually on the host.
  • Dreamina account not maestro: stop and report permission gap.
  • Queueing: record submit_id, status, and query command visibly.
  • Generation failed: preserve error and suggest prompt revision only if failure is prompt-related.