bidsketch-automation

Automate Bidsketch proposal operations through the Rube MCP gateway for streamlined workflow management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Bidsketch proposals by providing a direct, automated interface to the platform's API via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Bidsketch tool schemas and input requirements.
  • Connection Management: Verify and maintain active authentication sessions for Bidsketch operations.
  • Workflow Execution: Execute multi-step proposal tasks, such as creating or updating documents, using standardized tool execution patterns.

Quick Start

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

Frequently Asked Questions about bidsketch-automation

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

FAQPage Schema
How do I connect Bidsketch to my AI agent?

Connect Bidsketch by using the RUBE_MANAGE_CONNECTIONS tool with the 'bidsketch' toolkit argument. Ensure you follow the returned authentication link to finalize the connection status as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available endpoints change frequently. This ensures your agent uses the most current input parameters and avoids execution errors.

Can I automate bulk proposal operations?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to iterate through your proposal list.

What should I do if my Bidsketch connection fails?

Verify your connection status by calling RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection command and complete the authentication flow provided in the response.