Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1008 Bytes

File metadata and controls

35 lines (24 loc) · 1008 Bytes

Install StarryKit in OpenClaw

中文 · Back to the Plugin

1. Install the Skill

git clone https://github.com/StarryKit/starrykit-plugin.git
openclaw skills install ./starrykit-plugin/skills/starrykit-authoring --as starrykit-authoring

Add --global if the Skill should be available to every local OpenClaw agent.

2. Add and authenticate MCP

openclaw mcp add starrykit \
  --url https://mcp.starrykit.com/mcp \
  --transport streamable-http \
  --auth oauth
openclaw mcp login starrykit

Complete authorization in the browser. If OpenClaw returns an authorization code, finish with openclaw mcp login starrykit --code <code>.

3. Verify

openclaw mcp doctor starrykit --probe
openclaw mcp status --verbose

Then ask an OpenClaw agent to use StarryKit to list your accessible visual documents.

Official references: OpenClaw Skills, OpenClaw MCP CLI.