deadline-funnel-automation
Automate Deadline Funnel tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:24
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-deadline-funnel-automation&locale=en&source=copy
Deadline Funnel Automation - Automate Marketing Funnels with Rube MCP
Skills Overview
Automatically execute Deadline Funnel operations through Composio’s Rube MCP server, enabling marketing-funnel automation workflows without requiring an API key.
Use Cases
Suitable for scenarios that require batch processing of Deadline Funnel tasks—such as creating and managing multiple campaign deadlines—without manually handling each task.
Designed for invoking Deadline Funnel functionality directly within Claude conversations, ideal for automation scenarios that combine AI analysis and marketing operations to support smarter marketing decisions.
Suitable for developer scenarios that need to dynamically discover and invoke the latest tool patterns, ensuring that the newest API specifications are always used and preventing call failures due to pattern changes.
Core Features
Use
RUBE_SEARCH_TOOLS to automatically fetch the currently available Deadline Funnel tool list and input patterns, ensuring tool calls always match the latest API specifications and avoiding maintenance issues caused by hard-coding.Use
RUBE_MANAGE_CONNECTIONS to manage Deadline Funnel connection status, continuously check whether the connection is active, and guide the user through the authorization flow when needed.Use
RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to support batch tool calls and remote workbench operations, enabling complex multi-step automated workflows.FAQs
What Preconditions Does the Deadline Funnel MCP Need?
Using this skill requires three prerequisites: first, make sure the Rube MCP server (
https://rube.app/mcp) is added and available in the client configuration; second, establish an active Deadline Funnel connection via RUBE_MANAGE_CONNECTIONS; and before executing a workflow, always call RUBE_SEARCH_TOOLS to retrieve the current tool patterns.Why Search Tools Before Executing?
Composio’s tool patterns are updated regularly. Hard-coding tool names and parameters may cause execution failures.
RUBE_SEARCH_TOOLS returns the latest tool slug, input patterns, execution recommendations, and known pitfalls, ensuring tool calls always comply with the current API specifications—this is the key practice emphasized by this skill.Does Rube MCP Require an API Key?
No. Rube MCP is an API-key-free MCP server. You only need to add the endpoint
https://rube.app/mcp to the client configuration. The specific Deadline Funnel authorization is completed via the link returned by RUBE_MANAGE_CONNECTIONS, with no need to separately request or configure API credentials.