better-proposals-automation

Automate Better Proposals operations through the Rube MCP toolkit for workflow management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Better Proposals tasks by providing a standardized interface for interacting with the platform via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and tool definitions to ensure compatibility with the latest API changes.
  • Connection Management: Handle authentication and session state for the Better Proposals toolkit directly within the agent environment.
  • Workflow Execution: Execute multi-step operations, such as creating or updating proposals, using a unified execution pattern.

Quick Start

Use the better-proposals-automation skill to search for available tools and execute a proposal update task.

Frequently Asked Questions about better-proposals-automation

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

FAQPage Schema
How do I connect Better Proposals to my agent?

Connect by calling the RUBE_MANAGE_CONNECTIONS tool with the 'better_proposals' 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?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or incorrect argument structures.

How do I handle tool execution errors?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and ensure all required arguments match the schema returned by RUBE_SEARCH_TOOLS. Always include an empty memory object if no specific memory is required.

Can I reuse sessions for multiple tasks?

Yes, you should reuse session IDs within a single workflow to maintain context. However, generate new session IDs for distinct, unrelated workflows to prevent state contamination.