customgpt-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Customgpt configurations and workflows by providing a standardized, automated interface for tool discovery and execution.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current schemas and tool definitions for Customgpt operations.
  • Connection Management: Verify and maintain active authentication states for Customgpt toolkits.
  • Workflow Execution: Execute multi-step operations using Rube MCP to bridge the gap between AI agents and Customgpt functionality.

Quick Start

Use the customgpt-automation skill to search for available tools and execute a specific task in your current session.

Frequently Asked Questions about customgpt-automation

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

FAQPage Schema
How do I discover available Customgpt 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 Customgpt tasks.

How to check if my Customgpt connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the customgpt toolkit parameter to verify the current connection status and follow the provided auth link if it is not active.

Can I reuse session IDs for Customgpt workflows?

Yes, you should reuse session IDs within a single workflow to maintain state, but you must generate new session IDs when starting entirely new, unrelated workflows.

Why must I search for tools before execution?

Tool schemas and slugs are subject to change, so searching first ensures you are using the most current, valid arguments and preventing execution errors.