indranilbanerjee/integrations
Show MCP integration status. Use when: checking active connectors, available integrations, or skill unlocks.
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill integrations
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)python "${CLAUDE_PLUGIN_ROOT}/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.For each category (Chat, Design, CRM, SEO, Email Marketing, Advertising, Analytics, Social Media, etc.):
/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 outputTake indranilbanerjee/integrations from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.