api-ninjas-automation

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

Install

Hot:3

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-api-ninjas-automation&locale=en&source=copy

API Ninjas Automation via Rube MCP

Skill Overview


Automate API Ninjas operations through Rube MCP (Composio) without managing API keys. First search for tools to get the latest schemas, then execute.

Use Cases

  • Claude Code Integration with API Ninjas

  • Call various API Ninjas data APIs directly in Claude Code (e.g., weather, stocks, celebrity info, etc.). Describe your needs in natural language, and the skill will automatically discover and execute the appropriate tools.

  • Batch API Data Retrieval

  • When you need to call multiple API Ninjas tools at once, use RUBE_MULTI_EXECUTE_TOOL for batch execution to reduce round trips and improve efficiency.

  • Dynamic Tool Schema Adaptation

  • API Ninjas tools may be updated or changed. Use RUBE_SEARCH_TOOLS to fetch the latest schemas in real time, ensuring your call parameters are always correct.

    Core Features

  • Smart Tool Discovery

  • Use RUBE_SEARCH_TOOLS with your use-case description to automatically find available API Ninjas tools. It returns tool slugs, input schemas, recommended execution plans, and known pitfalls.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check the API Ninjas connection status. If it’s not activated, it returns an authorization link; after completing authorization, you can execute tools.

  • Multi-Tool Batch Execution

  • Use RUBE_MULTI_EXECUTE_TOOL to execute multiple tools in one go. Supports session reuse and memory passing, making it suitable for complex workflows.

    FAQs

    What is Rube MCP? How do I add it to Claude Code?


    Rube MCP is an MCP protocol server provided by Composio. You can use it without an API key. In Claude Code, add the MCP server: https://rube.app/mcp. After adding, you can use tools like RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL.

    Why must I call RUBE_SEARCH_TOOLS first?


    The tool schemas for API Ninjas (parameter structures, field types) may change. Hardcoding tool slugs and parameters can easily cause calls to fail. RUBE_SEARCH_TOOLS returns the latest tool schemas and recommended execution plans, including known pitfalls, to ensure successful calls.

    Does API Ninjas automation require an API key?


    No. Rube MCP already integrates Composio’s API Ninjas toolset. Just complete one-time authorization using RUBE_MANAGE_CONNECTIONS. After that, you can directly call tools without separately managing API Ninjas API keys.