cardly-automation
Automate Cardly 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-cardly-automation&locale=en&source=copy
Cardly Automation — Automate Cardly Tasks with Rube MCP
Overview of Skills
Cardly Automation is a Claude skill that lets you automate Cardly operations in Claude without an API key, using Composio’s Cardly toolkit and the Rube MCP standard.
Use Cases
You don’t need to apply for or manage Cardly API keys. Just add the Rube MCP server endpoint to begin automation, reducing both the integration barrier and security risk.
Directly call Cardly operations in Claude Code or other MCP-capable clients to enable conversation-driven task automation—such as bulk creating contacts, automatically sending cards, and more.
By using the MCP standard protocol instead of proprietary APIs, developers can use a unified tool discovery and execution model to quickly build AI applications based on Cardly.
Core Features
Use
RUBE_SEARCH_TOOLS to dynamically retrieve the currently available Cardly tool list and parameter schemas, avoiding hard-coded outdated structures and ensuring calls use the latest API format.Use
RUBE_MANAGE_CONNECTIONS to manage Cardly account authorization status. Supports one-click connection and status checks to simplify authentication.Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Cardly operations serially within a single session, supporting complex workflows and bulk data processing.FAQs
What is the Cardly Automation skill?
It is a Claude AI skill that connects to Composio’s Cardly toolkit via the Rube MCP (Model Context Protocol) standard interface, allowing you to automate Cardly tasks directly in conversation—such as managing contacts, sending cards, and setting scheduled tasks—without writing code or managing API keys.
How do I configure a Rube MCP connection to Cardly?
In an MCP-capable client (e.g., Claude Code), add the server endpoint
https://rube.app/mcp in the settings. No API key is required. After adding it, call RUBE_SEARCH_TOOLS to verify the connection, then use RUBE_MANAGE_CONNECTIONS to activate the Cardly toolkit authorization. Once done, you can execute Cardly operations.Do I really not need an API key? How is secure authentication handled?
Correct—using Rube MCP does not require a Cardly API key. Authentication is handled via Composio’s OAuth flow: the first time you call a Cardly tool, you’ll receive an authorization link. After you log in and authorize your Cardly account in your browser, the connection status becomes ACTIVE. All subsequent operations automatically use that authorized session.
What Cardly operations are supported?
The specific list of operations changes dynamically. It’s recommended to call
RUBE_SEARCH_TOOLS first to get the latest tool catalog. Typically it includes contact management, card creation and sending, scheduled task setup, data synchronization, and more. Searching before each execution helps ensure the parameter schemas are correct.How do I use this skill in Claude Code?
Make sure Claude Code has the Rube MCP server configured, then describe the Cardly operation you want directly in the conversation. The skill will automatically perform tool discovery, connection checks, and task execution. For example: “Create a new contact in Cardly” or “Send cards in bulk to these customers.”
What is the relationship between Composio and Rube MCP?
Composio is a third-party integration platform that provides hundreds of SaaS toolkits, including Cardly. Rube MCP is Composio’s MCP server implementation, enabling any AI client that supports the MCP protocol to call the Composio-hosted tools through a standard interface.
Does the skill support batch operations and scheduled tasks?
Yes. With
RUBE_MULTI_EXECUTE_TOOL, you can execute multiple Cardly operations in a single session for bulk processing. For scheduled tasks, you can use the scheduling features provided by the Cardly toolkit, or combine with Claude Code’s looping skills to run periodically.