latent-spaces/brag (MIT) turns the project you just built into a short launch video with music, motion and share copy. It ships two skills: /brag, the Hyperframes workflow with a bundled music and SFX library, and /brag-slim, a single SKILL.md where the model builds the whole video with local tools. /brag hands off to its bundled copy of brag-slim on Claude Opus 5.5. Both follow the impeccable/archify pattern: catalog stubs whose metadata.hermes.upstream pointer makes `hermes skills install official/creative/<name>` pull the live tree through OptionalSkillSource._fetch_from_upstream. Nothing is vendored. The brag stub documents that its Hyperframes path loads HeyGen's hyperframes-* domain skills by name, and that the skills guard blocks four of the five today (hyperframes-creative scores dangerous). brag-slim has no such dependency. Docs: two generated pages, two catalog rows, two sidebar lines. Credit: Shunit Haviv Hakimi (shunithaviv), upstream author.
1.9 KiB
name, description, version, author, license, platforms, metadata
| name | description | version | author | license | platforms | metadata | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brag-slim | Launch video from a project or URL, upstream-maintained. | 0.4.0 | Shunit Haviv Hakimi (shunithaviv) | MIT |
|
|
Brag Slim (upstream-maintained)
Catalog stub. This entry is maintained upstream at latent-spaces/brag: the project ships
/brag-slimas a singleSKILL.mdunderskills/brag-slim/.hermes skills install official/creative/brag-slimpulls the current file live from that repo (quarantined and scanned like any hub install) — this directory holds only the catalog metadata, so the vendored copy can never go stale.
/brag-slim is the lean /brag, written for Claude Opus 5.5: no Hyperframes,
no bundled assets. The model builds the whole launch video itself (story,
visuals, music, sound effects, mix and render) with the tools already on the
machine. It takes the current project directory or a website URL, reuses the
source's real UI, fonts and assets instead of redrawing them, and writes
brag-output/ with the plan, the rendered video and share copy. Options:
--tone, --format landscape|vertical|square, --duration.
brag adds the classic Hyperframes workflow, the bundled soundtrack and SFX,
and --voice narration (see its prerequisites). It includes this skill and
hands off to it on Opus 5.5.
Prerequisites
- No fixed toolchain: the model builds with whatever is installed. In practice that means FFmpeg for the audio mix and encode, plus a headless browser (Node with Playwright or Puppeteer, or Chrome) to draw frames from HTML and to capture websites that render their page with JavaScript.
Full documentation: https://github.com/latent-spaces/brag#readme