campaign-cleaner-automation

Automate Campaign Cleaner tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:25

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-campaign-cleaner-automation&locale=en&source=copy

Campaign Cleaner Automation Skill

Skill Overview


Automate Campaign Cleaner tasks using Rube MCP (Composio), supporting tool discovery, connection management, and batch operations.

Use Cases


  • Bulk Marketing Campaign Management: When you need to automatically clean and batch-process large numbers of marketing campaigns, you can achieve automation through MCP tool calls without manual handling.
  • AI Skill Integration: Integrate Campaign Cleaner functionality into Claude Skills or other AI applications so the AI can directly perform marketing-campaign-related actions.
  • Multi-Tool Marketing Automation: As part of a marketing automation stack, it can be used together with other MCP tools to build a complete marketing workflow.
  • Core Features


  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to retrieve the current list of available Campaign Cleaner tools and their input patterns, without hard-coding tool definitions.
  • Connection and Session Management: Supports checking and managing Campaign Cleaner connection status. Reuse connection state via session ID to improve execution efficiency.
  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Campaign Cleaner operations in bulk, supporting complex workflow orchestration.
  • Frequently Asked Questions

    How do I get started with the Campaign Cleaner MCP?


    First, add https://rube.app/mcp as an MCP server. No API key is required; after adding it, you can start using it. Then call RUBE_SEARCH_TOOLS to discover available Campaign Cleaner tools, and use RUBE_MANAGE_CONNECTIONS to confirm the connection status is ACTIVE before executing operations.

    Why do I need to search for tools before each run?


    Campaign Cleaner’s tool schemas can change dynamically. Directly using hard-coded tool definitions may cause execution to fail. RUBE_SEARCH_TOOLS returns the latest tool slugs, input parameter patterns, and known issues to ensure accurate execution.

    What Campaign Cleaner actions are supported?


    The specific supported actions depend on the current version of the Campaign Cleaner toolset. Common actions include querying marketing campaigns, bulk cleaning, updating statuses, and more. It’s recommended to use RUBE_SEARCH_TOOLS to obtain the full list of available operations and detailed parameter requirements.