Automate Campayn email marketing and contact tasks through Rube MCP.
This skill appears to be an open-source prompt/workflow document with no evident local code execution or required local secrets. However, its real operation depends on external Rube MCP, Composio, and a Campayn connection, so actions and related data are sent to remote services; overall this is cautionary rather than high risk.
The material claims 'no API keys needed,' but it explicitly requires an active Campayn connection via `RUBE_MANAGE_CONNECTIONS` and an auth-link flow, indicating third-party managed OAuth/session credentials are still involved. No direct local environment secrets are requested; the credential risk is mainly in Rube/Composio-managed connections.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and execute actions through Composio's Campayn toolkit. User task content, tool discovery queries, execution arguments, and potentially Campayn data will be sent to the declared third-party service chain (Rube/Composio/Campayn).
Based on the provided material, this is a prompt-style skill and does not describe starting local processes, running install scripts, or executing direct system commands. Its function is mainly to guide calls to remote MCP tools rather than obtain local code execution.
This skill can perform automation through an authorized Campayn connection, and the scope depends on the Campayn account permissions and discovered tool schemas. There is no stated local file access, but it may read/write remote marketing, contact, or campaign data, so least-privilege controls are advisable.
Positive factors include an open-source GitHub source and strong community adoption. However, the repository appears to be more of a skill/document collection, while actual runtime depends on external `rube.app` and Composio services; the license is unspecified and maintenance status is unknown, so supply-chain auditability is not fully end-to-end.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "campayn-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/campayn-automation/SKILL.md 2. Save it as ~/.claude/skills/campayn-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Campayn operations through Composio's Campayn toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/campayn
RUBE_MANAGE_CONNECTIONS with toolkit campaynRUBE_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 campaynAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Campayn 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 Campayn task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["campayn"]
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 Campayn-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit campayn |
| 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 CustomGPT tasks and workflow integrations through Rube MCP.
Automate D2L Brightspace course and learning platform tasks through Rube MCP.
Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Deadline Funnel marketing tasks after checking current tool schemas first.
Automate customer engagement, segmentation, messaging analytics, and newsletter tracking in Customer.io.
Automate ActiveCampaign tasks through Rube MCP for faster marketing operations.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Campaign Cleaner maintenance workflows through Rube MCP with current tool schemas.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Teamcamp task management and collaboration workflows through Rube MCP.
Automate Enginemailer marketing email workflows through Rube MCP with current tool schemas.