通过 Rube MCP 自动化执行 Openperplex 任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "openperplex-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/openperplex-automation/SKILL.md 2. 保存为 ~/.claude/skills/openperplex-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 openperplex 相关工具的当前 schema,再通过 Rube MCP 自动执行一个研究流程:输入主题“2025 年企业级 AI 代理趋势”,抓取可用研究步骤,整理为结构化要点,并返回每一步调用了什么工具与参数。
一份结构化研究结果,包含主题要点、自动执行步骤,以及每步对应的工具和参数说明。
先搜索当前可用的 Openperplex 工具 schema,然后通过 Rube MCP 批量处理以下 5 个问题的检索任务。对每个问题输出答案摘要、来源线索,以及实际使用的工具调用信息。
按问题分组的批量检索结果,包含摘要、来源信息和自动化调用记录。
请先搜索 Openperplex 工具的最新 schema,确认字段和必填参数后,再通过 Rube MCP 执行指定任务:查询“开源 AI 工作流平台对比”,如果 schema 与旧版本不同,请指出差异并使用新 schema 完成调用。
包含 schema 校验结果、版本差异说明,以及基于最新参数成功执行后的查询结果。
Automate Openperplex operations through Composio's Openperplex toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/openperplex
RUBE_MANAGE_CONNECTIONS with toolkit openperplexRUBE_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 openperplexAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Openperplex 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 Openperplex task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["openperplex"]
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 Openperplex-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit openperplex |
| 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 自动化执行 AI/ML API 任务,并先检索最新工具 schema。