zenserp-automation
Automate Zenserp tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:27
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-zenserp-automation&locale=en&source=copy
Zenserp Automation Skill
Skill Overview
Automate and orchestrate Zenserp search tasks through Composio’s Zenserp toolkit and Rube MCP, enabling rapid integration and batch execution of search operations without requiring an API key.
Use Cases
Core Features
Use RUBE_SEARCH_TOOLS to automatically discover available Zenserp tools and their latest schemas, obtaining tool slugs, input parameters, and execution plans while avoiding hard-coded, outdated tool definitions.
Use RUBE_MANAGE_CONNECTIONS to check and activate Zenserp connections in real time. Authorization can be completed through an authentication link, ensuring that the connection is active before executing tasks.
Use RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to execute multiple tools in parallel and orchestrate custom scripts. This enables pagination, batch searches, and complex workflows, while supporting session reuse and memory management.
Frequently Asked Questions
Does Zenserp automation require an API key?
No. When integrating Composio’s Zenserp toolkit through Rube MCP, simply add the Rube MCP endpoint (
https://rube.app/mcp) to the client configuration, then complete one-time connection authorization through RUBE_MANAGE_CONNECTIONS. No separate Zenserp API key management is required.How can I check whether the Zenserp connection is available?
Call RUBE_MANAGE_CONNECTIONS with the toolkit parameter
zenserp and a session ID. The returned connection status will indicate either ACTIVE or that authorization is required. If the status is not ACTIVE, complete the setup using the authentication link provided, then check again until the connection is confirmed to be active.Can the tool schemas returned by RUBE_SEARCH_TOOLS expire?
Yes. The input schemas and parameter definitions of Zenserp tools may be updated. Therefore, it is recommended to call RUBE_SEARCH_TOOLS before executing each workflow to obtain the latest tool definitions instead of hard-coding tool slugs and parameters. This helps prevent execution failures caused by schema changes.