Codex slides verification
π¨ Open-source AI slide studio inside Codex: image-native decks, every slide a full visual canvas. β‘ 10+ high-quality slides in ~4β5 minutes β Fast mode renders every page in parallel. π Watch the whole chain live: research β outline β style β render β edit β present β export PDF/PPTX. π₯οΈ Browser-first Β· zero API keys Β· durable projects.
npx -y skills add nexu-io/codex-slides --skill codex-slides-verificationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
What its author says it does
Copied from the file, not written here
Verify that Codex Slides changes are durably reflected in project state and visibly reflected in the exact Codex Browser slide, panel, version, checkpoint, or presentation surface. Use after creation, rendering, editing, restyling, mark edits, speaker-note changes, version restores, or export.
SKILL.md
1.8 KB, as published. Nobody here has run it
Codex Slides Verification
Use two signals before reporting a presentation task complete:
- Read canonical project state with
get_project, and read a named durable job withget_project_runorwait_project_runwhen arunIdwas returned. - Follow the returned
browserHandoffand inspect the exact visible result in the Codex in-editor Browser.
Verification sequence
- Confirm the project id rather than guessing from a similar title.
- For a durable run, require a terminal
completestatus. Treaterrorandcancelledas incomplete; a timed-out wait leaves the run active. - Confirm the expected page count, changed slide indexes, rendered images, transitions, speaker notes, current workflow stage, and current deck version.
- Open the exact handoff returned by the mutation. Preserve its
slide,panel,version,mode,conversation,checkpoint, andrunquery parameters. - In Browser, confirm the intended slide or panel is focused and the visible result matches the request. Do not treat a JSON response alone as visual QA.
- Export only after the current or explicitly selected version passes review.
If the in-editor Browser is unavailable, use the project state and persisted slide-image endpoints as structural evidence, return the exact handoff URL, and state that visible Browser verification remains outstanding.
For cross-surface changes, also verify that refreshing or reopening the same project preserves the run result and deep-link focus.