pneuma-clipcraft
pneuma-clipcraft is a video-production environment where a structured domain model—not files—drives your workflow. Generate video, audio, and captions through bundled scripts, then register assets and lineage in a timeline-based composition system. The viewer displays your project as an exploded 3D timeline, syncing edits instantly without reload.
pneuma-clipcraft orchestrates AI-driven video production, letting you generate, edit, and compose clips with structured asset and provenance tracking.
AI-generated summary based on this skill's SKILL.md
Install
pandazki/pneuma-skills/skill · repository language: TypeScript
git clone https://github.com/pandazki/pneuma-skills
cp -r pneuma-skills/modes/clipcraft/skill ~/.claude/skills/skillFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I generate a video clip with pneuma-clipcraft?
pneuma-clipcraft lets you generate video clips through bundled AI scripts that orchestrate the production process. You define your shot parameters in the structured domain model, invoke the generation scripts, and the system creates your video asset. Once generated, register it in the timeline-based composition system to see it rendered in the 3D viewer instantly.
Can I add narration to video and generate background music?
Yes. pneuma-clipcraft supports creating narration, background music, and captions for your video through dedicated production scripts. Generate TTS narration, compose music, or add captions—all assets are tracked and registered in the system's provenance graph so you maintain full lineage of every element in your project.
What does pneuma-clipcraft's provenance graph track?
pneuma-clipcraft manages video assets and tracks lineage via a provenance graph that records the origin and relationships of every clip, audio track, caption, and variant. This structured tracking lets you understand how each asset was created, edited, and composed, enabling confident iteration and re-takes without losing production history.
How do I edit a video timeline in pneuma-clipcraft?
pneuma-clipcraft uses a structured domain model instead of files to drive your workflow. Place clips on the timeline by editing the project composition, and the 3D viewer displays your multi-track timeline instantly. Edits sync without reload, letting you iterate on shot placement and timing in real time.
Can pneuma-clipcraft generate another take of a video?
Yes. pneuma-clipcraft supports iterating on video shots with variant generation and re-takes. Modify your shot parameters in the domain model and invoke generation again—the system creates a new take and registers it in the provenance graph, letting you compare and select the best version for your timeline.
What license does pneuma-clipcraft use?
pneuma-clipcraft is released under the MIT license, making it free to use, modify, and distribute for both personal and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
ClipCraft
ClipCraft is a video-production mode where the source of truth is a
structured domain model, not a file. The in-memory model is an
event-sourced craft store from @pneuma-craft: an Asset registry, a
Composition with Tracks and Clips, and a Provenance DAG that tracks
how each asset was generated (and from what). The file project.json
at the
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 15 files
modes/clipcraft/skill/SKILL.md
modes/clipcraft/skill/references/asset-ids.md
modes/clipcraft/skill/references/character-consistency.md
modes/clipcraft/skill/references/craft.md
modes/clipcraft/skill/references/direction-notation.md
modes/clipcraft/skill/references/filter-retries.md
modes/clipcraft/skill/references/production-bible.md
modes/clipcraft/skill/references/project-json.md
modes/clipcraft/skill/references/reference-directives.md
modes/clipcraft/skill/references/storyboard-design.md
modes/clipcraft/skill/references/storyboard-workflow.md
modes/clipcraft/skill/references/workflows.md
modes/clipcraft/skill/scripts/generate-bgm.mjs
modes/clipcraft/skill/scripts/generate-tts.mjs
modes/clipcraft/skill/scripts/generate-video.mjs