proofly-automation
Automate Proofly tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Proofly Automation - Automate Proofly Actions via Rube MCP
Skill Overview
Automate Proofly actions using Composio’s Proofly toolkit and the Rube MCP server, supporting dynamic tool discovery and bulk execution without hardcoding tool modes.
Use Cases
When you need Claude or another AI agent to automatically perform Proofly tasks, this skill provides complete tool discovery, connection management, and an execution flow—no manual configuration of API keys required.
Suitable for scenarios where tool modes may change frequently. By dynamically fetching the latest modes with RUBE_SEARCH_TOOLS, you avoid workflow failures caused by outdated hardcoded tools after tool updates.
Supports bulk tool calls via RUBE_REMOTE_WORKBENCH, making it ideal for efficient workflows that process multiple Proofly tasks at once.
Core Features
Use RUBE_SEARCH_TOOLS to query available Proofly tools in real time, retrieving the current tool mode, recommended execution plans, and known pitfalls—ensuring you use the latest tool interfaces.
Use RUBE_MANAGE_CONNECTIONS to verify Proofly connection status, including toolkit activation, status checks, and authorization flow management.
Execute single or bulk tool calls via RUBE_MULTI_EXECUTE_TOOL, supporting session reuse, memory parameter passing, and pagination—fully covering Proofly action requirements.
FAQs
What is Rube MCP? How do I configure it?
Rube MCP is an MCP server provided by Composio, usable without API keys. Configuration is straightforward: add https://rube.app/mcp as the MCP server in your client settings. After configuration, confirm that the RUBE_SEARCH_TOOLS tool is available, and you can start using it.
Why call RUBE_SEARCH_TOOLS first?
Tool modes change frequently. Hardcoding tool slugs and parameters can cause workflows to break. By dynamically retrieving the current mode through RUBE_SEARCH_TOOLS, you ensure tool calls remain valid while also obtaining recommended execution plans and known pitfalls—improving workflow reliability.
Does this skill require an API key?
No. The Rube MCP server provides the service via the https://rube.app/mcp endpoint. Once added to the client configuration, you can use it directly. Proofly authorization is handled through the OAuth flow in RUBE_MANAGE_CONNECTIONS, with no need for manual key configuration.
How do I check the Proofly connection status?
Use the RUBE_MANAGE_CONNECTIONS tool, specify the toolkit as proofly, and it will return the current connection status. If the status is not ACTIVE, complete the Proofly account connection using the authorization link returned. Only after the status becomes ACTIVE should you execute tool calls.
Does it support bulk execution of Proofly tools?
Yes. You can execute multiple tools at once via RUBE_MULTI_EXECUTE_TOOL, or use RUBE_REMOTE_WORKBench to call run_composio_tool() for bulk operations. Both approaches support session reuse, making them suitable for batching Proofly tasks.