Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub indranilbanerjee/digital-marketing-proHow 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...
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.
Reference for Markifact MCP server: discover via find_operations, inspect inputs, run 300+ operations for ad management/reporting on Google Ads, Meta, TikTok, Shopify, and more.
Automates Salesforce Marketing Cloud tasks via Composio's toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows with schema compliance.
Share bugs, ideas, or general feedback.
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 registry