Automate Documint document generation and processing tasks through Rube MCP.
This appears to be an open-source prompt-style wrapper with strong community adoption signals. However, it relies on external Rube MCP/Composio and a Documint connection, while the materials do not fully describe data flows, authorization scope, or maintenance status, so the overall posture is low-to-moderate risk with caution.
The material says the skill itself needs no API key, but it requires an active Documint connection via `RUBE_MANAGE_CONNECTIONS` and an external auth flow, indicating third-party account authorization in practice. The scope requested, token storage, and least-privilege details are not described.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio/Documint tools, so user requests and related business data are likely transmitted through these stated external services. The documentation does not fully specify what data leaves the client or its boundaries.
The system flags it as `prompt-only`, and the material does not describe local code execution, process spawning, or requests for system-level execution permissions. Based on the available facts, it behaves more like workflow guidance than a locally executable component.
This skill targets Documint operations and performs tasks through remote tools such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`, implying access to data the user authorizes in Documint. However, the documentation does not define the specific read/write scope, access limits, or safeguards against overbroad authorization.
The source is an open GitHub repository with high community adoption (~64.7k stars), which is a strong risk-reducing signal. No closed-source distribution, suspicious install script, or clear deceptive content is evident here. Still, the missing license declaration and unknown maintenance status should be reviewed further.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "documint-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/documint-automation/SKILL.md 2. Save it as ~/.claude/skills/documint-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Documint operations through Composio's Documint toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/documint
RUBE_MANAGE_CONNECTIONS with toolkit documintRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit documintAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Documint operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Documint task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["documint"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Documint-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit documint |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate Docsumo document extraction and processing tasks through Rube MCP.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.