arca-marketing-video 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arca-marketing-video",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Brand-driven short-form marketing content kit: four installable Claude Code skills (carousel generator, storyboard prompt, video prompt, shorts editor) plus a shared brand profile and assets. Run `npx arca-marketing-video` to install them into .claude/skills.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"skill",
|
|
@@ -700,7 +700,11 @@ The grid:
|
|
|
700
700
|
edge-to-edge or with a thin uniform gutter, so every frame crops out cleanly on its own.
|
|
701
701
|
- Frames in beat order (frame 1 = top-left). Each frame is a different moment (the 9 beats below).
|
|
702
702
|
- Render the frames in the chosen VIDEO TYPE's look (UGC phone-shot by default — raw, imperfect,
|
|
703
|
-
human per Phases 6 and 9; cinematic / animation / product film per the declared type).
|
|
703
|
+
human per Phases 6 and 9; cinematic / animation / product film per the declared type). For UGC, the
|
|
704
|
+
frames must read like stills grabbed from a phone video, NOT stock/AI photos — apply Phases 6 & 9
|
|
705
|
+
(real skin texture, non-model casting, mixed practical light, off-center handheld framing, lived-in
|
|
706
|
+
clutter); avoid even studio light, model-perfect symmetric faces, plastic skin, and staged centering.
|
|
707
|
+
(`video-prompt` reuses these frames as start frames, so the realism has to start here.)
|
|
704
708
|
|
|
705
709
|
The frames must contain NO:
|
|
706
710
|
- panel numbers, labels, titles, or letters
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: video-prompt
|
|
3
|
-
description: Use when turning a storyboard into a finished vertical short-form video of any type (UGC, cinematic / movie-trailer, animation, product film, etc.). Handles both photographic storyboards (clean and use as start frames) and schematic / annotated plans (do NOT upscale 1:1 — rebuild patterned to them using Wyren clips for live footage + HyperFrames for on-screen graphics). Drives the Wyren MCP — picks image/video models and resolutions, optimizes the TikTok first 5 seconds, and keeps character faces consistent across shots. Triggers on "make the video from this storyboard", "generate the short", "render the clips". Part of the arca-marketing-video kit.
|
|
3
|
+
description: Use when turning a storyboard into a finished vertical short-form video of any type (UGC, cinematic / movie-trailer, animation, product film, etc.). Handles both photographic storyboards (clean and use as start frames) and schematic / annotated plans (do NOT upscale 1:1 — rebuild patterned to them using Wyren clips for live footage + HyperFrames for on-screen graphics). Drives the Wyren MCP — picks image/video models and resolutions, forces phone-camera realism on the start frames (so they don't look like stock/AI photos), generates multi-angle coverage so the edit can cut fast like real UGC, optimizes the TikTok first 5 seconds, and keeps character faces consistent across shots. Triggers on "make the video from this storyboard", "generate the short", "render the clips". Part of the arca-marketing-video kit.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Video Prompt
|
|
@@ -115,6 +115,29 @@ Step A — produce a start frame per shot (image model, `imageAI` node):
|
|
|
115
115
|
for that shot from the character profile + the panel's brief (scene, action, framing), so the frame
|
|
116
116
|
is real-looking footage, not a redraw of the mockup. The panel's mock UI becomes a HyperFrames
|
|
117
117
|
overlay later, not part of this start frame.
|
|
118
|
+
|
|
119
|
+
PHONE-CAMERA REALISM FOR START FRAMES (UGC types — non-negotiable)
|
|
120
|
+
The #1 failure mode is a start frame that looks like a polished STOCK PHOTO or AI render (even soft
|
|
121
|
+
studio light, model-perfect symmetric faces, plastic skin, centered staged composition, sterile clean
|
|
122
|
+
room). The video model inherits the start frame's look, so a stock-looking frame produces a stock-
|
|
123
|
+
looking clip. Fix it at the frame.
|
|
124
|
+
- Apply the SAME proven realism rules this skill already specifies for the footage — PHONE-SHOT VISUAL
|
|
125
|
+
STYLE, CHARACTER REALISM, FRAMING, LIGHTING, and DEPTH OF FIELD (all below) — to the START FRAME
|
|
126
|
+
too. The frame is a paused still from that same casual phone video, NOT a separate photo shoot. In
|
|
127
|
+
particular reuse: natural skin texture / pores / asymmetry, non-model casting, candid mid-action
|
|
128
|
+
expression (CHARACTER REALISM); mixed practical light, uneven exposure, blown-out window, mild
|
|
129
|
+
noise (LIGHTING); off-center imperfect handheld framing (FRAMING); normal phone depth of field, no
|
|
130
|
+
creamy bokeh (DEPTH OF FIELD); real lived-in clutter (ENVIRONMENT).
|
|
131
|
+
- Add explicit phone-camera tokens to the image prompt: "shot on an iPhone, candid vertical phone
|
|
132
|
+
snapshot, amateur, mild phone HDR, slight grain, imperfect framing."
|
|
133
|
+
- Always include a negative prompt: stock photo, AI render, 3D render, glossy, airbrushed, retouched,
|
|
134
|
+
model, supermodel, perfect skin, symmetrical, studio lighting, softbox, beauty lighting, creamy
|
|
135
|
+
bokeh, shallow depth of field, hyperdetailed, 8k, cinematic, magazine, advertisement, clean, sterile,
|
|
136
|
+
staged.
|
|
137
|
+
- Applies whether you upscale a photo (path A) or design a fresh frame (path B). If the source/look is
|
|
138
|
+
already stock-ish (the common failure), explicitly degrade it toward phone realism — grain, uneven
|
|
139
|
+
light, candid expression, off-center framing — BEFORE generating the clip. (NON-UGC types: follow
|
|
140
|
+
that type's craft instead — this phone-realism bar is for UGC.)
|
|
118
141
|
- **Keep the face.** When upscaling/cleaning with the image model, instruct it to PRESERVE the
|
|
119
142
|
existing person's identity — same face, hair, age, build, and wardrobe — and only improve quality
|
|
120
143
|
(sharpen, denoise, fix artifacts). Do not let it redraw or beautify into a different face. Use an
|
|
@@ -343,6 +366,33 @@ Avoid:
|
|
|
343
366
|
Every shot should answer:
|
|
344
367
|
“Why would someone keep watching right now?”
|
|
345
368
|
|
|
369
|
+
FAST CUTS & MULTI-ANGLE COVERAGE (the UGC editing engine)
|
|
370
|
+
|
|
371
|
+
A single continuous clip per beat reads as a slow AI ad. Real engaging TikTok/Reels UGC is CUT FAST
|
|
372
|
+
and constantly SWITCHES ANGLE and shot size. This operationalizes the "new beat every 2–4s" rule and
|
|
373
|
+
the CAMERA RULES + TRANSITIONS sections below for GENERATION — and it overrides the one-shot-per-panel
|
|
374
|
+
default in SHOT-BY-SHOT EXECUTION: a storyboard panel is a BEAT, usually several shots, not one clip.
|
|
375
|
+
You cannot cut between angles you never generated.
|
|
376
|
+
|
|
377
|
+
Rules:
|
|
378
|
+
- Cut roughly every 1–2.5s. No talking shot holds longer than ~3s without a cut, angle change, or
|
|
379
|
+
reframe. The whole video should feel like many short shots, not a few long ones.
|
|
380
|
+
- Cover each beat from MULTIPLE angles / shot sizes, then cut between them. Generate 2–3 variations per
|
|
381
|
+
beat drawn from the FRAMING + CAMERA move set: wide/establishing → medium close-up → tight close-up →
|
|
382
|
+
over-the-shoulder → desk-level POV → reaction insert. Vary framing on EVERY cut (never two same-size
|
|
383
|
+
shots back to back).
|
|
384
|
+
- Use the video model's multishot where available (Kling V3 multiShot up to 6 shots) to get angle
|
|
385
|
+
changes inside one generation; otherwise generate several short clips per beat with different framings
|
|
386
|
+
and assemble them.
|
|
387
|
+
- Intercut B-roll / insert shots between talking shots — hands on the keyboard, the screen, the paper
|
|
388
|
+
packet, a face reaction, an object. These inserts let you cut on every sentence and hide jumps.
|
|
389
|
+
- Punctuate with the proven TRANSITIONS vocabulary (jump cuts, reaction cuts, quick whip-pans, match
|
|
390
|
+
cuts, camera repositioning) and snap zooms / handheld punch-ins — never slow dissolves or cinematic moves.
|
|
391
|
+
- Keep continuity locked across the angle changes (same person/face, wardrobe, set, lighting) via the
|
|
392
|
+
character profile — fast cuts must not become a different person.
|
|
393
|
+
- The actual cutting/assembly is finished in the editor (`shorts-editor` skill): generate enough angle
|
|
394
|
+
coverage here so that stage can cut fast. Hand it one long clip per beat and it cannot.
|
|
395
|
+
|
|
346
396
|
PHONE-SHOT VISUAL STYLE
|
|
347
397
|
|
|
348
398
|
SCOPE: this section (and the CAMERA / FRAMING / LIGHTING / DEPTH OF FIELD / CHARACTER REALISM /
|
|
@@ -811,7 +861,8 @@ Avoid:
|
|
|
811
861
|
|
|
812
862
|
SHOT-BY-SHOT EXECUTION
|
|
813
863
|
|
|
814
|
-
|
|
864
|
+
Each storyboard panel is a BEAT — realize it as several short shots from different angles, not one
|
|
865
|
+
held clip (see FAST CUTS & MULTI-ANGLE COVERAGE). For each panel:
|
|
815
866
|
|
|
816
867
|
- preserve the main action
|
|
817
868
|
- preserve the emotional beat
|