git clone https://github.com/StarryKit/starrykit-plugin.git
mkdir -p ~/.config/opencode/skills
cp -R starrykit-plugin/skills/starrykit-authoring ~/.config/opencode/skills/OpenCode also supports ~/.agents/skills and project-local .opencode/skills or .agents/skills locations.
Merge this block into ~/.config/opencode/opencode.json or a project opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"starrykit": {
"type": "remote",
"url": "https://mcp.starrykit.com/mcp",
"enabled": true
}
}
}Authenticate and inspect the connection:
opencode mcp auth starrykit
opencode mcp listOpenCode handles OAuth for remote MCP servers. Do not add a static token.
Ask OpenCode to use StarryKit to list your accessible visual documents. The setup is ready when list_documents completes.
Official references: OpenCode MCP servers, OpenCode Agent Skills.