30x-web-to-video 1.0.1 → 1.0.2
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 +1 -1
- package/skill/SKILL.md +1 -1
- package/skill/references/AGENTS.md +1 -1
- package/skill/scripts/AGENTS.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "30x-web-to-video",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "One URL in, an agency-grade brand launch video out. Harvests the site, scaffolds a Remotion project, and hands Claude Code a battle-tested taste codex (10-brand validated) to design the five acts.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
package/skill/SKILL.md
CHANGED
|
@@ -171,7 +171,7 @@ Four evidence-based QC gates run inside this workflow — Asset Audit (Step 2.5)
|
|
|
171
171
|
**CLAUDE runs this, not the user.** When a user gives you a brand URL, immediately invoke the orchestrator via the Bash tool. Do NOT paste the command and ask the user to run it. Do NOT manually scaffold. Do NOT manually scrape. The orchestrator handles preflight (tool install), scaffold copying, brand harvesting, evidence scoring, mode selection, scene constitution, theme generation, beat-sync, and visual-audit — all in one command.
|
|
172
172
|
|
|
173
173
|
```bash
|
|
174
|
-
npx tsx
|
|
174
|
+
npx tsx <installed-skill-dir>/scripts/url-to-video.ts <brand-url> --out ./<brand-name>-launch-video --yes
|
|
175
175
|
```
|
|
176
176
|
|
|
177
177
|
- `<brand-url>`: the actual URL (e.g. `https://stripe.com`)
|
package/skill/scripts/AGENTS.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# scripts/
|
|
2
|
-
> L2 | 父级: [
|
|
2
|
+
> L2 | 父级: [../AGENTS.md](../AGENTS.md)
|
|
3
3
|
|
|
4
4
|
成员清单
|
|
5
5
|
beat-sync.ts: BGM 节拍检测与默认切点建议,输出 `beat-map.json`,给 TransitionSeries 对齐节奏。
|