zenserp-automation

Automate search engine result page data retrieval through the Rube MCP Zenserp toolkit.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill zenserp-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zenserp-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/zenserp-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill zenserp-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of manually querying search engines and managing API connections, providing a structured, automated path to retrieve search data directly within your AI agent environment.

Core Features & Use Cases

  • Automated Search Operations: Execute search queries programmatically using the Zenserp toolkit via Rube MCP.
  • Connection Management: Handle authentication and connection status checks for the Zenserp API within the agent workflow.
  • Use Case: Automate competitive research by running recurring search queries for specific keywords and aggregating the results into a structured format for analysis.

Quick Start

Use the zenserp-automation skill to search for current market trends and return the top ten results.

Frequently Asked Questions about zenserp-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a search using the Zenserp toolkit?

First, call RUBE_SEARCH_TOOLS to identify the correct tool slug for your task. Then, use RUBE_MULTI_EXECUTE_TOOL with the discovered slug and the required arguments to perform the search.

What should I do if my Zenserp connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the zenserp toolkit specified. If the status is not ACTIVE, follow the provided authentication link to complete the connection setup before attempting further tool execution.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs can change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and execution parameters, preventing errors during tool invocation.

Can I reuse session IDs for multiple search workflows?

It is recommended to reuse session IDs within a single logical workflow to maintain context. However, generate new session IDs for distinct, unrelated tasks to ensure clean state management.