countdown-api-automation
Automate Countdown API tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
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-countdown-api-automation&locale=en&source=copy
Countdown API Automation Skill
Skill Overview
Use Rube MCP (Composio) to automate Countdown API operations, enabling an end-to-end workflow for API tool discovery, connection management, and batch execution.
Use Cases
When you need to dynamically discover available Countdown API tools and the current architecture, use
RUBE_SEARCH_TOOLS to retrieve the tool list, input schema, and execution plan in real time.When you need to execute multiple Countdown API operations in batch, use
RUBE_MULTI_EXECUTE_TOOL for parallel execution of multiple tools, with support for session reuse and memory management.Before executing API operations, verify the Countdown API connection status. Only run the workflow after the connection is in the ACTIVE state to avoid execution failures.
Core Features
Use
RUBE_SEARCH_TOOLS to query available Countdown API tools, the latest architecture, and recommended execution plans in real time, avoiding hard-coded tool slugs.Use
RUBE_MANAGE_CONNECTIONS to manage Countdown API connection status, including one-click authorization via an authentication link—no manual API key configuration required.Use
RUBE_MULTI_EXECUTE_TOOL to perform multiple Countdown API operations, supporting session ID reuse and memory parameter management for efficient automated workflows.Common Questions
How do I add Rube MCP to client configuration?
Just add
https://rube.app/mcp as an MCP server—no API key or other authentication information is required.Why do I always need to call RUBE_SEARCH_TOOLS first?
The Countdown API tool architecture changes dynamically. Calling
RUBE_SEARCH_TOOLS first fetches the latest tool slug and input schema, preventing execution failures caused by outdated hard-coded parameters.What is the memory parameter of RUBE_MULTI_EXECUTE_TOOL used for?
The
memory parameter stores and passes state information during workflow execution. Even if there is no state to pass, this parameter must be included (as an empty object {}) to satisfy the architecture requirements.