通过 Rube MCP 自动化执行 Ambee 相关任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "ambee-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ambee-automation/SKILL.md 2. 保存为 ~/.claude/skills/ambee-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索与 Ambee 相关的可用工具和最新参数结构,然后用 Rube MCP 帮我自动执行一个 Ambee 任务;如果有多个相关操作,请列出可选项并选择最合适的一个继续。
先返回检索到的工具与参数要点,再给出实际执行步骤或自动化结果。
请先搜索当前 Ambee 工具的输入输出参数定义,并总结与常见旧版调用方式的差异,避免我使用过时字段。
输出最新字段说明、可能的兼容性提示,以及安全可用的调用建议。
基于当前可用的 Ambee 工具结构,先检索再设计一个可复用的自动化流程模板,包含触发条件、必要参数、执行顺序和失败重试建议。
得到一份结构清晰的自动化流程方案,可直接用于后续集成或执行。
Automate Ambee operations through Composio's Ambee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ambee
RUBE_MANAGE_CONNECTIONS with toolkit ambeeRUBE_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 ambeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ambee 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 Ambee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ambee"]
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 Ambee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ambee |
| 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 中的客户、项目与业务流程操作。
自动化执行 Beamer 相关任务与流程,提升更新发布和日常协作效率。