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.
2.8 KiB
name, description, version, author, license, platforms, metadata
| name | description | version | author | license | platforms | metadata | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| brag | Project launch video via Hyperframes, upstream-maintained. | 0.4.0 | Shunit Haviv Hakimi (shunithaviv) | MIT |
|
|
Brag (upstream-maintained)
Catalog stub. This entry is maintained upstream at latent-spaces/brag: the project ships the skill directory (
skills/brag/) with its step references, tone presets, bundled music and SFX library, and cue-analysis script.hermes skills install official/creative/bragpulls the current tree 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 reads the project in the current directory, commits to an angle and a
tone (default, polished, yc-parody, chaotic, deadpan, cinematic,
app-store, or freeform direction), storyboards a 15–25 second video, hands a
composition brief to Hyperframes, and renders brag-output/brag.mp4 with a
best-frame poster and share copy. Options: --tone, --format landscape|vertical|square, --duration, --title, --no-music, --no-sfx,
and --voice (Kokoro narration, off by default).
On Claude Opus 5.5 it hands off to its bundled copy of brag-slim unless the
invocation asks for --full or --voice.
Prerequisites
- Node.js 22+, FFmpeg on
PATH, and the Hyperframes CLI (npx hyperframes doctorconfirms the environment). - The Hyperframes path (
--full,--voice, or any model other than Opus 5.5) loads HeyGen's domain skills by name:hyperframes-core,hyperframes-animation,hyperframes-creative,hyperframes-keyframesandhyperframes-cli, installed withhermes skills install heygen-com/hyperframes/skills/<name>. The skills guard currently blocks four of the five on HTML comments and credential docs in their examples (hyperframes-creativescores dangerous, which--forcecannot override), so that path is not fully installable yet.brag-slimhas no such dependency. The optionalhyperframesskill in this catalog is a single-file port and does not provide those names. uvrunsscripts/analyze_music_cues.pywhen a custom track needs beat-sync cues; the bundled tracks ship precomputed cues.- Installs pull ~290 files (~16 MB, mostly the bundled music and SFX) through
the GitHub contents API. Set
GITHUB_TOKENor sign in with theghCLI first; the anonymous limit of 60 requests an hour is too low for this bundle.
Full documentation: https://github.com/latent-spaces/brag#readme