amcards-automation
Automate Amcards tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:5
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-amcards-automation&locale=en&source=copy
Amcards Automation via Rube MCP
Skill Overview
Using Composio’s Amcards toolkit and the Rube MCP server, you can automate Amcards card operations without an API key, including batch sending, contact synchronization, and template application.
Use Cases
1. CRM Automation
Sales teams can automatically trigger holiday greeting cards, birthday reminders, and follow-up cards. By sending personalized cards at key moments through predefined workflows, it improves customer experience and repeat purchase rates.
2. Batch Card Processing
When you need to send cards to multiple contacts at once, use
RUBE_MULTI_EXECUTE_TOOL to complete the batch operation in a single step. Combine it with pagination handling to ensure data completeness.3. Claude AI Workflow Integration
Embed Amcards operations into Claude conversation flows so that cards are automatically created and sent during the dialogue. This is suitable for scenarios where actions must be triggered dynamically based on conversation content.
Core Features
Automatic Tool Discovery and Connection
Use
RUBE_SEARCH_TOOLS to fetch the latest tool schema in real time, avoiding interface changes caused by hard-coding. RUBE_MANAGE_CONNECTIONS provides one-click connection management and supports a visual authorization flow.Password-Free MCP Server Access
Add
https://rube.app/mcp as the MCP server in the client configuration—no need to request an API key or provide authentication settings. Once the connection is activated, you can directly call all Amcards tools provided by Composio.Session-Based Batch Execution
Supports session ID reuse to keep context continuous when calling tools multiple times within the same workflow.
RUBE_MULTI_EXECUTE_TOOL allows a single request to execute multiple tools, greatly improving batch processing efficiency.Common Questions
What should I do if the Rube MCP connection fails?
First, call
RUBE_SEARCH_TOOLS to verify service availability, then use RUBE_MANAGE_CONNECTIONS to check the connection status for the toolkit named "amcards". If the status is not ACTIVE, complete authentication using the authorization link returned by the system.How do I know which Amcards actions are supported?
You must call
RUBE_SEARCH_TOOLS before every use, passing your specific use case (e.g., “send card” or “list contacts”). The system will return the available tool slugs, input parameter schemas, and a recommended execution plan.How should I handle pagination when dealing with a large number of contacts?
Check whether the tool response includes a pagination token field. If it exists, continue requesting with the same parameters until the response no longer returns a pagination token. Always pass the
memory parameter to maintain session state—even if it is empty, pass {}.