battlenet-automation

Automate Battlenet 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-battlenet-automation&locale=en&source=copy

Battlenet Automation - Automate Battlenet Operations with Rube MCP

Skill Overview

Battlenet Automation is a skill that automates operations on the Battlenet platform via Composio’s Rube MCP service. It enables tool discovery, connection management, and bulk task execution without needing an API key.

Use Cases

  • Game Account Management Automation: When you need to manage multiple Battlenet accounts in bulk and automate repetitive account operations, Rube MCP allows you to integrate and run tasks quickly without keys.
  • Platform Workflow Integration: When Battlenet functionality must be integrated into automation workflows, this skill provides dynamic tool discovery and session management to keep everything synchronized with the current API mode.
  • Rapid Prototyping for Developers: When developers need to quickly test or integrate Battlenet features into a project, they can start development by adding the MCP endpoint—no API key required.
  • Core Features

  • Dynamic Tool Discovery (RUBE_SEARCH_TOOLS): Automatically searches for and retrieves the currently available Battlenet tools and their input patterns. This avoids hardcoding outdated tool definitions and always uses the latest API specifications.
  • Connection Management (RUBE_MANAGE_CONNECTIONS): Continuously checks and manages the Battlenet connection status. If the connection is not active, it provides an authentication link to ensure the workflow runs only when the connection is healthy.
  • Bulk Tool Execution (RUBE_MULTI_EXECUTE_TOOL): Executes multiple Battlenet operations within a single session. Supports session reuse and memory management to improve the efficiency of batch operations.
  • FAQs

    What is Rube MCP? How do I use it?

    Rube MCP is the MCP (Model Context Protocol) service endpoint provided by Composio. The access address is https://rube.app/mcp. To use it, just add this endpoint to your MCP client configuration—no API key is required. You can access Composio’s toolkits, including Battlenet.

    Is Battlenet Automation paid?

    The Rube MCP service itself is free; you can use it by adding the endpoint. Access to the Battlenet toolkit may require connecting an account on the Composio platform. The exact fees are subject to Composio’s official policies.

    Why do the tool modes change?

    Composio’s tool modes are dynamically updated based on API changes and platform updates. That’s why this skill emphasizes “always search tools first”: use RUBE_SEARCH_TOOLS to obtain the latest mode definitions and avoid call failures caused by hardcoded configurations.