helios-cli

Initialize Helios projects, launch Studio, and render compositions via CLI.

94|6|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/BintzGavin/helios --skill helios-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: helios-cli
Source: https://github.com/BintzGavin/helios/tree/main/.agents/skills/helios/cli
Command: npx skills add https://github.com/BintzGavin/helios --skill helios-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a compact command line interface to initialize Helios projects, launch the Studio, and render compositions from the terminal, reducing context switching and manual steps for developers.

Core Features & Use Cases

  • Project initialization and scaffolding: Create new Helios projects with templates and sensible defaults.
  • Studio orchestration: Start and manage the Studio from the command line for rapid iteration.
  • Render and manage compositions: Render outputs from HTML compositions and integrate into pipelines.
  • Use Case: Imagine you want a new project named "promo" and render a composition to video.mp4; you run the init, studio, and render commands in sequence.

Quick Start

Use the Helios CLI to initialize, launch the Studio, and render a composition:

  • npx helios init my-project
  • npx helios studio
  • npx helios render composition.html output.mp4

Frequently Asked Questions about helios-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Helios project initialization and rendering from the command line?

Helios project initialization and rendering can be automated from the command line using a CLI that scaffolds projects, launches the Studio, and renders compositions sequentially. This reduces manual steps and context switching for developers.

Can I render HTML compositions to video from the terminal?

Yes, you can render HTML compositions to video files like output.mp4 from the terminal. The CLI executes render commands directly, enabling scripted outputs and integration into local development or CI pipelines.

What's the best way to launch the Helios Studio for rapid iteration?

The best way to launch the Helios Studio for rapid iteration is by running the studio command from your terminal. This orchestrates and manages Studio sessions directly from the command line without manual GUI intervention.

Does the Helios CLI support repeatable workflows in CI environments?

Yes, the Helios CLI supports repeatable workflows in CI environments. It provides command-line orchestration for environment setup, project scaffolding, and automated rendering, satisfying scripted and automated pipeline requirements.

How do I scaffold a new Helios project with templates and defaults?

You scaffold a new Helios project with templates and sensible defaults by running the init command with your project name. This creates the project structure quickly, applying standard configurations for immediate development.