better-proposals-automation

Automate Better Proposals tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:6

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-better-proposals-automation&locale=en&source=copy

Better Proposals Automation — Proposal Automation Tool Without API Keys

Skill Overview


Better Proposals Automation is a skill that automates Better Proposals tasks through Rube MCP (Composio). It creates, manages, and performs bulk operations on proposals without needing API keys.

Use Cases

  • Sales Team Proposal Management — Automatically generate and send professional proposals to reduce manual effort and improve sales workflow efficiency.
  • Bulk Proposal Processing — Use RUBE_REMOTE_WORKBench to perform bulk proposal operations, suitable for enterprise scenarios where multiple proposals must be handled at the same time.
  • Developer Integration — Provide developers with an integration approach that does not require direct handling of the Better Proposals API by using a unified tool-calling interface through Rube MCP.
  • Core Capabilities

  • Tool Discovery & Schema Queries — Dynamically fetch the currently available Better Proposals tools and input specifications via RUBE_SEARCH_TOOLS, ensuring compatibility with the latest API.
  • Connection Management — Use RUBE_MANAGE_CONNECTIONS to manage the connection status of a Better Proposals account, supporting ACTIVE status checks and reauthorization.
  • Multi-Tool Execution — Execute multiple Better Proposals operations within a single session via RUBE_MULTI_EXECUTE_TOOL, supporting session ID reuse and workflow orchestration.
  • Frequently Asked Questions

    What prerequisites does Better Proposals Automation require?


    You need a connected Rube MCP server (add https://rube.app/mcp to the client configuration), and establish an active Better Proposals connection via RUBE_MANAGE_CONNECTIONS. Before use, you must first call RUBE_SEARCH_TOOLS to fetch the current tool schema.

    How do I connect to Better Proposals via Rube MCP?


    First, add the Rube MCP endpoint to your configuration, then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as better_proposals. If the connection is not active, the system will return an authentication link; after completing authorization, the status will become ACTIVE.

    Why must I call RUBE_SEARCH_TOOLS first?


    The tool schema for Better Proposals may change at any time. Hardcoding tool names and parameters can cause calls to fail. RUBE_SEARCH_TOOLS returns the latest available tools, input schema, and recommended execution plan to ensure successful operations.