better-proposals-automation
Automate Better Proposals tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Capabilities
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.