Guides users through setting up an MCP connector for Google Ads, Salesforce, Mailchimp, and other services. Provides platform-specific setup instructions and credential guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/digital-marketing-pro:connect [connector-name][connector-name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide users through connecting a specific MCP integration to the Digital Marketing Pro plugin. Provides platform-specific setup instructions, credential requirements, configuration steps, and verification. This is the user-friendly entry point for adding integrations — it handles the common cases (known connectors with established setup paths) while `/digital-marketing-pro:add-integration` hand...
Guide users through connecting a specific MCP integration to the Digital Marketing Pro plugin. Provides platform-specific setup instructions, credential requirements, configuration steps, and verification. This is the user-friendly entry point for adding integrations — it handles the common cases (known connectors with established setup paths) while /digital-marketing-pro:add-integration handles custom or unknown MCP servers.
The user must provide (or will be prompted for):
Look up connector: Execute python3 scripts/connector-status.py --action setup-guide --name <connector> to get the detailed setup guide for the requested connector. If the name doesn't match exactly, search the registry for close matches and suggest the correct name.
Check current status: Execute python3 scripts/connector-status.py --action check --name <connector> to determine if the connector is already configured. If already connected, report that and show which skills it powers — ask if the user wants to verify connectivity or reconfigure.
Present setup instructions based on transport type:
For HTTP connectors (Slack, Canva, Figma, HubSpot, Notion, Ahrefs, Similarweb, Klaviyo, Google Calendar, Gmail, Stripe, Asana, Webflow):
.mcp.json/digital-marketing-pro:send-notification and you'll be prompted to authorize Slack access."For npx connectors (Google Ads, Meta, Salesforce, Twilio, etc.):
.mcp.json entry to add (from the setup guide)/digital-marketing-pro:add-integration <name> to configure automatically".mcp.json directlyHandle unknown connectors: If the connector name isn't in the registry:
/digital-marketing-pro:add-integration which handles npm package discovery and custom MCP server setupVerify after setup (for npx connectors): After the user confirms they've set up credentials, offer to verify connectivity:
A connector setup guide containing:
.mcp.json, ready to copy/digital-marketing-pro:connect salesforce")/digital-marketing-pro:integrations to see your updated integration dashboard" and relevant skills to tryconnector-status.py script directly and provides platform-specific guidance based on the connector registrynpx claudepluginhub indranilbanerjee/digital-marketing-proGuides adding MCP server integrations to the Digital Marketing Pro plugin via .mcp.json configuration, supporting pre-built npm packages and custom servers.
Guided first-run wizard that sets up an ad audit pipeline: captures business context, connects ad platforms via MCP/OAuth/direct API, and persists profile settings. Use when onboarding or reconfiguring connections.
Automates Salesforce Marketing Cloud tasks via Composio's toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows with schema compliance.