From intelligo
Use when the user is setting up the Intelligo plugin for the first time, hits an authentication or connection error with the Intelligo MCP server, asks why a tool call failed, or asks "how do I connect?" / "where do I get a password?". Walks through OAuth + shared-password gate setup and troubleshooting.
How this skill is triggered — by the user, by Claude, or both
Slash command
/intelligo:onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The Intelligo plugin connects to a remote MCP server hosted on Cloudflare Workers at:
The Intelligo plugin connects to a remote MCP server hosted on Cloudflare Workers at:
https://intelligo-mcp.intelligo-254.workers.dev/mcp
The server speaks OAuth 2.1 with PKCE plus an extra shared demo-password gate during sign-in. This skill walks the user through first-time setup and the most common failures.
Install the plugin. In Claude Cowork:
Customize → "+" next to Personal plugins → Create plugin → Add marketplace → enter "intelligogroup/claude-plugin" → Sync → install the "intelligo" plugin.
Enable it. The plugin appears under Personal plugins. Click it, toggle Enabled.
Sign in. The first time Claude calls getSchema or queryIntelligo, Claude Desktop opens an OAuth login page hosted by the Worker. Two fields:
email=...).Get the demo password from the Intelligo team (Slack / email). It is not your real Intelligo account password.
Approve the OAuth consent screen. Claude Desktop is granted scoped access; tokens are stored locally by Claude.
curl https://intelligo-mcp.intelligo-254.workers.dev/health should return 200.*.workers.dev. Try off-VPN to confirm.type: "http" (streamable-HTTP transport). Older Claude Desktop versions without HTTP transport support will fail — update Claude Desktop.getSchema with no args once to see the full SDL, then use the correct type name.Props.email is whatever you typed at sign-in. To change identity, disable + re-enable the plugin and sign in again with the right email.npx claudepluginhub intelligogroup/claude-plugin --plugin intelligoProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.