소스 정보
- 저장소
- exiao/skills
- 최근 소스 활동
- 2026년 5월 12일 16:11
- 감지된 SKILL.md 언어
- 영어
- 스타
- 37
- 포크
- 12
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/exiao/skills --skill remotion-videos명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | remotion-videos |
| description | Use when create animated marketing videos with Remotion (renders to MP4). |
Create animated videos using Remotion (React). Based on the official remotion-dev best practices plus Bloom-specific compositions.
Read the relevant rule file based on the task:
| Task | Rule File |
|---|---|
| Interpolation, easing, springs | references/rules/timing.md |
| Animations fundamentals | references/rules/animations.md |
| Text animations (typewriter, word-by-word, etc.) | references/rules/text-animations.md |
| Scene transitions (slide, fade, wipe, flip) | references/rules/transitions.md |
| Sequencing (delay, trim, limit duration) | references/rules/sequencing.md |
| Trimming (cut beginning/end) | references/rules/trimming.md |
| Task | Rule File |
|---|---|
| Images (Img component) | references/rules/images.md |
| Videos (embed, trim, volume, speed, loop) | references/rules/videos.md |
| Audio (import, trim, volume, speed, pitch) | references/rules/audio.md |
| Audio visualization (spectrum, waveforms) | references/rules/audio-visualization.md |
| GIFs synced to timeline | references/rules/gifs.md |
| Fonts (Google Fonts, local) | references/rules/fonts.md |
| Assets (importing images/videos/audio) | references/rules/assets.md |
| Task | Rule File |
|---|---|
| Generate captions (transcribe audio) | references/rules/transcribe-captions.md |
| Import SRT captions | references/rules/import-srt-captions.md |
| Display captions (animated subtitles) | references/rules/display-captions.md |
| Subtitles overview | references/rules/subtitles.md |
| AI voiceover (ElevenLabs TTS) | references/rules/voiceover.md |
| Task | Rule File |
|---|---|
| 3D content (Three.js / React Three Fiber) | references/rules/3d.md |
| Charts (bar, pie, line, stock) | references/rules/charts.md |
| Maps (Mapbox) | references/rules/maps.md |
| Lottie animations | references/rules/lottie.md |
| Light leak overlays | references/rules/light-leaks.md |
| Transparent video rendering | references/rules/transparent-videos.md |
| Task | Rule File |
|---|---|
| Compositions, stills, folders, default props | references/rules/compositions.md |
| Dynamic metadata (calculateMetadata) | references/rules/calculate-metadata.md |
| Parametrize with Zod schema | references/rules/parameters.md |
| TailwindCSS in Remotion | references/rules/tailwind.md |
| Measuring text (fit, overflow) | references/rules/measuring-text.md |
| Measuring DOM nodes | references/rules/measuring-dom-nodes.md |
| Task | Rule File |
|---|---|
| FFmpeg operations (trim, silence detection) | references/rules/ffmpeg.md |
| Extract frames from video | references/rules/extract-frames.md |
| Get video duration | references/rules/get-video-duration.md |
| Get video dimensions | references/rules/get-video-dimensions.md |
| Get audio duration | references/rules/get-audio-duration.md |
| Check if video can be decoded | references/rules/can-decode.md |
Pre-built animation components. Install: npm install remotion-bits
Key components: AnimatedText (word/character/line reveals), ParticleSystem (confetti, snow, fireflies), GradientTransition, Scene3D (3D camera moves), Typewriter, CodeBlock (syntax-highlighted typing).
See references/remotion-bits.md for full catalog and usage examples.
Project location: ~/clawd/remotion-videos/
remotion-videos/
├── src/
│ ├── Root.tsx # All compositions registered here
│ ├── ProductDemo.tsx # Main product demo component
│ ├── schema.ts # Zod schemas for props
│ ├── scenes/ # Individual scene components
│ │ ├── TerminalTyping.tsx
│ │ ├── FileScanning.tsx
│ │ ├── ScoreReveal.tsx
│ │ ├── ResultsSummary.tsx
│ │ └── TextOverlay.tsx
│ └── Composition.tsx
├── public/ # Static assets
├── out/ # Rendered output
├── remotion.config.ts
└── package.json
| ID | Size | Use Case |
|---|---|---|
ProductDemo | 1080x1080 | Twitter/Instagram square |
ProductDemoVertical | 1080x1920 | TikTok/Reels/Shorts vertical |
BloomDemo | 1080x1080 | Bloom-branded square |
BloomDemoVertical | 1080x1920 | Bloom-branded vertical |
All compositions: 15 seconds @ 30fps (450 frames).
{
command: string; // Terminal command shown typing
files: Array<{ // File list for scanning animation
name: string;
errors: number;
warnings: number;
}>;
score: number; // Score to reveal (0-maxScore)
maxScore: number; // Maximum score value
statusLabel: string; // e.g. "Critical", "Moderate Risk"
statusColor: string; // Hex color for status
resultLines: string[]; // Summary findings
title: string; // Video title text
logoText: string; // Brand/product name
}
If the video features the Bloom app UI, capture real screenshots first:
~/clawd/skills/phoneagent/SKILL.md)python scripts/capture_bloom_screenshots.py --feature <portfolio|stock_detail|watchlist> --output public/screenshots/<feature>staticFile("screenshots/<feature>/home.png")Falls back gracefully if bridge not running.
cd ~/clawd/remotion-videos
# Preview in browser (Remotion Studio)
npm run dev
# Render to MP4
npx remotion render ProductDemo out/product-demo.mp4
# Render vertical for TikTok
npx remotion render ProductDemoVertical out/product-demo-vertical.mp4
# Custom props
npx remotion render ProductDemo out/custom.mp4 --props='{"command":"my command","score":85}'
# Render as GIF
npx remotion render ProductDemo out/demo.gif --image-format=png --codec=gif
# Specific frame range
npx remotion render ProductDemo out/clip.mp4 --frames=0-150
src/scenes/src/src/schema.tssrc/Root.tsx with dimensions:
Always run QA after rendering:
python scripts/visual_qa.py out/video.mp4 "Your goal description"
# Or use the wrapper:
./scripts/render_and_verify.sh BloomDemo out/demo.mp4 "Goal here"
Fix any flagged issues and re-render. Don't deliver a video that fails QA.
SOC 직업 분류 기준