chatbotkit-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Chatbotkit configurations and executing tasks by providing a standardized, automated interface for interacting with the platform via MCP.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate current tool schemas to ensure compatibility.
  • Connection Management: Programmatically verify and manage active connections to Chatbotkit.
  • Workflow Execution: Execute multi-step operations, such as bulk tool execution or remote workbench tasks, using a unified session-based approach.

Quick Start

Use the chatbotkit-automation skill to discover available tools and execute a task for my chatbot.

Frequently Asked Questions about chatbotkit-automation

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

FAQPage Schema
How do I discover available Chatbotkit tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans for your Chatbotkit tasks.

Why must I call RUBE_SEARCH_TOOLS before executing a tool?

Tool schemas and slugs change frequently. Searching first ensures you use the correct, current arguments and field names, preventing execution errors and ensuring schema compliance.

How do I verify my Chatbotkit connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'chatbotkit' toolkit parameter to check if your connection is active before attempting to run any workflows.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single, continuous workflow. Generate new session IDs for distinct, unrelated workflows to maintain state isolation and prevent execution conflicts.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that you have included the required memory parameter in your call.