Use the root README's one-prompt installation first. These are the manual steps for Codex CLI, the IDE extension, and the Codex app.
Clone this repository, then copy the canonical Skill into your personal Agent Skills directory:
git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.agents/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.agents/skills/Codex discovers personal skills under ~/.agents/skills. Restart Codex if the Skill does not appear.
codex mcp add starrykit --url https://mcp.starrykit.com/mcp
codex mcp login starrykitComplete StarryKit authorization in the browser. Never add a bearer token or client secret to the command.
Start a new Codex task and ask:
Use StarryKit to list the visual documents I can access.
The connection is ready when Codex can call list_documents and return your authorized documents or an empty result without an authentication error.
Official references: Codex MCP, Codex Skills.