Real Skill packageSource verifiedClawHub registry

video by remotion

Automated video production studio using Remotion + React + TTS. Creates animated explainer videos from JSON content scripts through a make-driven pipeline: T...

Identity and source

Publisher attributionhzsunzixiangregistry owner unverified by skillvetai
Functional categoryVideo, Audio & Voiceautomatically inferred · 60% rule confidence
Package forminstruction with code54 recorded files
Canonical sourceClawHub registryclawhub:hzsunzixiang:remotion-video-studio
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/15/2026.claude/skills/remotion-video-studio

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/15/2026.agents/skills/remotion-video-studio

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/15/2026skills/remotion-video-studio

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @hzsunzixiang/remotion-video-studio
clawhub inspect @hzsunzixiang/remotion-video-studio --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
40 / 54 inspected as text
Checked
8/15/2026, 3:58:39 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
11 dependency and API indicators
  • npm: @remotion/bundler 4.0.448
  • npm: @remotion/captions 4.0.448
  • npm: @remotion/cli 4.0.448
  • npm: @remotion/media 4.0.448
  • npm: @remotion/renderer 4.0.448
  • npm: @remotion/transitions 4.0.448
  • npm: react ^18.3.1
  • npm: react-dom ^18.3.1
  • npm: remotion 4.0.448
  • pypi: edge-tts >=6.1.0
  • api: storage.googleapis.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
5/29/2026, 9:34:06 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:b6682992b0e010ba9d6b7ad926835274cdf19786663f4099a1ed914d5dca2c17
Show up to 30 recorded paths
  • assets/examples/fourier-transform/sceneMap.ts
  • assets/examples/fourier-transform/scenes/FourierScene01.tsx
  • assets/examples/fourier-transform/scenes/FourierScene02.tsx
  • assets/examples/fourier-transform/scenes/FourierScene03.tsx
  • assets/examples/fourier-transform/scenes/FourierScene04.tsx
  • assets/examples/fourier-transform/scenes/FourierScene05.tsx
  • assets/examples/fourier-transform/scenes/FourierScene06.tsx
  • assets/examples/fourier-transform/scenes/FourierScene07.tsx
  • assets/examples/fourier-transform/scenes/FourierScene08.tsx
  • assets/examples/fourier-transform/scenes/FourierScene09.tsx
  • assets/examples/fourier-transform/scenes/index.ts
  • assets/examples/fourier-transform/subtitles.json
  • assets/examples/README.md
  • assets/project-template/config/project-template.json
  • assets/project-template/content/subtitles-template.json
  • assets/project-template/content/subtitles.json
  • assets/project-template/Makefile.txt
  • assets/project-template/package.json
  • assets/project-template/requirements.txt
  • assets/project-template/scripts/pipeline.py
  • assets/project-template/scripts/tts_edge.py
  • assets/project-template/scripts/tts_qwen.py
  • assets/project-template/scripts/tts_utils.py
  • assets/project-template/src/components/animations/AnimatedBarChart.tsx
  • assets/project-template/src/components/animations/AnimatedLineChart.tsx
  • assets/project-template/src/components/animations/AnimatedPath.tsx
  • assets/project-template/src/components/animations/AnimatedPieChart.tsx
  • assets/project-template/src/components/animations/CoordinateSystem.tsx
  • assets/project-template/src/components/animations/CountUp.tsx
  • assets/project-template/src/components/animations/FadeIn.tsx

Source changelog

- Clarified the "make only" rule: all project operations must use `make` except for `init_project.py` during initial scaffolding. - Added a note explaining that the skill package stores files like `Makefile` as `Makefile.txt` and omits `.gitignore` for publishing compliance; these are restored by `init_project.py`. - No functional or code changes in this release; documentation improved for easier onboarding and clearer project initialization workflow.