best-practices

v1.0.0

Best practices for Remotion - Video creation in React

0· 89·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 modestyrichards/modesty-best-practices.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "best-practices" (modestyrichards/modesty-best-practices) from ClawHub.
Skill page: https://clawhub.ai/modestyrichards/modesty-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 modesty-best-practices

ClawHub CLI

Package manager switcher

npx clawhub@latest install modesty-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
Name/description match the provided content: many Remotion-focused rule files and example React/TSX components. Required env, binaries, and config paths are empty — appropriate for a docs/examples skill.
Instruction Scope
SKILL.md and rule files stay on-topic (how to use Remotion, mediabunny, @remotion/* packages). A few examples show fetching remote URLs (e.g., fetch in calculate-metadata, examples pointing to https://remotion.media) and suggest adding Remotion-related packages — expected for live examples but worth noting if you plan to execute them (they may fetch external resources).
Install Mechanism
No install spec — instruction-only skill. Example commands suggest adding Remotion packages via npx/yarn/pnpm which is standard and not surprising.
Credentials
The skill requests no environment variables, credentials, or config paths. Example code uses external URLs and third-party libs (mediabunny, @remotion/*) but does not ask for secrets.
Persistence & Privilege
always:false and user-invocable; the skill does not request elevated or permanent presence and does not modify other skills or system configs.
Assessment
This package is documentation and example code for Remotion — generally safe to read. Before running any examples: inspect the code (it contains fetch() calls to example URLs and references third-party libraries like mediabunny and @remotion/*), verify you trust those packages and endpoints, and run installs/execs in a sandboxed environment. Because the source/homepage is unknown, prefer to copy examples into your own project rather than running any provided scripts blindly, and check package licenses and registry sources before adding dependencies.

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

aivk970z9dq3rsvk9yna6tvc5t2nh858fnhlatestvk970z9dq3rsvk9yna6tvc5t2nh858fnh
89downloads
0stars
1versions
Updated 6d ago
v1.0.0
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...