integrations
Show MCP integration status. Use when: checking active connectors, available integrations, or skill unlocks.
npx skills add indranilbanerjee/digital-marketing-pro --skill integrations --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /digital-marketing-pro: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 `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. 2. **Format the dashboard**: Present the results organized by category, with clear visual distinction between connected and available connectors: For each category (Chat, Design, C
- Purpose
- Input Required
- Process
- Output
- Agents Used
What does the integrations skill do?
Show MCP integration status. Use when: checking active connectors, available integrations, or skill unlocks.
How do I install it?
Run `npx skills add indranilbanerjee/digital-marketing-pro --skill integrations --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From indranilbanerjee/digital-marketing-pro, a repository with 700 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
