cardly-automation

Automate Cardly operations and task management through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Cardly interfaces by providing a standardized, agent-driven approach to executing tasks and managing connections.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Cardly toolkits.
  • Workflow Execution: Perform multi-step operations like bulk actions or specific task automation using discovered tool slugs.

Quick Start

Use the cardly-automation skill to discover available tools and execute a specific task for your current session.

Frequently Asked Questions about cardly-automation

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

FAQPage Schema
How do I execute Cardly tasks using this skill?

First, call RUBE_SEARCH_TOOLS to discover available tool slugs and schemas. Then, verify your connection with RUBE_MANAGE_CONNECTIONS before using RUBE_MULTI_EXECUTE_TOOL to run your specific task.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available operations change frequently. Calling RUBE_SEARCH_TOOLS ensures you use the most current arguments and slugs, preventing execution errors caused by outdated configurations.

How do I check if my Cardly connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the 'cardly' toolkit parameter. The response will indicate if the connection status is ACTIVE or if you need to follow an authentication link.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation. Reuse session IDs only within the context of a single, continuous task sequence.

What should I do if a tool execution fails?

Verify that your connection status is still ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.