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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "30x-web-to-video",
3
- "version": "1.0.1",
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 /Users/nora/.claude/skills/remotion-video/scripts/url-to-video.ts <brand-url> --out ./<brand-name>-launch-video --yes
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`)
@@ -1,5 +1,5 @@
1
1
  # references/
2
- > L2 | 父级: [/Users/nora/Desktop/Hackthon/remotion-video-skill/AGENTS.md](/Users/nora/Desktop/Hackthon/remotion-video-skill/AGENTS.md)
2
+ > L2 | 父级: [../AGENTS.md](../AGENTS.md)
3
3
 
4
4
  成员清单
5
5
  animations.md: 文本、路径、进入退出等动画配方与代码片段,给场景实现提供可复用动作语汇。
@@ -1,5 +1,5 @@
1
1
  # scripts/
2
- > L2 | 父级: [/Users/nora/Desktop/Hackthon/remotion-video-skill/AGENTS.md](/Users/nora/Desktop/Hackthon/remotion-video-skill/AGENTS.md)
2
+ > L2 | 父级: [../AGENTS.md](../AGENTS.md)
3
3
 
4
4
  成员清单
5
5
  beat-sync.ts: BGM 节拍检测与默认切点建议,输出 `beat-map.json`,给 TransitionSeries 对齐节奏。