campaign-cleaner-automation

Automate Campaign Cleaner operations through Rube MCP toolkits for efficient task management.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill campaign-cleaner-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: campaign-cleaner-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/campaign-cleaner-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill campaign-cleaner-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Campaign Cleaner tasks by providing a standardized, automated interface for tool discovery, connection management, and execution, eliminating manual configuration errors.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Programmatically verify and maintain active connections to the Campaign Cleaner toolkit.
  • Use Case: Automate repetitive cleanup workflows by discovering available tools, verifying session connectivity, and executing multi-step operations without manual intervention.

Quick Start

Use the campaign-cleaner-automation skill to discover and execute available cleanup tools for your current session.

Frequently Asked Questions about campaign-cleaner-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Campaign Cleaner tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your current session.

How to verify if my Campaign Cleaner connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the campaign_cleaner toolkit parameter to check the current connection status and follow the provided auth link if the status is not ACTIVE.

Can I reuse session IDs for multiple operations?

Yes, you should reuse session IDs within a single workflow to maintain context, but generate new session IDs when starting entirely new, unrelated workflows.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs are subject to change, so calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid arguments and preventing execution errors.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for state tracking during tool execution; it must be included in every call, even if passed as an empty object.