battlenet-automation

Automate Battlenet account tasks and operations through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need for manual interaction with the Battlenet interface by providing a structured, automated way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search for available Battlenet tools and schemas to ensure compatibility.
  • Connection Management: Handle authentication and session status for Battlenet toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate routine account maintenance or data retrieval tasks by chaining discovery, connection verification, and tool execution commands.

Quick Start

Use the battlenet-automation skill to search for available tools and execute a specific task for my account.

Frequently Asked Questions about battlenet-automation

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

FAQPage Schema
How do I find available Battlenet tools?

Call the RUBE_SEARCH_TOOLS command with a query related to your specific Battlenet task. This returns the current tool slugs, input schemas, and execution plans required for your operation.

How do I verify my Battlenet connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'battlenet' toolkit parameter. The system will return the current status, which must be 'ACTIVE' before you can proceed with tool execution.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single workflow to maintain context. However, generate a new session ID when starting a completely different, unrelated workflow.

What should I do if a tool execution fails?

First, verify your connection status using RUBE_MANAGE_CONNECTIONS. Then, re-run RUBE_SEARCH_TOOLS to ensure your tool slugs and arguments still match the current schema requirements.