# Plotbeat > Plotbeat is an open-source AI skill and template system that turns files, APIs, and public data sources into deterministic, editable HyperFrames chart videos. Plotbeat specializes HyperFrames rather than replacing it. An AI agent can inspect the supplied data, select a compatible chart grammar and visual style, scaffold an editable HyperFrames project, validate seek-safe motion, and prepare it for Studio review and rendering. ## Main pages - [Plotbeat home](https://plotbeat.app/): Product overview, installation, templates, workflow, and sample prompts. - [Live chart style builder](https://plotbeat.app/style-builder): Configure chart type, palette, typography, sizing, and composition tokens with an immediate preview. ## Localized pages Plotbeat is available in English, Simplified Chinese, Japanese, Korean, Spanish, German, French, and Portuguese. English uses the root URL; translations use locale-prefixed routes and equivalent `/style-builder` routes. - [简体中文](https://plotbeat.app/zh) - [日本語](https://plotbeat.app/ja) - [한국어](https://plotbeat.app/ko) - [Español](https://plotbeat.app/es) - [Deutsch](https://plotbeat.app/de) - [Français](https://plotbeat.app/fr) - [Português](https://plotbeat.app/pt) The home page includes eight polished dark and light visual styles using real HyperFrames captures. ## Install ```sh npx skills add DbgKinggg/plotbeat --skill plotbeat ``` ## Example prompt Use $plotbeat to fetch the last 10 years of monthly U.S. unemployment data from FRED, cite the series and retrieval date, then turn it into a quick, editable HyperFrames trend video. Help me choose a visual style and let me approve it before rendering. ## Project links - [Plotbeat source](https://github.com/DbgKinggg/plotbeat) - [HyperFrames](https://hyperframes.heygen.com/) - [HyperFrames source](https://github.com/heygen-com/hyperframes) - [Creator](https://github.com/DbgKinggg) ## Technical notes - License: MIT - Current release line: v0.1 - Output: ordinary editable HyperFrames HTML projects - Core properties: deterministic timing, arbitrary-seek safety, local data preparation, configurable visual styles