leadoku-automation

Automate Leadoku operations through Rube MCP toolkits for streamlined task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Leadoku by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active Leadoku connections to ensure reliable workflow execution.
  • Multi-Tool Execution: Execute complex, multi-step Leadoku workflows using a unified interface.

Quick Start

Use the leadoku-automation skill to discover available tools and execute a task for Leadoku operations.

Frequently Asked Questions about leadoku-automation

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

FAQPage Schema
How do I connect Leadoku to my agent?

Connect Leadoku by calling the RUBE_MANAGE_CONNECTIONS tool with the 'leadoku' toolkit argument. Follow the provided authentication link if the connection status is not already ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and execution parameters for your specific task.

What should I do if my Leadoku connection is inactive?

If the connection status is not ACTIVE, trigger the RUBE_MANAGE_CONNECTIONS tool again to receive a fresh authentication link and complete the setup process.

Can I reuse session IDs for different workflows?

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