Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

File metadata and controls

38 lines (24 loc) · 1.23 KB

Install StarryKit in Codex

中文 · Back to the Plugin

Use the root README's one-prompt installation first. These are the manual steps for Codex CLI, the IDE extension, and the Codex app.

1. Install the Skill

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.

2. Add the Hosted MCP server

codex mcp add starrykit --url https://mcp.starrykit.com/mcp
codex mcp login starrykit

Complete StarryKit authorization in the browser. Never add a bearer token or client secret to the command.

3. Verify

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.