← 返回 Skills 市场
flareglobaltechnologies-dotcom

Remotion Best Practices

作者 flareglobaltechnologies-dotcom · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
247
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install remotion-2
功能描述
Best practices for Remotion - Video creation in React
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install remotion-2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /remotion-2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug remotion-2
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Remotion Best Practices 是什么?

Best practices for Remotion - Video creation in React. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Remotion Best Practices?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install remotion-2」即可一键安装,无需额外配置。

Remotion Best Practices 是免费的吗?

是的,Remotion Best Practices 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Remotion Best Practices 支持哪些平台?

Remotion Best Practices 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Remotion Best Practices?

由 flareglobaltechnologies-dotcom(@flareglobaltechnologies-dotcom)开发并维护,当前版本 v0.1.0。

💬 留言讨论