botstar-automation

Automate Botstar operations through the Rube MCP gateway for task execution and management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Botstar chatbot configurations and workflows by providing a standardized interface for tool discovery and execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Botstar tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Botstar toolkits.
  • Workflow Execution: Execute multi-step Botstar tasks, such as updating bot responses or managing user data, using structured tool calls.

Quick Start

Use the botstar-automation skill to search for available tools and execute a task for your specific Botstar workflow.

Frequently Asked Questions about botstar-automation

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

FAQPage Schema
How do I discover available Botstar tools?

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

How do I verify my Botstar connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'botstar' toolkit parameter to check if your connection is active and to receive an authentication link if re-authorization is required.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schemas and valid tool definitions.

What is the purpose of the memory parameter in tool execution?

The memory parameter is required by RUBE_MULTI_EXECUTE_TOOL to maintain state across operations. Always include it in your calls, even if it is an empty object.

How do I handle complex Botstar workflows?

Use RUBE_MULTI_EXECUTE_TOOL for standard operations or RUBE_REMOTE_WORKBENCH with run_composio_tool() for bulk operations, ensuring you reuse session IDs for consistent workflow state.