callingly-automation

Automate Callingly operations and lead management workflows 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 callingly-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: callingly-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/callingly-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill callingly-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Callingly tasks by providing a standardized interface for interacting with the Callingly API through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Callingly operations.
  • Connection Management: Verify and maintain active authentication states for Callingly toolkits.
  • Workflow Execution: Execute multi-step operations like lead updates or status changes using structured tool calls.

Quick Start

Use the callingly-automation skill to discover available tools and execute a lead update workflow for the specified session.

Frequently Asked Questions about callingly-automation

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

FAQPage Schema
How do I connect Callingly to my agent?

Connect Callingly by using the RUBE_MANAGE_CONNECTIONS command with the callingly toolkit slug. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

Can I reuse session IDs for different workflows?

Reuse session IDs within a single, continuous workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to ensure clean execution logs and prevent parameter conflicts.

What should I do if the connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the returned authentication link to complete the setup process and verify the status again before proceeding.