Help us improve
Share bugs, ideas, or general feedback.
Displays MCP integration status dashboard: connected/available connectors by category (CRM, SEO, etc.), unlocked skills, coverage summary, and setup instructions. Use for verifying plugin capabilities.
npx claudepluginhub indranilbanerjee/digital-marketing-proHow this skill is triggered — by the user, by Claude, or both
Slash command
/digital-marketing-pro:integrationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
Guides setup of MCP connectors for Google Ads, Salesforce, Mailchimp, and other services to plugins. Checks status, provides credential instructions, .mcp.json configs, and verification.
Sub-agent skill that evaluates tools during setup by checking MCP availability and API capabilities, returning a unified capability matrix.
Sets up and diagnoses Zapier MCP: branches to healthy summaries, auth reconnects, fresh onboarding, or server config help. Use for getting started, troubleshooting connections, adding tools.
Share bugs, ideas, or general feedback.
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.
The user may optionally provide:
connected (only active connectors), available (only not-yet-connected), or all (default)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.
Format the dashboard: Present the results organized by category, with clear visual distinction between connected and available connectors:
For each category (Chat, Design, CRM, SEO, Email Marketing, Advertising, Analytics, Social Media, etc.):
Highlight quick wins: Identify the top 3 connectors the user should consider connecting based on which would unlock the most additional skill capabilities. Prioritize HTTP connectors (easier to set up) over npx connectors.
Show coverage summary: Display the overall integration coverage — X of Y connectors active, with a breakdown by category showing which areas have full coverage vs gaps.
Provide next steps: For each available connector, briefly explain how to connect it:
/digital-marketing-pro:connect <name> for setup instructions, or /digital-marketing-pro:add-integration <name> for guided configuration"A structured integration dashboard containing:
/digital-marketing-pro:connect <name> to set up any connector" and "Run /digital-marketing-pro:add-integration for custom MCP servers not in the registry"connector-status.py script directly and formats the output