← 返回 Skills 市场
86
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install jx-best-practices
功能描述
Best practices for Remotion - Video creation in React
使用说明 (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:
- rules/3d.md - 3D content in Remotion using Three.js and React Three Fiber
- rules/animations.md - Fundamental animation skills for Remotion
- rules/assets.md - Importing images, videos, audio, and fonts into Remotion
- rules/audio.md - Using audio and sound in Remotion - importing, trimming, volume, speed, pitch
- rules/calculate-metadata.md - Dynamically set composition duration, dimensions, and props
- rules/can-decode.md - Check if a video can be decoded by the browser using Mediabunny
- rules/charts.md - Chart and data visualization patterns for Remotion
- rules/compositions.md - Defining compositions, stills, folders, default props and dynamic metadata
- rules/display-captions.md - Displaying captions in Remotion with TikTok-style pages and word highlighting
- rules/extract-frames.md - Extract frames from videos at specific timestamps using Mediabunny
- rules/fonts.md - Loading Google Fonts and local fonts in Remotion
- rules/get-audio-duration.md - Getting the duration of an audio file in seconds with Mediabunny
- rules/get-video-dimensions.md - Getting the width and height of a video file with Mediabunny
- rules/get-video-duration.md - Getting the duration of a video file in seconds with Mediabunny
- rules/gifs.md - Displaying GIFs synchronized with Remotion's timeline
- rules/images.md - Embedding images in Remotion using the Img component
- rules/import-srt-captions.md - Importing .srt subtitle files into Remotion using @remotion/captions
- rules/lottie.md - Embedding Lottie animations in Remotion
- rules/measuring-dom-nodes.md - Measuring DOM element dimensions in Remotion
- rules/measuring-text.md - Measuring text dimensions, fitting text to containers, and checking overflow
- rules/sequencing.md - Sequencing patterns for Remotion - delay, trim, limit duration of items
- rules/tailwind.md - Using TailwindCSS in Remotion
- rules/text-animations.md - Typography and text animation patterns for Remotion
- rules/timing.md - Interpolation curves in Remotion - linear, easing, spring animations
- rules/transcribe-captions.md - Transcribing audio to generate captions in Remotion
- rules/transitions.md - Scene transition patterns for Remotion
- rules/trimming.md - Trimming patterns for Remotion - cut the beginning or end of animations
- rules/videos.md - Embedding videos in Remotion - trimming, volume, speed, looping, pitch
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: jx-best-practices
Version: 1.0.2
The skill bundle provides a comprehensive set of best practices and code examples for Remotion, a React-based video creation framework. The files consist of standard React components and Markdown documentation covering animations, asset management, and metadata calculation. While rules/transcribe-captions.md suggests using a third-party service (SkillBoss AI) for transcription, the provided code snippet is transparent, uses environment variables for secrets, and aligns with the stated functional purpose of the skill without any evidence of malicious intent or data exfiltration.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jx-best-practices - 安装完成后,直接呼叫该 Skill 的名称或使用
/jx-best-practices触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated content in rules/transcribe-captions.md.
- No changes to core logic or functionality.
v1.0.0
Initial release with a comprehensive set of Remotion best practices:
- Covers fundamental topics: animations, video, audio, captions, fonts, and compositions.
- Includes guides for advanced workflows: 3D content, Lottie, GIFs, TailwindCSS, and charts.
- Provides instructions for dynamic metadata, sequencing, and transitions.
- Offers integration advice with Mediabunny and @remotion/captions.
- Rule-based format with links to in-depth explanations and code examples.
元数据
常见问题
best-practices 是什么?
Best practices for Remotion - Video creation in React. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 best-practices?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jx-best-practices」即可一键安装,无需额外配置。
best-practices 是免费的吗?
是的,best-practices 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
best-practices 支持哪些平台?
best-practices 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 best-practices?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.2。
推荐 Skills