documint-automation
Automate Documint tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Document ProcessingInstall
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
Core Functions
RUBE_SEARCH_TOOLS, avoiding hard-coded outdated implementations RUBE_MANAGE_CONNECTIONS to check and manage the Documint connection status, ensuring the service is available 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.