Automate Passcreator tasks through Rube MCP and Composio.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "passcreator-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/passcreator-automation/SKILL.md 2. Save it as ~/.claude/skills/passcreator-automation/SKILL.md 3. Reload skills and tell me it's ready
Useful for developers or operators who need to run Passcreator actions in bulk. First discover tools, then execute them with the latest schema to avoid manual work.
Use this when the Passcreator connection is not ready. It helps verify Rube MCP availability, check connection status, and complete authorization.
Ideal for MCP tools that change often. Search first before each run so arguments and field names match the current version.
This document explains how to automate Passcreator operations through Composio’s Passcreator toolkit via Rube MCP. It covers prerequisites, connection setup, the required flow of searching tools before execution, and common pitfalls: always fetch the latest schema with RUBE_SEARCH_TOOLS, verify the connection is ACTIVE, and include the memory parameter when using multi-tool execution.
Automate Passcreator operations through Composio's Passcreator toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/passcreator
RUBE_MANAGE_CONNECTIONS with toolkit passcreatorRUBE_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 passcreatorAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Passcreator 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 Passcreator task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["passcreator"]
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 Passcreator-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit passcreator |
| 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
It automates Passcreator-related actions through Rube MCP and Composio. The core flow is to search tools first, check the connection, then execute the tool.
You need Rube MCP connected and an active Passcreator connection. The docs also require confirming that RUBE_SEARCH_TOOLS is available before running workflows.
Because tool schemas can change, the docs explicitly say not to hardcode tool slugs or arguments. Searching first gives you the current tools, fields, and execution guidance.
Automate Fixer IO exchange-rate queries and integrations through Rube MCP.
Automate Fomo tasks via Rube MCP with tool schema lookup first.
Automate Formcarry workflows through Rube MCP to streamline form submissions and lead handling.
Automate Genderapi.io workflows for gender detection and batch data processing.
Automate Gamma tasks through Rube MCP to streamline presentation workflows.
Automate Signwell signing and document workflows through Rube MCP integrations.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Auth0 operations and connection checks through Rube MCP tools.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Writer document and content workflows through Rube MCP efficiently.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Brex account, card, and expense tasks through Rube MCP.