integrations

Installation
SKILL.md

/dm:integrations

Purpose

Show a complete integration status dashboard — which MCP connectors are currently connected, which are available but not yet configured, and which skills each connector unlocks. This is the first thing users should check after installing the plugin to understand what capabilities are active and what additional connections they can set up.

Input Required

The user may optionally provide:

  • Filter (optional): A specific category to focus on — e.g., "crm", "seo", "advertising", "email-marketing", "social-media". If omitted, shows all categories
  • Show (optional): connected (only active connectors), available (only not-yet-connected), or all (default)

Process

  1. Run connector status check: Execute python3 scripts/connector-status.py --action status to get the full status dashboard. This reads the active .mcp.json configuration and checks environment variables for npx connectors to determine which are connected.

  2. Format the dashboard: Present the results organized by category, with clear visual distinction between connected and available connectors:

Related skills
Installs
30
GitHub Stars
100
First Seen
Feb 27, 2026