← ClaudeAtlas

msp-skills-conciergelisted

Use when the user has msp-skills installed and wants help choosing or installing connectors - it reads the live catalog, learns their PSA/RMM/backup/security/billing stack, recommends the connectors that fit, and installs only the ones they approve. Trigger phrases: `recommend which connectors I should install`, `which msp-skills connector for my stack`, `set up the right connectors for me`, `concierge`, `msp-skills concierge`, `what connectors should I install`, `pick connectors for my MSP`, `using everything you know about me, recommend connectors`.
Servosity/msp-skills · ★ 3 · AI & Automation · score 65
Install: claude install-skill Servosity/msp-skills
# msp-skills Concierge The concierge recommends which msp-skills connectors fit the user's stack and installs only the ones they approve. It has no binary of its own; it reads the live catalog and drives each connector's own installer. ## The magic prompt This is the moment this skill exists for. When the user says something like: > You have msp-skills installed. Using everything you know about me and how I work, recommend which connectors I should install - and install the ones I approve. run the workflow below. ## Workflow ### 1. Fetch the LIVE catalog Always read the catalog from the source of truth on `main`, never a copy bundled in this skill (a bundled copy rots): ```bash curl -fsSL https://raw.githubusercontent.com/Servosity/msp-skills/main/catalog.json ``` If that fetch fails (offline, network error, non-200), fall back to the local repo copy at `catalog.json` in the repository root if one is present. If neither the live fetch nor a local copy is available, say so plainly and STOP - do not guess at a connector list from memory. The catalog's `skills[]` array gives you, per connector: `name`, `system`, `status`, `vendor`, `category`, `tagline` (when present), `description`, the install one-liner (`install_skill_one_liner`), and the per-agent wire-up doc path (`install_mcp_doc`). A connector may carry `markdown_only: true` (a meta-skill like this one) - never recommend a markdown-only entry as a connector. ### 2. Learn the user's stack If the conversation o