Automate Openperplex workflows via Rube MCP with schema-first tool discovery.
This skill is essentially prompt/workflow guidance and does not itself require local secrets, code execution, or file access. However, it depends on external Rube MCP and an Openperplex connection, so actual use will send operations and related data to third-party services and requires attention to external permissions and data flows.
The material says 'No API keys needed', but it also requires creating an ACTIVE `openperplex` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link. This suggests credentials are likely delegated or hosted on the Rube/Openperplex side rather than truly absent; review third-party authorization scope and token handling.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and executing actions through Composio/Openperplex tools. Queries, session IDs, tool arguments, and potentially business data will be sent to those declared external services. This is normal network egress for a remote MCP setup, with no additional suspicious covert exfiltration described.
Based on the material, this skill is guidance on the order of Rube MCP tool calls and does not describe spawning local processes, running shell/scripts, or requesting system-level execution privileges; it is a prompt-only style skill.
It does not claim to read or write local files, databases, clipboard contents, or operating system resources. Data access is primarily limited to sending queries, connection state, and tool arguments to the remote MCP. Based on the provided material, there is no sign of excessive local data access.
The source is a GitHub open-source repository with strong community adoption (64.9k stars), which are meaningful risk-reducing factors. What is shown here is skill documentation rather than an executable install script. The missing license declaration and unknown maintenance status are worth checking, but they are not enough on their own to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "openperplex-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/openperplex-automation/SKILL.md 2. Save it as ~/.claude/skills/openperplex-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Draft and refine AI skill descriptions, use cases, and trigger conditions.
Automate common Canvas LMS teaching and admin tasks through Rube MCP.
Automate Capsule CRM contacts, tasks, projects, and organizations with natural language.
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.
Automate Carbone document generation and template workflows through Rube MCP.
Analyze job descriptions and create tailored resumes for stronger interview chances.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate OpenRouter workflows via Rube MCP using current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Perigon workflows via Rube MCP using current tool schemas.
Automate Refiner workflows via Rube MCP using current tool schemas first.