draftable-automation

Automate Draftable document comparison tasks through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of comparing document versions by automating Draftable operations directly within your AI agent's workflow.

Core Features & Use Cases

  • Automated Comparison: Trigger document comparison workflows using the Draftable toolkit via Rube MCP.
  • Schema Discovery: Dynamically fetch and validate tool schemas to ensure compatibility with the latest Draftable API updates.
  • Use Case: Automatically compare a contract draft against its previous version to identify changes, then execute the comparison tool to generate a report for review.

Quick Start

Use the draftable-automation skill to search for available comparison tools and execute a document check.

Frequently Asked Questions about draftable-automation

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

FAQPage Schema
How do I start a document comparison with Draftable?

First, use RUBE_SEARCH_TOOLS to identify the correct comparison tool slug. Once identified, ensure your Draftable connection is active via RUBE_MANAGE_CONNECTIONS before calling RUBE_MULTI_EXECUTE_TOOL with your document parameters.

What should I do if my Draftable connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the 'draftable' toolkit parameter. This will return an authentication link; follow that link to complete the connection setup and verify the status returns as ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints for Draftable can change frequently. Searching first ensures you are using the correct arguments and slugs, preventing execution errors caused by outdated hardcoded values.

Can I automate bulk document comparisons?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool() function to orchestrate bulk operations across multiple documents once your connection is established.