通过 Rube MCP 自动执行 Docugenerate 文档生成与处理流程,提升批量办公效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "docugenerate-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docugenerate-automation/SKILL.md 2. 保存为 ~/.claude/skills/docugenerate-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Docugenerate 工具及最新参数 schema,然后根据客户表中的姓名、公司和合同金额,批量生成 50 份合同文档,并返回每份文档的生成结果与链接。
一份批量生成结果列表,包含每份合同的状态、文档名称和访问链接。
先搜索 Docugenerate 相关工具 schema,再使用指定模板,把客户名称、产品明细、单价和税率填入,生成一份正式报价单,并输出可下载文件地址。
一份格式完整的报价单文档及其下载或访问链接。
先搜索当前可用工具和 schema,检查 Docugenerate 自动化流程所需的输入字段是否齐全;如果缺少字段,列出缺失项;如果齐全,继续执行文档生成。
一份字段校验结果;若通过,则附带成功生成的文档结果。
Automate Docugenerate operations through Composio's Docugenerate toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/docugenerate
RUBE_MANAGE_CONNECTIONS with toolkit docugenerateRUBE_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 docugenerateAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Docugenerate 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 Docugenerate task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["docugenerate"]
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 Docugenerate-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit docugenerate |
| 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 中的客户、项目与业务流程操作。
通过先检索当前工具模式,自动化执行 Docupilot 文档生成与处理流程。