← Back to Skills Marketplace
flareglobaltechnologies-dotcom

Remotion Best Practices

by flareglobaltechnologies-dotcom · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
247
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install remotion-2
Description
Best practices for Remotion - Video creation in React
Usage Guidance
What to consider before installing: - The skill itself appears to be documentation and code samples for Remotion and is coherent with its stated purpose. It does not request credentials or install any binaries. - A warning: SKILL.md contains unicode control/zero-width characters detected by the scanner. These characters are uncommon in plain documentation and can hide or obfuscate instructions (a prompt-injection technique). Open the SKILL.md in a hex/viewer or run a tool to reveal control characters (e.g., cat -v SKILL.md, or view with an editor that shows invisible characters). If you see unexpected hidden text, contact the publisher or remove the characters. - Many examples reference external services (Mediabunny, ElevenLabs, remotion.media, api.example.com). Using those examples in your environment may require API keys or will cause network requests; do not provide secrets to the skill itself unless you understand where they are used. - Because the skill can be invoked by the agent autonomously (default), avoid enabling automatic runs that might follow examples against external URLs or user data until you have reviewed the files. If you plan to allow autonomous invocation, prefer turning that off or restricting what the agent can do until you confirm there's no obfuscated content. Actions you can take: - Inspect SKILL.md and the rule files for hidden/zero-width characters (cat -v, od -c, or an editor that shows invisibles). - Search for any code that performs fetch()/network calls or reads local files and confirm those calls are intentional and safe. - If you plan to use voiceover or TTS examples, provision API keys only in a secure place and never paste secrets into a skill that you haven't fully audited. Given the hidden-character finding, treat this skill as 'suspicious' until the SKILL.md is inspected and any hidden content is explained or removed.
Capability Analysis
Type: OpenClaw Skill Name: remotion-2 Version: 0.1.0 The skill bundle provides legitimate and extensive documentation for Remotion video development but is classified as suspicious because it instructs the AI agent to perform several high-risk operations. Specifically, it directs the agent to execute shell commands for dependency management and video processing (e.g., 'bunx remotion ffmpeg' in rules/ffmpeg.md) and provides scripts that download and install external binaries (e.g., 'installWhisperCpp' in rules/transcribe-captions.md). While these capabilities are plausibly needed for the stated purpose of video production and involve legitimate domains like elevenlabs.io and remotion.media, they represent a significant functional surface for potential exploitation.
Capability Assessment
Purpose & Capability
Name, description, and included files all match: this is a documentation / best-practices skill for Remotion. The code samples and rule files (animations, assets, ffmpeg, mediabunny examples, etc.) are relevant to the stated purpose. The skill does not declare unrelated binaries, env vars, or config paths.
Instruction Scope
SKILL.md and the rule files are instruction-only and mainly provide coding examples and guidance. However the pre-scan detected unicode-control-chars in SKILL.md — control/zero-width characters can be used to hide or obfuscate text and are a common prompt-injection vector. Additionally, some example rules show fetch() calls and references to third‑party services (e.g., ElevenLabs, Mediabunny) — those are expected for documentation but could cause the agent to reach external endpoints if the agent followed examples literally. Review SKILL.md and rule files for hidden characters and any instructions that ask the agent to fetch or transmit your local data or secrets.
Install Mechanism
No install spec is provided; this is an instruction-only skill with bundled documentation and example source files. Nothing will be downloaded or written by an installer, which is the lowest-risk install profile.
Credentials
The registry metadata declares no required environment variables or credentials (none required). That is consistent with documentation-only content. Be aware, however, that some examples reference third-party services (e.g., ElevenLabs TTS, Mediabunny) which in real usage typically require API keys or credentials — those are not requested here, so if you later follow examples you may need to supply secrets to those services outside the skill. The skill itself does not request broad credentials.
Persistence & Privilege
The skill is not always-enabled (always: false) and is user-invocable. disable-model-invocation is false (normal). The skill does not request or claim persistent system-wide privileges or to modify other skills. Autonomous invocation is allowed by default; combined with the prompt-injection signal this increases the risk surface and is why caution is recommended.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remotion-2
  3. After installation, invoke the skill by name or use /remotion-2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Remotion Best Practices skill. - Provides domain-specific guidance for Remotion, video creation in React. - Outlines when to use this skill and how to access detailed rules. - Includes links to individual rule files covering topics like animation, assets, audio, subtitles, trimming, transitions, AI voiceover, maps, and more. - Offers direction for working with FFmpeg, captions, audio visualization, and sound effects in Remotion projects.
Metadata
Slug remotion-2
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Remotion Best Practices?

Best practices for Remotion - Video creation in React. It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.

How do I install Remotion Best Practices?

Run "/install remotion-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Remotion Best Practices free?

Yes, Remotion Best Practices is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Remotion Best Practices support?

Remotion Best Practices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Remotion Best Practices?

It is built and maintained by flareglobaltechnologies-dotcom (@flareglobaltechnologies-dotcom); the current version is v0.1.0.

💬 Comments