metaphor-automation

Automate Metaphor tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:23

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-metaphor-automation&locale=en&source=copy

Metaphor Automation - Rube MCP Automated Integration

Overview of Skills


Using the Composio Metaphor toolkit and the Rube MCP automated Metaphor search and API operations, you can discover tools, manage connections, and execute batch tasks without needing an API key.

Use Cases


  • AI application search enhancement: Add high-quality internet search capabilities to Claude apps by fetching relevant content and resources via Metaphor

  • Automated content research: Run search tasks in batches to automatically collect and analyze webpage content, suitable for content aggregation and research workflows

  • MCP integration development: Developers can quickly integrate Metaphor through Rube MCP, leveraging dynamic tool discovery to avoid hard-coded API patterns
  • Core Features


  • Dynamic tool discovery: Use RUBE_SEARCH_TOOLS to fetch Metaphor tool schemas and input specifications in real time, adapting to API changes

  • Connection status management: RUBE_MANAGE_CONNECTIONS monitors Metaphor connection status, supporting real-time authentication and activation verification

  • Batch task execution: RUBE_MULTI_EXECUTE_TOOL supports session reuse and batch operations, combined with pagination handling for large-scale search automation
  • FAQs

    How do I get Rube MCP and connect Metaphor?


    In your client configuration, add https://rube.app/mcp as the MCP server—no API key is required. After adding it, call RUBE_MANAGE_CONNECTIONS and specify the toolkit as metaphor. Then complete the connection using the authentication link returned by the response.

    What if the Metaphor connection shows as not ACTIVE?


    When a connection is not ACTIVE, the system returns an authentication link. Click the link to authorize your Metaphor account, then call RUBE_MANAGE_CONNECTIONS again to confirm the status becomes ACTIVE. If it still fails, check whether the MCP server configuration is correct.

    Why must I call RUBE_SEARCH_TOOLS first?


    Metaphor tool schemas can change dynamically. Hard-coding parameters may cause calls to fail. RUBE_SEARCH_TOOLS returns the currently valid tool slugs, input specifications, and execution recommendations, ensuring that the automation workflow remains stable and reliable.