Automate ActiveCampaign tasks through Rube MCP for faster marketing operations.
This skill appears to be an open-source, prompt-only instruction set with relatively strong source credibility, and no clear red flags for local execution or local file access. The main consideration is that it relies on external Rube MCP/Composio connectivity and can perform remote actions on an authorized ActiveCampaign account.
The material says there is 'no API key,' but it still requires ActiveCampaign account authorization via RUBE_MANAGE_CONNECTIONS, so credentials are likely brokered or stored by Rube/Composio. No explicit abuse is described, but this still carries the normal risk of third-party managed auth tokens.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and executing operations through Composio/ActiveCampaign connections. This implies prompts, tool arguments, and business data may be sent to declared external services, but there is no specific red flag showing exfiltration to unknown or unrelated endpoints.
Based on the available material, this is a prompt-only skill description and does not include auditable local scripts, install commands, or requirements to spawn local processes. Its behavior depends on external MCP tool calls rather than direct local code execution.
The skill is intended to automate ActiveCampaign operations and, by design, can access and modify business data within the connected account, such as marketing/contact records. The material does not indicate local filesystem access or access to unrelated resources, but it does have a meaningful operating surface over remote SaaS account data.
The source is an open GitHub repository with strong community adoption (64.7k stars), and the audited artifact itself is documentation/prompt-style content, which is relatively auditable. The missing license declaration and unknown maintenance status are minor gaps, but not enough on their own to indicate high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "active-campaign-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/active-campaign-automation/SKILL.md 2. Save it as ~/.claude/skills/active-campaign-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate ActiveCampaign operations through Composio's ActiveCampaign toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/active_campaign
RUBE_MANAGE_CONNECTIONS with toolkit active_campaignRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit active_campaignAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "ActiveCampaign operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific ActiveCampaign task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["active_campaign"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with ActiveCampaign-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit active_campaign |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate BugBug tasks through Rube MCP to streamline testing workflows.
Automate BugHerd tasks to streamline bug tracking and team workflows.
Automate Bugsnag alerts, project workflows, and error monitoring tasks via MCP.
Automate Buildkite pipelines and build management tasks through Rube MCP.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Campayn email marketing and contact tasks through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Campaign Cleaner maintenance workflows through Rube MCP with current tool schemas.
Automate Salesforce Marketing Cloud tasks via Rube MCP using current tool schemas.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.