unabyss-onboard
Connect Unabyss MCP, drive the server-side unabyss_setup first-connect flow, then verify with whoami or query once the setup gate lifts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Connect Unabyss MCP, drive the server-side unabyss_setup first-connect flow, then verify with whoami or query once the setup gate lifts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | unabyss-onboard |
| description | Connect Unabyss MCP, drive the server-side unabyss_setup first-connect flow, then verify with whoami or query once the setup gate lifts. |
Use this when the user asks to set up Unabyss, connect their context, finish MCP setup, or when Unabyss tools are missing / returning setup guidance after the plugin is installed.
Unabyss already runs a per-connection setup on the hosted MCP. Do not invent a parallel onboarding path. Drive unabyss_setup (and the unabyss-setup prompt if the client exposes it).
Unabyss is a hosted Streamable HTTP MCP at https://mcp.unabyss.com/.
If Unabyss tools are not available at all:
mcp_auth on the Unabyss MCP server.unby_mcp_ token from app.unabyss.com/mcp.If auth fails, continue the coding task normally and note that personal context is unavailable until they Connect.
unabyss_setup)After Connect, initialize may include an optional first-connect directive. While setup is unresolved for this credential, most tools stay gated: they return setup guidance text instead of real data (not an auth error).
Allowed while the gate is active:
unabyss_setuplist_skills, get_skill, read_skill_filelist_integrations, propose_connection (for the Apps step)Blocked until setup is completed or skipped: whoami, query, agentic_query, store, exports, and other non-whitelist tools.
unabyss_setup with step1 (default opener). Relay user-facing text as written; follow the agent-only "Next step" notes.list_integrations / propose_connection (skipped when the user already finished web onboarding with ≥2 apps)context_preference when the server asks for itall-skills, essential-skills, or <category>-skills)unabyss_setup (or continue where they left off) instead of retrying whoami / query.completed or skipped on your own. Only call those outcomes after the user explicitly chooses.whoami, query, or other gated tools until the gate lifts (or the user has skipped).propose_connection and give the user the connect link. The server expects at least 2 connected apps before later steps when web onboarding is not done yet.unabyss-setup prompt / slash command when the client offers it; it opens the same step1 content.Once setup is completed or skipped and tools return real data:
whoami and summarize identity briefly.query that matches something they care about (stack, preferences, current project).list_integrations / propose_connection (do not ask the user to paste data)list_skills / get_skill instead of inventing long procedures