Morfeo Remotion Style

v1.0.0

Morfeo Academy's Remotion video style guide. Use when creating Remotion videos, stories, or animations for Paul/Morfeo Academy. Triggers on "estilo Morfeo", "mi estilo Remotion", "video para Morfeo", "story estilo Morfeo", or any Remotion video request from Paul.

3· 1.6k·2 current·2 all-time
byPaul de Lavallaz@pauldelavallaz
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Morfeo Remotion style) matches the provided code and SKILL.md: colors, fonts, example components, and an example story. Required resources (none) and declared repository/author are consistent with a simple style guide.
Instruction Scope
SKILL.md contains only style guidance, example code, and a small project setup (npx create-video; npm i @remotion/google-fonts). It does not instruct reading unrelated files, environment variables, or transmitting user data to unexpected endpoints. The only external runtime network use is loading fonts (via @remotion/google-fonts) and Apple emoji PNGs from jsDelivr, which is consistent with rendering requirements.
Install Mechanism
There is no install spec (instruction-only). package.json and example code are normal for a JS style guide. No downloads from untrusted/personal servers or archive extraction are present in the skill bundle.
Credentials
The skill requests no environment variables, credentials, or config paths. All code runs locally in the Remotion project and uses public CDNs for fonts/images — this is proportionate for a video style guide.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges or modify other skills. It contains only static files and runtime instructions for building Remotion videos.
Assessment
This skill appears coherent and safe for its stated purpose. Things to consider before using: (1) runtime rendering will fetch fonts (via @remotion/google-fonts) and emoji images from public CDNs (Google/jsDelivr) — that causes outgoing network requests and could reveal build/host IPs and depend on CDN availability; (2) verify license compatibility for emoji assets and fonts if you redistribute rendered assets; (3) if you need fully offline or private builds, replace CDN font/emoji loading with local assets; and (4) if you want to confirm provenance, you can check the referenced GitHub repo (package.json repository URL) and verify the author.

Like a lobster shell, security has layers — review code before you run it.

latestvk977zh5yw5c6ga1tq44z90h8ch80j29f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments