What problem does it solve? Installed, enabled, and working are three different states for connectors: a plugin can appear in a Bot's tool list yet fail at runtime due to missing per-Bot attachment, expired auth, or a team admin block. This Skill turns "the plugin is installed" into evidence that this Bot can actually call it right now, and names the exact human click required when it cannot. ## Core Features & Use Cases - Read-only probing: Runs exactly one pre-named read-only call per plugin (list, search, get, or an authenticated CLI status check for skill-packs like Firecrawl) and records the observable that came back. - Bucketed classification: Sorts every needed plugin into WORKING, MISSING, AUTH, ADMIN-BLOCKED, or UNVERIFIED, quoting failure text verbatim so routing goes to the right owner. - Dated verification report: Produces a per-Bot report with the plugin list, probe results, human steps in click order (Settings → Plugins, Teams Marketplace), and the single blocking item. - Use Case: Before handing a Bot to a teammate, run the verification to prove each connector returned data in this session, and get a clean stop with the admin's name and click path when a plugin reads "Disabled by team admin". ## Quick Start Verify that every plugin this Bot's job depends on actually works by running one read-only probe per connector and reporting each as working, missing, auth-failed, admin-blocked, or unverified.