best-practices

v1.0.2

Best practices for Remotion - Video creation in React

0· 92·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kirkraman/jx-best-practices.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "best-practices" (kirkraman/jx-best-practices) from ClawHub.
Skill page: https://clawhub.ai/kirkraman/jx-best-practices
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install jx-best-practices

ClawHub CLI

Package manager switcher

npx clawhub@latest install jx-best-practices
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the provided files: markdown rules and example TSX components about Remotion (assets, animations, captions, mediabunny usage, etc.). No unrelated binaries, credentials, or configuration paths are requested.
Instruction Scope
SKILL.md simply points to rule files and examples. The rule files contain code samples that reference Remotion packages and remote assets (e.g., mediabunny, remotion.media, example APIs) which is consistent with a best-practices guide. There are no instructions to read unrelated system files, harvest environment variables, or transmit arbitrary local data.
Install Mechanism
No install spec is provided (instruction-only skill). Example code recommends installing standard Remotion-related packages, which is expected. Nothing is downloaded or executed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. Example snippets call fetch to external URLs for legitimate tasks (fetching metadata, media, fonts), but do not request secrets.
Persistence & Privilege
Skill is user-invocable, not always-enabled, and does not request elevated persistent privileges or modify other skills or system configuration.
Assessment
This is a documentation/instruction skill that contains many copy-pasteable code examples for Remotion. It's low-risk: it doesn't request credentials or install anything. Before copying examples into a real project, review referenced external URLs and packages (e.g., mediabunny, remotion media URLs, example API endpoints), install only the packages you trust, and avoid pasting any code that fetches or posts to third-party endpoints with sensitive tokens. If you plan to run code that fetches remote media, ensure the endpoints are trusted and do not embed secrets in props or fetch URLs.

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

aivk975pjrhm5wqh20018g6mmmq6s8563wdlatestvk975pjrhm5wqh20018g6mmmq6s8563wd
92downloads
0stars
2versions
Updated 1w ago
v1.0.2
MIT-0

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:

Comments

Loading comments...