documint-automation

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

Install

Hot:46

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-documint-automation&locale=en&source=copy

Documint Automation Skills

Skill Overview


Automate Documint document operations using Rube MCP. Before executing any task, automatically search and retrieve the latest tool architecture.

Use Cases


  • Batch document generation: Enterprise scenarios that need to generate contracts, reports, certificates, and other documents in bulk based on templates

  • Document workflow integration: Integrate document generation steps into existing business workflows to achieve end-to-end automation

  • API-first development: Developer workflows that manage document development through code rather than manual operations
  • Core Functions


  • Intelligent tool discovery: Dynamically fetch the currently available Documint tools and input schemas via RUBE_SEARCH_TOOLS, avoiding hard-coded outdated implementations

  • Connection status management: Use RUBE_MANAGE_CONNECTIONS to check and manage the Documint connection status, ensuring the service is available

  • Batch tool execution: Use RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to run multiple document operations, supporting session reuse
  • Common Questions

    What configuration does Rube MCP require?


    Just add https://rube.app/mcp as the MCP server in the client configuration. No API key is needed. After adding it, you can use all tools provided by Rube.

    Why search for tools before every execution?


    Composio’s tool architecture is updated frequently. Hard-coding tool slugs and parameters can cause call failures. RUBE_SEARCH_TOOLS returns the latest architecture, recommended execution plans, and known pitfalls to ensure successful calls.

    How can I tell whether the Documint connection is available?


    Call RUBE_MANAGE_CONNECTIONS and specify the toolkit as documint. If the returned status is not ACTIVE, complete the connection setup using the authentication link returned.