mcpbeat Sign in

Codex Slides Browser Skill for Codex

Compatibility entry point for opening and operating Codex Slides in Codex's in-editor Browser, including scenario selection, Design Files, brand systems, decks, and Play mode. Use when the user asks to open, launch, preview, view, play, inspect, or directly manipulate Codex Slides or a deck without leaving Codex.

748 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
748
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nexu-io/codex-slides --skill codex-slides-browser

The instruction itself

1 sections, as written by the author

Codex Slides Browser

This specialized skill remains for compatibility. The canonical

codex-slides sibling skill owns the full workflow and portable CLI.

  • Call open_codex_slides when the MCP tool is available. Otherwise run

node ../codex-slides/scripts/codex-slides.mjs open --json '<input>' from

this skill directory. Pass projectId when the user named a deck;

otherwise omit it for the create workspace.

Use view:"scenarios" for the 24-workflow catalog,

view:"design-files" plus projectId and optional filePath for project

files, or view:"brand-system" plus projectId for the brand editor.

  • Navigate the returned resource link in the Codex in-editor Browser. Do not

stop after printing the URL and do not ask the user to open it manually.

Follow browserHandoff.url exactly so slide, panel, version, mode,

checkpoint, conversation, and run focus are preserved.

  • For a new deck, always open and verify the home/create screen before any

research, outline, or rendering call. Submit the topic in that UI so it

creates a durable project and opens the guided workspace. Use

start_project / CLI start-project only if UI submission needs a

deterministic fallback, then navigate its project resource immediately.

  • Keep the Browser visible and operate the checkpoints in order: clarify,

outline review, inspiration/style selection, render, deck review. Do not run

the entire workflow invisibly in the Codex conversation.

  • Use direct MCP tools or the canonical skill CLI for deterministic recovery

and mutations, then reload or inspect the Browser result.

  • Verify the visible outcome before reporting completion.

Long Deck Agent, outline, and render operations can continue after navigation.

Use start_project_run, retain its runId, and use get_project_run,

wait_project_run, or cancel_project_run without closing the Browser.

Use the Browser for scenario/slot selection, @ Design File references, brand

system editing, Play from the current slide or the beginning, dual-window

presenter mode, speaker notes editing/AI generation, slide navigation, direct on-canvas

marking, layout inspection, and other visual interactions. If the Browser

capability is unavailable in the current Codex surface, return the resource

link and explain that limitation rather than claiming it opened.

Other skills for the same job

different authors, same section of the catalogue
Webapp Testing
by anthropics
vendor ×12

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

6k tokens scripts
Notebooklm
by ZhanlinCui
×6

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

26k tokens scripts
Playwright Skill
by lackeyjb
×4

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.

12k tokens scripts
Electron
by vercel-labs
vendor ×2

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

2k tokens
Anchor Browser Automation
by christophacham
×2

Automate Anchor Browser tasks via Rube MCP (Composio). Always search tools first for current schemas.

756 tokens needs MCP
Browser Tool Automation
by christophacham
×2

Automate Browser Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.

749 tokens needs MCP
Giil
by Dicklesworthstone
×2

Get Image [from] Internet Link - Zero-setup CLI for downloading full-resolution images from iCloud, Dropbox, Google Photos, and Google Drive share links. Four-tier capture strategy, browser automation, HEIC conversion, album support. Node.js/Playwright.

3k tokens
Browser Extension Builder
by ComeOnOliver
×2

Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.

4k tokens

How to use it

Copy the folder

Take nexu-io/codex-slides-browser from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.