From sundial-org-awesome-openclaw-skills-4
Renders videos headlessly on Linux servers using Remotion. Provides templates for chat demos, promos, and title cards. No Mac or GUI needed.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Render videos headlessly on any Linux server using Remotion. No Mac or GUI required.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Render videos headlessly on any Linux server using Remotion. No Mac or GUI required.
Install browser dependencies:
bash {baseDir}/scripts/setup.sh
bash {baseDir}/scripts/create.sh my-video
cd my-video
npx remotion render MyComp out/video.mp4
Creates a phone mockup with animated chat messages.
bash {baseDir}/scripts/create.sh my-promo --template chat
Edit src/messages.json:
[
{"text": "What's the weather?", "isUser": true},
{"text": "☀️ 72°F and sunny!", "isUser": false}
]
Simple animated title/intro card.
bash {baseDir}/scripts/create.sh my-intro --template title
The setup script installs:
For Ubuntu/Debian:
sudo apt install -y libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libpango-1.0-0 libcairo2 libxcomposite1 libxdamage1 libxfixes3 libxrandr2
npx remotion render MyComp out/video.webm --codec=vp8
npx remotion render MyComp out/video.gif --codec=gif
⚠️ All templates use FAKE demo data only!
Always review generated content before publishing.