Remotion

Best practices for Remotion - Video creation in React

MIT-0 · Free to use, modify, and redistribute. No attribution required.
6 · 5.3k · 73 current installs · 78 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Remotion best practices) match the included files: many rule documents and example React/Remotion components. Required binaries/env/configs are none, which is appropriate for a guidance/instruction skill that provides example code.
Instruction Scope
SKILL.md and rule files remain on-topic and describe Remotion patterns and example code. A few examples show fetching remote resources (e.g., calculateMetadata fetching props.dataUrl, use of mediabunny with UrlSource, loading Google Fonts, remote asset URLs). Network access to arbitrary URLs is consistent with the skill's purpose but means code snippets will perform external requests when copied/run; avoid passing secrets or private endpoints as props.
Install Mechanism
No install spec is provided (instruction-only plus example source files). That is the lowest-risk model — nothing is downloaded or written by the platform installer.
Credentials
The skill requests no environment variables, credentials, or config paths. Example code references third-party libraries (remotion packages, mediabunny, @remotion/google-fonts) which are appropriate for Remotion projects and do not imply secret access.
Persistence & Privilege
Skill is not always-enabled, does not request system persistence, and contains no instructions to modify other skills or system settings. Agent autonomous invocation is allowed (platform default) but not combined with other red flags.
Assessment
This package is a collection of Remotion best-practice documents and example components — its files are coherent with that purpose. There are no required credentials or installs. Important things to consider before using or copying the examples into a project: (1) Several examples perform network requests (fetching remote assets, calling APIs in calculateMetadata, mediabunny UrlSource, loading Google Fonts). Do not pass secrets, private endpoints, or credentials via composition props or URLs used by these examples. (2) The examples reference third-party packages (mediabunny, @remotion/*) which you will need to install in your project; review those packages separately. (3) As with any copied code, review and test examples in a safe environment before using in production. If you want a deeper check, provide any additional files/truncated files omitted here or confirm whether you plan to run these code examples inside an automated environment so I can highlight any runtime network/fetch behaviors to watch for.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.1
Download zip
latestvk975hmaq6zh88ph3n2yea5v0s57zmn7s

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

How to use

Read individual rule files for detailed explanations and code examples:

Files

32 total
Select a file
Select a file to preview.

Comments

Loading comments…