landbot-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Landbot interfaces by enabling programmatic control over bot operations and data management.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Landbot tool schemas to ensure accurate execution.
  • Connection Management: Handle authentication and session state for Landbot toolkits via Rube MCP.
  • Workflow Execution: Perform bulk operations and multi-step tasks across Landbot integrations.

Quick Start

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

Frequently Asked Questions about landbot-automation

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

FAQPage Schema
How do I connect Landbot to my agent?

Connect Landbot by calling RUBE_MANAGE_CONNECTIONS with the landbot toolkit parameter. Ensure the connection status is ACTIVE before attempting to execute any tools or workflows.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas for Landbot change frequently, and calling RUBE_SEARCH_TOOLS ensures you have the most current slugs, input requirements, and execution plans for your specific task.

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 workflows to prevent data contamination and logic errors.

What should I do if tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Always include the memory parameter in your execution calls.