Automate CustomGPT tasks and workflow integrations through Rube MCP.
This skill is essentially a prompt-style workflow for orchestrating Rube MCP/Composio calls, with no direct local secrets required and no embedded executable code. Overall source signals are positive and open-source, but actual data egress and permission boundaries depend on the external Rube/Customgpt connection setup and should be verified separately.
The material says the skill itself requires no keys, but the README explicitly requires creating a `customgpt` connection via `RUBE_MANAGE_CONNECTIONS` and completing external authentication. This means third-party account authorization/tokens are still involved; no direct credential harvesting red flags are shown, but the granted scope should be verified.
The README requires adding the remote MCP endpoint `https://rube.app/mcp` and performing operations through the Composio/Customgpt toolchain, indicating that user requests and relevant arguments may be sent to external services. The endpoint is explicitly identified and functionally relevant, so this is normal external connectivity, but the material does not specify data minimization, logging retention, or downstream forwarding details.
Based on the material, this is a prompt-only skill that mainly instructs use of existing tools such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`. There is no indication of installing scripts locally, spawning processes, or executing arbitrary system commands.
The skill does not declare direct access to local files or system resources, but it performs Customgpt 'operations' through external tools, so the effective read/write scope depends on the discovered tool schemas and the permissions of the connected Customgpt account. No excessive local authorization is evident here, but the remote data operation surface is not transparent in this document.
The source is an open GitHub repository with strong community adoption (~64.7k stars), and the material is an auditable document/skill description—both are clear risk-reducing signals. License and maintenance status are unspecified, and the workflow depends on external Rube/Composio services, but the current material does not show supply-chain red flags strong enough to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "customgpt-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/customgpt-automation/SKILL.md 2. Save it as ~/.claude/skills/customgpt-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Customgpt operations through Composio's Customgpt toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/customgpt
RUBE_MANAGE_CONNECTIONS with toolkit customgptRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit customgptAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Customgpt operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Customgpt task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["customgpt"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Customgpt-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit customgpt |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate BugHerd tasks to streamline bug tracking and team workflows.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate BugBug tasks through Rube MCP to streamline testing workflows.
Automate Bugsnag alerts, project workflows, and error monitoring tasks via MCP.
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate curated workflows with Rube MCP after checking current tool schemas first.