metaphor-automation

Automate Metaphor search operations through the Rube MCP gateway for structured data retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of searching and interacting with Metaphor tools by providing a standardized, automated workflow for tool discovery and execution.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and input requirements via Rube MCP.
  • Connection Management: Programmatically verify and manage active Metaphor toolkit connections.
  • Use Case: Automate complex research workflows by chaining Metaphor search queries with multi-tool execution plans without hardcoding tool slugs.

Quick Start

Use the metaphor-automation skill to search for tools related to market research and execute the relevant search query.

Frequently Asked Questions about metaphor-automation

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

FAQPage Schema
How do I discover available Metaphor tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and execution plans.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and slugs are subject to change; calling RUBE_SEARCH_TOOLS ensures you are using the most current and valid arguments for your workflow.

How do I verify my Metaphor connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'metaphor' toolkit parameter to check if your connection status is ACTIVE before attempting tool execution.

What should I do if my tool execution fails?

Verify that your connection is ACTIVE, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your call.