serply-automation

Automate Serply search operations and data retrieval through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of interacting with Serply search tools, removing the need for manual schema discovery and connection management when performing automated search tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetches current Serply tool schemas and input requirements via Rube MCP.
  • Connection Management: Handles the verification and activation of Serply connections within the MCP environment.
  • Workflow Execution: Supports multi-step execution of search operations, including bulk processing and session-based task management.

Quick Start

Ask the agent to search for current Serply tools and execute a specific search query using the discovered schema.

Frequently Asked Questions about serply-automation

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

FAQPage Schema
How do I discover available Serply tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for Serply operations.

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

Execute the RUBE_MANAGE_CONNECTIONS tool with the 'serply' toolkit argument to receive an authentication link, which you must follow to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and available parameters for Serply can change frequently; calling the search function ensures you are using the most current and valid argument structures.

Can I reuse session IDs for multiple Serply workflows?

You should reuse session IDs within a single, continuous workflow to maintain state, but you must generate new session IDs for distinct, unrelated tasks.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for state tracking during tool execution; always include it as an empty object '{}' if no specific memory state is needed.