通过 Rube MCP 自动化执行 Algodocs 文档与数据处理任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "algodocs-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/algodocs-automation/SKILL.md 2. 保存为 ~/.claude/skills/algodocs-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Algodocs 相关工具与最新参数结构,再帮我通过 Rube MCP 批量处理这个发票文件夹,提取发票号、日期、金额和供应商名称,并输出为结构化表格。
一份基于最新工具参数执行的结构化发票数据表,适合导出或后续分析。
请先检索当前 Algodocs 工具定义,再设计并执行一个自动化流程:上传文档、提取指定字段、校验缺失项,并返回每一步的调用结果摘要。
一个可执行的自动化处理结果,包含字段提取、校验状态与步骤摘要。
先搜索 Algodocs 可用工具和 schema,再用 Rube MCP 分析这批合同,提取合同编号、签署方、生效日期和金额,并标记缺失或异常字段。
一份合同字段提取与异常标注结果,便于人工复核和后续归档。
Automate Algodocs operations through Composio's Algodocs toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/algodocs
RUBE_MANAGE_CONNECTIONS with toolkit algodocsRUBE_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 algodocsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Algodocs 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 Algodocs task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["algodocs"]
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 Algodocs-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit algodocs |
| 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 自动执行 Docnify 文档任务,并先检索最新工具 schema。