tavily-automation

Automate web search and data retrieval tasks using Tavily toolkits via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of manually searching for information and managing tool connections, providing a structured way to automate web-based research tasks.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically identify available Tavily tools and schemas to ensure accurate execution.
  • Connection Management: Verify and maintain active authentication states for Tavily toolkits.
  • Use Case: Automate the collection of real-time market research data by discovering the latest search tools and executing them within a managed session.

Quick Start

Use the tavily-automation skill to search for the latest industry trends and execute the relevant tools.

Frequently Asked Questions about tavily-automation

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

FAQPage Schema
How do I discover available Tavily tools?

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

How to check if my Tavily connection is active?

Use the RUBE_MANAGE_CONNECTIONS function with the 'tavily' toolkit parameter to verify the current connection status and follow the provided auth link if it is not active.

Can I hardcode tool slugs for Tavily?

No, you should never hardcode tool slugs or arguments because schemas change frequently. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current tool definitions.

What is the purpose of the memory parameter?

The memory parameter is required in RUBE_MULTI_EXECUTE_TOOL calls to maintain state across tool executions, even if you pass an empty object.

When should I generate a new session ID?

Reuse session IDs within a single workflow to maintain context, but generate new session IDs when starting entirely new, unrelated research tasks.