happyhorse-video-converter is a small Codex skill for converting MP4 videos to WebM.
HappyHorse Video Converter happyhorse-video-converter is a small Codex skill for converting MP4 videos to WebM. It is designed to stay simple: Convert .mp4 files to .webm Process a single folder or recurse into nested folders Support quality presets: low, medium, high, ultra Current scope is intentionally narrow. It does not handle image conversion, uploads, cleanup, or asset renaming workflows. HappyHorse website: https://tryhappyhorse.com Included Files SKILL.md: skill trigger description and operating instructions agents/openai.yaml: display metadata for skill platforms scripts/mp4_to_webm_converter.py: bundled conversion script Example Usage python scripts/mp4_to_webm_converter.py -i "D:\videos" -o "D:\videos_webm" python scripts/mp4_to_webm_converter.py -i "D:\videos" -o "D:\videos_webm" -r python scripts/mp4_to_webm_converter.py -i "D:\videos" -o "D:\videos_webm" -q high Trigger Intent Use this skill when a user asks to: convert a video to .webm batch-convert a folder of MP4 files recursively transcode MP4 assets for web delivery Requirements ffmpeg available on PATH Python 3 available in the runtime
Figma's official MCP server exposing design structure, auto-layout, and styles to AI coding agents.
Provide Figma layout information to AI coding agents for accurate design implementation.
Review UI code for compliance with 100+ web interface best practices.