通过 Rube MCP 自动处理 PDF 任务,如转换、提取、合并与数据整理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "pdf-co-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pdf-co-automation/SKILL.md 2. 保存为 ~/.claude/skills/pdf-co-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
使用 pdf-co-automation 处理这个发票文件夹。先搜索可用工具及当前 schema,再批量提取每份 PDF 中的发票号、日期、供应商名称、税额和总金额,输出为结构化表格。
返回按字段整理的表格或 JSON,可直接用于对账或导入系统。
用 pdf-co-automation 将这批合同 PDF 按文件名顺序合并为一个文件,并在保证清晰可读的前提下压缩体积。开始前先搜索工具确认支持的参数和 schema。
生成一个已合并且压缩后的 PDF 文件,并说明处理结果。
使用 pdf-co-automation 把这份包含表格的 PDF 转成 Excel。先搜索当前可用工具和 schema,再尽量保留原始列结构、表头和分页信息。
输出可编辑的 Excel 文件,表格结构尽量接近原始 PDF。
Automate PDF co operations through Composio's PDF co toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pdf_co
RUBE_MANAGE_CONNECTIONS with toolkit pdf_coRUBE_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 pdf_coAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "PDF co 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 PDF co task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pdf_co"]
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 PDF co-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pdf_co |
| 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 自动执行 Pdfless 相关流程与文档处理任务