通过 Rube MCP 自动处理 Dropbox Sign 的签署请求、状态查询与文档流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "dropbox-sign-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dropbox-sign-automation/SKILL.md 2. 保存为 ~/.claude/skills/dropbox-sign-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及最新参数 schema,然后使用 Dropbox Sign 相关工具创建一个签署请求:上传合同文件,收件人是 [email protected],签署顺序为单人签署,主题为“服务合同签署”,并返回请求 ID 与签署链接。
返回已创建的签署请求信息,包括请求 ID、签署链接和发送状态。
先搜索可用工具及最新参数 schema,然后根据签署请求 ID 查询 Dropbox Sign 文档的当前状态,列出是否已查看、是否已签署、最后更新时间,以及下一步建议。
返回清晰的进度摘要,说明签署状态、时间节点与后续操作建议。
先搜索可用工具及最新参数 schema,然后查找所有超过 3 天未完成的 Dropbox Sign 签署请求,并为每个请求发送一次礼貌的催签提醒,最后汇总处理结果。
返回已提醒的请求列表、提醒发送结果,以及仍需人工跟进的项目。
Automate Dropbox Sign operations through Composio's Dropbox Sign toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/dropbox_sign
RUBE_MANAGE_CONNECTIONS with toolkit dropbox_signRUBE_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 dropbox_signAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Dropbox Sign 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 Dropbox Sign task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["dropbox_sign"]
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 Dropbox Sign-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit dropbox_sign |
| 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 自动执行 FlexiSIGN 相关任务并先检索最新工具结构