Automate Doppler marketing workflows and campaign operations through Rube MCP.
The skill itself appears to be an open-source prompt-style wrapper, but its real functionality depends on remote Rube MCP and a Doppler connection for tool discovery and execution. The source has strong community trust and no explicit malicious red flags are visible; however, the claim of “no keys” and “no remote endpoint” is inconsistent with the documented remote MCP/external auth flow, so users should watch data egress and third-party connection scope.
Although the metadata says “no keys,” the README explicitly requires an ACTIVE Doppler Marketing Automation connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link. This implies third-party account authorization/tokens in practice, likely managed by Rube/Composio rather than entered directly in the skill; this creates normal OAuth/connection abuse and scope-opacity concerns.
The metadata claims no remote endpoint, but the README requires adding `https://rube.app/mcp` as an MCP server and references Composio docs and external auth links; execution also uses remote tool search/execution interfaces. User queries, arguments, and workflow context are therefore likely sent through Rube/Composio to relevant services, which is a standard network-egress consideration for remote MCP tooling.
The system flags this as `prompt-only`, and the provided material shows no local install scripts, shell commands, dependency execution, or requests for system-level privileges. The README describes calling external tools via MCP rather than directly executing arbitrary code on the local machine, so local code-execution exposure appears low for this skill itself.
This skill targets Doppler Marketing Automation operations, and the README mentions bulk ops, session reuse, memory parameters, and full schema retrieval, indicating potential access to or modification of business data such as contacts, campaigns, and configurations in the marketing platform. The material does not define a precise least-privilege scope, so its data access should be treated as dependent on the permissions granted to the Doppler/Rube connection and constrained accordingly.
The source is an open GitHub repository with strong community trust (64.7k stars), which is a clear positive signal for supply-chain risk. While the license is undeclared, maintenance status is unknown, and the skill depends on external Rube/Composio services, users should still review the actual repo contents and recent commits; based on the current material, however, there is no evidence of opaque closed-source distribution or obvious suspicious packaging, so a high-risk rating is not warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "doppler-marketing-automation-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/doppler-marketing-automation-automation/SKILL.md 2. Save it as ~/.claude/skills/doppler-marketing-automation-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Doppler Marketing Automation operations through Composio's Doppler Marketing Automation toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/doppler_marketing_automation
RUBE_MANAGE_CONNECTIONS with toolkit doppler_marketing_automationRUBE_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 doppler_marketing_automationAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Doppler Marketing Automation 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 Doppler Marketing Automation task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["doppler_marketing_automation"]
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 Doppler Marketing Automation-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit doppler_marketing_automation |
| 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 Dpd2 tasks through Rube MCP using current tool schemas first.
Automate Visme tasks through Rube MCP to speed up design workflows.
Automate Codereadr workflows via Rube MCP using current tool schemas first.
Automate MX Technologies tasks via Rube MCP, searching tool schemas first.
Automate Nango workflows via Rube MCP using current tool schemas first.
Automate Zoho Mail sending, searching, and organization through Rube MCP.
Automate Doppler SecretOps secret and configuration management tasks through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate ActiveCampaign tasks through Rube MCP for faster marketing operations.
Automate Salesforce Marketing Cloud tasks via Rube MCP using current tool schemas.
Automate Dripcel tasks via Rube MCP with schema lookup first.
Automate Dromo tasks through Rube MCP using current tool schemas.