Automate Docsumo document extraction and processing tasks through Rube MCP.
This skill is essentially a prompt-style usage guide for Rube MCP/Composio, with no direct evidence of local code execution, embedded secrets, or explicit local file access. The main security consideration is that it directs users to connect a third-party hosted MCP service and a Docsumo account, so the overall posture is low-to-moderate risk with mostly caution-level findings.
The material states the skill itself requires no environment variables or API keys, but actual use requires an active Docsumo connection via RUBE_MANAGE_CONNECTIONS and an authorization-link flow, implying third-party account tokens/session authorization are involved. There is no evidence the skill itself stores credentials, but credentials are handled by the external MCP/connection system.
The README explicitly instructs adding the remote MCP endpoint https://rube.app/mcp and performing actions through Composio's Docsumo toolkit. This means task inputs, session information, and potentially Docsumo business data may be sent to external services relevant to the stated function. The endpoint usage appears aligned with the declared purpose, with no clear signs of unrelated or covert exfiltration.
The system marks this as prompt-only, and the material mainly describes a tool-calling workflow. There is no indication it asks to run local scripts, install local binaries, or request additional system privileges. Its capabilities depend on external MCP tools rather than the skill directly executing code.
No local filesystem read/write is described, but the skill drives queries and executions against the connected Docsumo toolkit and reuses session/memory parameters, so its access scope is mainly the remote business data the user authorizes to Docsumo/Composio/Rube. The material does not show requests for local data permissions beyond its stated purpose.
Positive signals include a GitHub source, visible open-source repository, and high community adoption (64.7k stars), which materially reduce supply-chain risk. However, the license is unspecified, maintenance status is unknown, and actual operation depends on third-party hosted rube.app/composio services whose backends are not fully auditable from the provided material, so caution is appropriate rather than risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "docsumo-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docsumo-automation/SKILL.md 2. Save it as ~/.claude/skills/docsumo-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Docsumo operations through Composio's Docsumo toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/docsumo
RUBE_MANAGE_CONNECTIONS with toolkit docsumoRUBE_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 docsumoAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Docsumo 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 Docsumo task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["docsumo"]
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 Docsumo-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit docsumo |
| 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
Connect and automate Twelve Data workflows through Rube MCP tools.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate Docsbot AI tasks via Rube MCP using current tool schemas first.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Docnify document tasks through Rube MCP with schema-first tool discovery.
Search current schemas first, then automate Docupilot document generation workflows.