botbaba-automation

Automate Botbaba operations through the Rube MCP gateway for integrated task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Botbaba by providing a standardized, automated interface for executing tasks and managing connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search and retrieve current tool schemas to ensure compatibility with Botbaba operations.
  • Connection Management: Verify and maintain active authentication states for seamless tool execution.
  • Multi-Tool Execution: Perform complex workflows by chaining multiple Botbaba actions within a single session.

Quick Start

Ask the agent to search for available Botbaba tools and execute the required task using the Rube MCP gateway.

Frequently Asked Questions about botbaba-automation

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

FAQPage Schema
How do I connect Botbaba to my agent?

Connect Botbaba by calling RUBE_MANAGE_CONNECTIONS with the toolkit set to 'botbaba'. Follow the provided authentication link to authorize the connection and ensure the status is marked as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available slugs change frequently. Searching ensures you use the correct arguments and field names for your specific Botbaba task.

Can I reuse session IDs for different workflows?

Reuse session IDs within a single, continuous workflow to maintain state. However, you should generate new session IDs for distinct, unrelated workflows to prevent data contamination.

What should I do if my tool execution fails?

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