一键导入
helios-studio
Studio tool for developing and previewing Helios compositions. Use when you want to launch the interactive development environment or manage assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Studio tool for developing and previewing Helios compositions. Use when you want to launch the interactive development environment or manage assets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Collection of agent skills for Helios video engine. Use when working with programmatic video creation, browser-native animations, or Helios compositions. Install individual skills by path for specific capabilities.
Core API for Helios video engine. Use when creating compositions, managing timeline state, controlling playback, or subscribing to frame updates. Covers Helios class instantiation, signals, animation helpers, and DOM synchronization.
Patterns for using Helios with Vanilla Canvas API. Use when building high-performance 2D/3D animations without frameworks.
Chart.js integration patterns for Helios. Use when creating animated data visualizations with Chart.js.
Learn how to use D3.js with Helios for data visualization. Use when creating charts, graphs, or data-driven animations.
Patterns for using Helios with Framer Motion. Use when you want to use Framer Motion's physics and transitions but need frame-perfect synchronization with Helios.
| name | helios-studio |
| description | Studio tool for developing and previewing Helios compositions. Use when you want to launch the interactive development environment or manage assets. |
The Helios Studio is a Vite-based development server and preview environment. It provides a hot-reloading environment for building compositions and acts as the "Editor" interface for Helios projects.
Run the studio from your project root:
npx helios studio
This will start a local server (typically at http://localhost:5173) where you can view and debug your composition.
Space: Play/PauseArrow Left/Right: Step 1 frameShift + Arrow: Step 10 framesHome: Seek to startI / O: Set In / Out points (Playback Range)L: Toggle LoopThe Studio runs a Model Context Protocol (MCP) server, allowing AI agents to:
The Props Editor generates a UI based on your HeliosSchema.
group schema property.number: Slider (if min/max set), Stepped Slider (if step set).color: Color picker.boolean: Toggle switch.string: Text input or Enum dropdown.image, video, audio, font: Asset selector with preview.model: 3D Model selector (.glb, .gltf).json: JSON file selector.shader: Shader file selector (.glsl).object and array types.assets/ directory.HELIOS_PROJECT_ROOT: Override the root directory scanning path.
HELIOS_PROJECT_ROOT=./my-project npx helios studio
packages/cli/src/commands/studio.tspackages/studio/