Real Skill packageSource verifiedClawHub registry

Remotion To Hyperframes

Translate an existing Remotion (React-based) video composition into a HyperFrames HTML composition. Use ONLY when the user explicitly asks to port, convert,...

Identity and source

Publisher attributionLucasLregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 55% rule confidence
Package forminstruction with code65 recorded files
Canonical sourceClawHub registryclawhub:lucas-kay8:remotion-to-hyperframes
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/18/2026.claude/skills/remotion-to-hyperframes

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/18/2026.agents/skills/remotion-to-hyperframes

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/18/2026skills/remotion-to-hyperframes

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 @lucas-kay8/remotion-to-hyperframes
clawhub inspect @lucas-kay8/remotion-to-hyperframes --version 1.0.0

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 / 65 inspected as text
Checked
8/18/2026, 1:55:39 AM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
7 dependency and API indicators
  • npm: @remotion/cli ^4.0.0
  • npm: react ^18.3.1
  • npm: react-dom ^18.3.1
  • npm: remotion ^4.0.0
  • npm: zod ^3.22.0
  • api: cdnjs.cloudflare.com
  • api: github.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/28/2026, 9:45:46 AM
Release binding
Matches this record
  • 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:bacac5b9ecd929c91fb5e451ab2a3d59336b8e8247fa8d12a457721a0a8c7c64
Show up to 30 recorded paths
  • assets/test-corpus/run.sh
  • assets/test-corpus/tier-1-title-card/expected.json
  • assets/test-corpus/tier-1-title-card/hf-src/index.html
  • assets/test-corpus/tier-1-title-card/README.md
  • assets/test-corpus/tier-1-title-card/remotion-src/package.json
  • assets/test-corpus/tier-1-title-card/remotion-src/remotion.config.ts
  • assets/test-corpus/tier-1-title-card/remotion-src/src/index.ts
  • assets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsx
  • assets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsx
  • assets/test-corpus/tier-1-title-card/remotion-src/tsconfig.json
  • assets/test-corpus/tier-2-multi-scene/expected.json
  • assets/test-corpus/tier-2-multi-scene/hf-src/index.html
  • assets/test-corpus/tier-2-multi-scene/README.md
  • assets/test-corpus/tier-2-multi-scene/remotion-src/package.json
  • assets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.ts
  • assets/test-corpus/tier-2-multi-scene/remotion-src/src/index.ts
  • assets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsx
  • assets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsx
  • assets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json
  • assets/test-corpus/tier-2-multi-scene/setup.sh
  • assets/test-corpus/tier-3-data-driven/expected.json
  • assets/test-corpus/tier-3-data-driven/hf-src/index.html
  • assets/test-corpus/tier-3-data-driven/README.md
  • assets/test-corpus/tier-3-data-driven/remotion-src/package.json
  • assets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.ts
  • assets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsx
  • assets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsx
  • assets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsx
  • assets/test-corpus/tier-3-data-driven/remotion-src/src/index.ts
  • assets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsx

Source changelog

Initial 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.