.claude/skills/remotion-to-hyperframesRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Translate an existing Remotion (React-based) video composition into a HyperFrames HTML composition. Use ONLY when the user explicitly asks to port, convert,...
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/remotion-to-hyperframesRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/remotion-to-hyperframesRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/remotion-to-hyperframesRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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 @lucas-kay8/remotion-to-hyperframesclawhub inspect @lucas-kay8/remotion-to-hyperframes --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:bacac5b9ecd929c91fb5e451ab2a3d59336b8e8247fa8d12a457721a0a8c7c64assets/test-corpus/run.shassets/test-corpus/tier-1-title-card/expected.jsonassets/test-corpus/tier-1-title-card/hf-src/index.htmlassets/test-corpus/tier-1-title-card/README.mdassets/test-corpus/tier-1-title-card/remotion-src/package.jsonassets/test-corpus/tier-1-title-card/remotion-src/remotion.config.tsassets/test-corpus/tier-1-title-card/remotion-src/src/index.tsassets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsxassets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsxassets/test-corpus/tier-1-title-card/remotion-src/tsconfig.jsonassets/test-corpus/tier-2-multi-scene/expected.jsonassets/test-corpus/tier-2-multi-scene/hf-src/index.htmlassets/test-corpus/tier-2-multi-scene/README.mdassets/test-corpus/tier-2-multi-scene/remotion-src/package.jsonassets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.tsassets/test-corpus/tier-2-multi-scene/remotion-src/src/index.tsassets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsxassets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsxassets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.jsonassets/test-corpus/tier-2-multi-scene/setup.shassets/test-corpus/tier-3-data-driven/expected.jsonassets/test-corpus/tier-3-data-driven/hf-src/index.htmlassets/test-corpus/tier-3-data-driven/README.mdassets/test-corpus/tier-3-data-driven/remotion-src/package.jsonassets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.tsassets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsxassets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsxassets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsxassets/test-corpus/tier-3-data-driven/remotion-src/src/index.tsassets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsxInitial release of remotion-to-hyperframes. - Translate Remotion (React-based) video compositions into HyperFrames HTML compositions when explicitly requested. - Automatically detects patterns unsupported by HyperFrames (e.g., useState, side-effect hooks, async functions, third-party UI libraries) and recommends the runtime interop pattern instead of generating lossy translations. - Provides a workflow for linting source, planning API mapping, translating, validating fidelity via automated SSIM comparison, and documenting translation gaps. - Excludes use cases where users are building new HyperFrames compositions or referencing Remotion code without explicit migration intent. - Ships with a tiered test corpus to rigorously evaluate translation accuracy.