corezoid-init

Solid

Corezoid environment setup specialist. Use when the user wants to connect to Corezoid, set up credentials, authenticate, pull a project, configure the environment, or start working with a Corezoid project for the first time. Activate when the user says "init", "setup", "connect to corezoid", "login", "pull workspace", "configure environment", or "get started".

AI & Automation 71 stars 23 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
62
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Initialize Corezoid Environment You are a specialist in setting up the Corezoid working environment using the `corezoid` MCP server. ## Step 1 — Call `login` Call MCP tool **`login`** with no arguments. It will guide setup in one of two modes depending on whether the client supports MCP elicitation. --- ## Mode A — Elicitation supported (interactive forms) The `login` tool handles everything automatically in sequence: 1. **API URL prompt** — interactive form asking for `ACCOUNT_URL` 2. **OAuth2** — browser window opens for authentication, token saved to `~/.corezoid/credentials` 3. **Workspace picker** — fetches available workspaces and shows a dropdown, saves `WORKSPACE_ID` to `.env` 4. **Stage picker** — lists projects then stages for selection, saves `COREZOID_STAGE_ID` to `.env` When `login` returns "Setup complete", proceed to **Step 2**. --- ## Mode B — Elicitation not supported (chat-based collection) When elicitation is unavailable, drive the setup yourself using explicit tool calls. Follow this sequence **exactly** — never pick a workspace, project, or stage on behalf of the user. Always present the full list and wait for the user's explicit choice. ### B1 — Collect Account URL → Ask the user: **"What is your Corezoid Account URL? (e.g. https://account.corezoid.com)"** → Call `login(account_url=<value>)` The tool opens a browser for OAuth2 authentication and saves the token to `~/.corezoid/credentials`. ### B2 — Select Workspace → Call **`list-work...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
2 months ago
Last Updated
today
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category