通过 Rube MCP 自动化执行 Docsumo 文档提取与处理相关任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "docsumo-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docsumo-automation/SKILL.md 2. 保存为 ~/.claude/skills/docsumo-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及其最新 schema,然后使用 Rube MCP 自动化 Docsumo:批量上传这个文件夹中的发票,提取供应商、发票号、日期、税额和总金额,并汇总成表格。
返回一份结构化汇总表,包含每张发票的关键字段及处理结果。
请先搜索工具定义,再调用 Docsumo 自动化流程:读取已处理的表单,检查缺失字段与低置信度提取项,输出需要人工复核的记录清单。
生成一份待复核清单,标出问题字段、置信度和对应文档。
先搜索最新工具 schema,然后通过 Rube MCP 调用 Docsumo,把最近上传文档中的提取结果整理后追加到业务跟踪表,并记录失败项。
输出更新后的业务表写入结果,以及失败记录与原因说明。
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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 Docsbot AI 任务并先检索最新工具结构