技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 8 · 5.9k · 73 current installs · 76 all-time installs
⭐ 8
安装量(当前) 76
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:am-will/remotion-best-practices
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
This is an instruction-only, documentation-style skill with Remotion best-practices and example React/TSX snippets; its files and instructions are coherent with the stated purpose and it does not request secrets or install arbitrary code.
目的
The name/description (Remotion best practices) matches the content: many markdown rules and example TSX components covering Remotion, Three.js, Mediabunny, fonts, captions, etc. Required env vars/binaries/config paths are none — consistent for a documentation skill. Example mentions of packages (e.g., @remotion/three, @remotion/media, mediabunny) are expected for Remotion guidance.
说明范围
SKILL.md simply points to the rule files and instructs the agent to use the rules when dealing with Remotion code — appropriate for a guidance skill. The rule files include code examples that call fetch() and reference remote URLs (e.g., remotion.media, api.example.com) and Mediabunny APIs; these are example usage patterns, not instructions for the skill agent to exfiltrate data. Note: some examples include nonstandard/odd syntax (e.g., 'using…
安装机制
No install spec — instruction-only skill. This minimizes installation risk; the files are plain markdown and example code. The skill does not download or extract remote archives or create binaries.
证书
The skill declares no required environment variables, credentials, or config paths. The content references installing typical Remotion/npm packages, but does not request unrelated secrets or credentials.
持久
always:false and no special privileges requested. The skill does not modify other skills or system settings; autonomous model invocation is allowed (default) but not combined with other concerning behaviors.
综合结论
This skill is documentation and example code for Remotion and appears coherent with its stated purpose. Before using the code: 1) review and test the TSX examples (some snippets use nonstandard 'using' notation or pseudo-code that may need edits), 2) be aware examples show network fetches and remote URLs — only fetch from trusted endpoints, and sanitize any user-supplied URLs, and 3) when you install the npm packages the examples reference, pr…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Remotion Best Practices」。简介:Best practices for Remotion - Video creation in React。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/am-will/remotion-best-practices/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: remotion-best-practices
description: Best practices for Remotion - Video creation in React
metadata:
tags: remotion, video, react, animation, composition
---
## 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](rules/3d.md) - 3D content in Remotion using Three.js and React Three Fiber
- [rules/animations.md](rules/animations.md) - Fundamental animation skills for Remotion
- [rules/assets.md](rules/assets.md) - Importing images, videos, audio, and fonts into Remotion
- [rules/audio.md](rules/audio.md) - Using audio and sound in Remotion - importing, trimming, volume, speed, pitch
- [rules/calculate-metadata.md](rules/calculate-metadata.md) - Dynamically set composition duration, dimensions, and props
- [rules/can-decode.md](rules/can-decode.md) - Check if a video can be decoded by the browser using Mediabunny
- [rules/charts.md](rules/charts.md) - Chart and data visualization patterns for Remotion
- [rules/compositions.md](rules/compositions.md) - Defining compositions, stills, folders, default props and dynamic metadata
- [rules/display-captions.md](rules/display-captions.md) - Displaying captions in Remotion with TikTok-style pages and word highlighting
- [rules/extract-frames.md](rules/extract-frames.md) - Extract frames from videos at specific timestamps using Mediabunny
- [rules/fonts.md](rules/fonts.md) - Loading Google Fonts and local fonts in Remotion
- [rules/get-audio-duration.md](rules/get-audio-duration.md) - Getting the duration of an audio file in seconds with Mediabunny
- [rules/get-video-dimensions.md](rules/get-video-dimensions.md) - Getting the width and height of a video file with Mediabunny
- [rules/get-video-duration.md](rules/get-video-duration.md) - Getting the duration of a video file in seconds with Mediabunny
- [rules/gifs.md](rules/gifs.md) - Displaying GIFs synchronized with Remotion's timeline
- [rules/images.md](rules/images.md) - Embedding images in Remotion using the Img component
- [rules/import-srt-captions.md](rules/import-srt-captions.md) - Importing .srt subtitle files into Remotion using @remotion/captions
- [rules/lottie.md](rules/lottie.md) - Embedding Lottie animations in Remotion
- [rules/measuring-dom-nodes.md](rules/measuring-dom-nodes.md) - Measuring DOM element dimensions in Remotion
- [rules/measuring-text.md](rules/measuring-text.md) - Measuring text dimensions, fitting text to containers, and checking overflow
- [rules/sequencing.md](rules/sequencing.md) - Sequencing patterns for Remotion - delay, trim, limit duration of items
- [rules/tailwind.md](rules/tailwind.md) - Using TailwindCSS in Remotion
- [rules/text-animations.md](rules/text-animations.md) - Typography and text animation patterns for Remotion
- [rules/timing.md](rules/timing.md) - Interpolation curves in Remotion - linear, easing, spring animations
- [rules/transcribe-captions.md](rules/transcribe-captions.md) - Transcribing audio to generate captions in Remotion
- [rules/transitions.md](rules/transitions.md) - Scene transition patterns for Remotion
- [rules/trimming.md](rules/trimming.md) - Trimming patterns for Remotion - cut the beginning or end of animations
- [rules/videos.md](rules/videos.md) - Embedding videos in Remotion - trimming, volume, speed, looping, pitch