Tesla Light Show Generator
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_3c6cb52e/tesla-lightshow-rr7e.
About this skill
Problem It Solves
This skill converts a .wav song into a Tesla custom light show. The goal is to generate an uncompressed FSEQ v2.0 binary file, a .fseq, that passes validation and can be played with the original audio in the USB LightShow/ folder. It is not just visual effects. It choreographs vehicle channels, rhythmic events, and closure actions: kicks, snares, hi-hats, and climax peaks are mapped to specific lamps and body motions.
How It Works
Inputs must confirm two things: a .wav file path and an explicit Tesla model. A sample rate other than 44.1 kHz triggers a warning. The model is not guessed. Supported models include Model 3, Model 3 Highland, Model S, Model X, Model Y, and Cybertruck.
The generation flow has several steps:
- Audio analysis: produce a JSON timeline at 20 ms sampling and preserve left/right channel information during FFT.
- Light choreography: map lows, mids, highs, and climax peaks to headlights, turn signals, emblem lights, side lamps, tailgate, mirrors, charge port, and other channels.
- File placement: copy the .wav next to the .fseq and keep the filename identical.
- Validation and report: after the validator passes, report file location, duration, tempo, channel count, and choreography highlights.
Boundaries
Channel counts differ by model: most models use 48 channels, while Cybertruck uses 200 channels. Max duration is about 4 hours, and compression type must be 0. Action budgets also matter: tailgate/frunk no more than 6 times, mirrors no more than 20 times, charge port no more than 3 times, and closures must be opened before a Dance command. It fits music-reactive light shows and precise model-specific lamp or closure choreography if model and channel constraints are confirmed first.
Use Cases
- Owners import a 44.1 kHz song to the Tesla USB LightShow folder and play a custom light show.
- Developers generate a validator-passing .fseq file and confirm 48 channels for M3/Y and 200 for Cybertruck.
- Audio engineers map kick, snare, and hi-hat events to headlights, emblem lights, and side lamps.
- Creators choreograph Model X falcon doors, front doors, and mirrors within action budgets.
Best For
- Tesla owners: turning existing .wav songs into playable in-car LightShow sequences.
- Vehicle developers: generating validator-passing .fseq files within model-specific channel constraints.
- Audio engineers: mapping rhythmic channels to headlights, turn signals, and side lamps.
- Light choreographers: designing closures and light-bar timing for Model X/Cybertruck within action budgets.
Related Skills
Creates themed learning sites by generating flashcards, lessons, quizzes, index, and progress pages into a deployable website.
End-to-end mathematical optimization modeling with Gurobi and Python, covering data validation, code generation, solving, result analysis, and iterative revision.
Executes an Eversheet Web CDP login using externally supplied baseUrl, username, and password, then verifies the page reaches a logged-in home state.
Clarify product goals, user flows, pages, data, and permissions, then output an implementation-ready development prompt and lightweight spec.