Agent Skills
› sailscastshq/pellicule
› pellicule
pellicule
GitHub基于 Vue 的视频渲染技能,支持使用 Pellicule 库创建视频、动画和动态图形。提供从安装配置到动画工具、序列管理及渲染输出的完整开发指南。
Trigger Scenarios
需要生成视频内容
需要制作网页动画或动态图形
在 Vue 项目中集成视频渲染功能
Install
npx skills add sailscastshq/pellicule --skill pellicule -g -y
SKILL.md
Frontmatter
{
"name": "pellicule",
"metadata": {
"tags": "pellicule, video, vue, animation, composition"
},
"description": "Create videos with Vue using Pellicule - a Vue-native video rendering library"
}
When to use
Use this skill whenever you need to create videos, animations, or motion graphics using Vue. Pellicule is like Remotion but for Vue.
How to use
Read individual rule files for detailed explanations and code examples:
- rules/getting-started.md - Installation, setup, and framework integration (Nuxt, Quasar, Laravel, etc.)
- rules/macros.md - defineVideoConfig macro for zero-config rendering
- rules/animations.md - Animation utilities: interpolate, sequence, easing
- rules/composables.md - useFrame and useVideoConfig composables
- rules/sequences.md - Sequence component and useSequence for scene management
- rules/patterns.md - Common patterns: typewriter, staggered, scenes, loops
- rules/rendering.md - CLI options, BYOS mode, auto-detection, and rendering
- rules/styling.md - CSS, fonts, and visual styling
Version History
- 6848ca1 Current 2026-07-24 22:00


