botpress-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Botpress integrations by providing a standardized, repeatable workflow for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Botpress tools.
  • Connection Management: Verify and maintain active authentication states for Botpress toolkits.
  • Execution: Execute multi-step workflows using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the botpress-automation skill to search for available tools and execute a task in my Botpress workspace.

Frequently Asked Questions about botpress-automation

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

FAQPage Schema
How do I discover available Botpress tools?

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

How to check if my Botpress connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the botpress toolkit parameter to verify the current connection status and initiate authentication if the status is not ACTIVE.

Can I use this skill without an API key?

Yes, the Rube MCP gateway handles authentication securely through the MCP protocol, requiring only the endpoint configuration in your client settings.

Why must I search for tools before execution?

Tool schemas and slugs are subject to change; searching ensures you are using the most current definitions and prevents execution errors caused by outdated parameters.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm the memory parameter is included.