proofly-automation

Automate Proofly task workflows through the Rube MCP gateway interface.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill proofly-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proofly-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/proofly-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill proofly-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Proofly operations by providing a standardized, repeatable interface for tool discovery, connection management, and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans to ensure compatibility.
  • Connection Management: Handles Proofly authentication and session state verification to ensure reliable task execution.
  • Workflow Automation: Enables multi-step execution of Proofly tools within a single session, reducing manual overhead for repetitive tasks.

Quick Start

Use the proofly-automation skill to search for available tools and execute a task in my current session.

Frequently Asked Questions about proofly-automation

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

FAQPage Schema
How do I connect Proofly to my agent?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'proofly' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available arguments change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool definitions and prevents execution errors caused by outdated schemas.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state. However, generate a new session ID when starting a completely different, unrelated task.

What should I do if a tool execution fails?

Verify that your connection status is still ACTIVE using RUBE_MANAGE_CONNECTIONS. Ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.