customgpt-automation

Automate Customgpt tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:22

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-customgpt-automation&locale=en&source=copy

CustomGPT Automation - Achieve CustomGPT Automation via Rube MCP

Skill Overview


CustomGPT Automation is a skill that enables CustomGPT automated operations through Composio’s Rube MCP service. It allows you to connect, manage, and execute CustomGPT tasks without needing an API key.

Use Cases

  • Automated Content Workflows

  • When you need to regularly create, update, or manage knowledge base content from CustomGPT, you can use RUBE_MULTI_EXECUTE_TOOL to execute tools in bulk, enabling automated publishing and maintenance of content.

  • Multi-Instance Management

  • If you manage multiple CustomGPT projects or customer service bots at the same time, you can use Rube MCP’s tool discovery and execution capabilities to centrally manage and operate multiple instances, without having to handle each one manually.

  • Integration into Automation Pipelines

  • Treat CustomGPT operations as part of a larger automation workflow—for example, automatically updating a knowledge base after data collection, or creating a new CustomGPT project when a specific event is triggered.

    Core Features

  • Tool Discovery and Pattern Query

  • Use RUBE_SEARCH_TOOLS to query the available CustomGPT toolset and input patterns in real time, ensuring the latest tool definitions are always used and preventing execution failures due to pattern changes.

  • Connection Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage the CustomGPT connection status. Support rapid connection setup via Composio without manual API key configuration.

  • Batch Tool Execution

  • Execute multiple CustomGPT actions at once using RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH, supporting session reuse and memory management to improve automation efficiency.

    FAQs

    How do I use Rube MCP to connect to CustomGPT?


    First, add https://rube.app/mcp as an MCP server, then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as customgpt. If the connection is not active, the system will return an authentication link. After completing authentication, you can use it.

    Does CustomGPT Automation require an API key?


    No. With Composio’s Rube MCP service, you only need to complete Composio account OAuth authentication to connect to CustomGPT—no separate API key application or management is required.

    How can I ensure tool calls succeed?


    Before every execution, call RUBE_SEARCH_TOOLS to fetch the latest tool patterns, then use RUBE_MANAGE_CONNECTIONS to confirm the connection status is ACTIVE. Finally, strictly execute RUBE_MULTI_EXECUTE_TOOL using the pattern parameters returned.