通过 Rube MCP 自动处理 Lexoffice 的发票、客户与财务办公流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "lexoffice-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/lexoffice-automation/SKILL.md 2. 保存为 ~/.claude/skills/lexoffice-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Lexoffice 工具及其最新参数 schema,然后为客户“上海星云科技有限公司”创建一张发票:项目为“网站维护服务”,金额 5000 元,税率 6%,付款期限 14 天,并返回发票编号与状态。
返回已使用的正确工具,并给出新建发票的编号、状态及关键字段摘要。
先搜索 Lexoffice 相关工具的最新 schema,再新建客户“杭州远峰贸易有限公司”,联系人为“李敏”,邮箱为“[email protected]”,随后为其生成一份报价:内容为“年度咨询服务”,报价 12000 元,并输出客户 ID 与报价 ID。
返回客户创建结果与报价创建结果,包括对应 ID、状态和主要信息。
先搜索当前可用的 Lexoffice 工具与筛选参数 schema,然后查询所有逾期未付款的发票,按逾期天数从高到低列出客户名称、发票编号、金额、到期日,并汇总总逾期金额。
输出逾期发票清单及总逾期金额,便于后续催款或运营跟进。
Automate Lexoffice operations through Composio's Lexoffice toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/lexoffice
RUBE_MANAGE_CONNECTIONS with toolkit lexofficeRUBE_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 lexofficeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Lexoffice 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 Lexoffice task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["lexoffice"]
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 Lexoffice-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit lexoffice |
| 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 自动化处理 Quaderno 税务与账单相关操作流程