epic-games-automation

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

Install

Hot:20

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

Epic Games Automation — Automate Epic Games Actions via Rube MCP

Skill Overview


Using Composio’s Rube MCP server, automate various actions on the Epic Games platform, including free game claiming, account management, and task execution.

Use Cases

  • Automatically claim free games: Each week, the Epic Games platform offers free games. With this skill, you can set up an automated workflow to ensure you never miss any limited-time giveaways.
  • Game account management: For users with multiple Epic Games accounts, bulk operations can simplify account management tasks such as inventory queries, coupon usage, and more.
  • Scheduled task execution: Leverage Rube MCP’s session management and tool execution capabilities to set up scheduled jobs that automatically complete repetitive actions on the Epic Games platform.
  • Core Features

  • Dynamic tool discovery: Use RUBE_SEARCH_TOOLS to fetch the latest tool list and Schema from the Epic Games toolkit in real time, avoiding hard-coded failures due to API changes.
  • Connection status management: Use RUBE_MANAGE_CONNECTIONS to check and manage the connection status with Epic Games, ensuring the account is properly authorized and active before running the workflow.
  • Batch execution of multiple tools: Use RUBE_MULTI_EXECUTE_TOOL to run multiple Epic Games actions sequentially within a single session, supporting parameter passing in-memory and reusing session state.
  • Common Questions

    How do I set up a Rube MCP connection to Epic Games?


    First, add the Rube MCP server address https://rube.app/mcp to your client configuration. After confirming that RUBE_SEARCH_TOOLS is available, call RUBE_MANAGE_CONNECTIONS and specify the toolkit as epic_games. If the connection is not active, complete authorization using the authentication link returned. Finally, confirm the status shows ACTIVE to use it.

    Why call RUBE_SEARCH_TOOLS before each execution?


    Composio’s Epic Games toolkit is updated regularly, and the tool slug names, parameter Schemas, and execution plans may change. Hard-coding this information can cause scripts to fail. Searching tools each time retrieves the latest Schema and recommended execution flow, preventing issues caused by API changes.

    Is Epic Games automation safe?


    Rube MCP is only an integration layer; the actual Epic Games actions are still carried out via Composio’s officially authorized toolkit. Your account credentials are managed by Composio and are not exposed to third parties. However, please note that automation still needs to comply with Epic Games’ service terms, and you should avoid frequent or abnormal request behavior.