通过先检索当前工具模式,自动化执行 Docupilot 文档生成与处理流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "docupilot-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docupilot-automation/SKILL.md 2. 保存为 ~/.claude/skills/docupilot-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用的 Docupilot 相关工具及其最新 schema,然后使用合适的工具,基于客户名单批量生成合同。每份合同需填入客户名称、合同编号、生效日期,并返回生成结果摘要与失败项列表。
返回批量合同生成结果,包括成功数量、失败原因及生成文档记录摘要。
请先搜索当前 Docupilot 工具 schema,再调用正确工具把销售报价单模板填充为指定客户数据,并导出为 PDF。输出文档链接或结果标识,以及关键字段校验结果。
返回已填充并导出的 PDF 结果,以及字段是否正确写入的检查说明。
请先搜索 Docupilot 可用操作与参数 schema,然后检查当前自动化文档流程是否缺少必填参数或使用了过期字段。给出修正建议,并在可行时直接执行修复后的流程。
返回流程问题清单、修正建议,以及修复后执行结果或可执行状态说明。
Automate Docupilot operations through Composio's Docupilot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/docupilot
RUBE_MANAGE_CONNECTIONS with toolkit docupilotRUBE_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 docupilotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Docupilot 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 Docupilot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["docupilot"]
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 Docupilot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit docupilot |
| 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 自动执行 Docugenerate 文档生成与处理流程,提升批量办公效率。