tarunai-connect-sts2

Control Slay the Spire 2 gameplay via a local bridge HTTP API.

Updated May 25, 2026
One-click install
npx skills add https://github.com/tharunramagiri/tarunai-connect --skill tarunai-connect-sts2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tarunai-connect-sts2
Source: https://github.com/tharunramagiri/tarunai-connect/tree/main/slay_the_spire_ii/agent-harness/tarunai_connect/slay_the_spire_ii/skills
Command: npx skills add https://github.com/tharunramagiri/tarunai-connect --skill tarunai-connect-sts2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI agents to directly control Slay the Spire 2 by bridging the gap between game interfaces and machine-readable commands, removing the need for manual gameplay interaction.

Core Features & Use Cases

  • Game State Control: Reads normalized game state information and provides decision-aware outputs for agent planning.
  • Action Execution: Sends commands for combat, navigation, rewards, events, shops, and menu operations through a local bridge API.
  • Use Case: An AI agent can autonomously play Slay the Spire 2 by inspecting the current state, selecting actions, and managing an entire game run through CLI commands.

Quick Start

Ask the Skill to read the current Slay the Spire 2 game state and choose the next action based on the available decision.

Frequently Asked Questions about tarunai-connect-sts2

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

FAQPage Schema
How do I automate Slay the Spire 2 gameplay with AI agents?

AI agents control Slay the Spire 2 by sending commands through a local bridge mod HTTP API, enabling autonomous gameplay including combat, navigation, and menu management. The interface parses JSON state data to provide decision-aware outputs for agent planning and action execution.

What is required to connect AI agents to Slay the Spire 2 for state management?

You need a local bridge mod HTTP API, JSON state parsing, and command execution capabilities to connect AI agents to Slay the Spire 2. This setup reads normalized game state and sends commands for combat, navigation, rewards, events, and menu operations.

Can an AI agent autonomously play Slay the Spire 2 from start to finish?

Yes, an AI agent can autonomously manage an entire Slay the Spire 2 run by inspecting game state, selecting actions, and executing CLI commands. The agent autonomously handles combat decisions, map navigation, rewards, events, shops, and menu operations through the bridge API.

How does the command-line interface handle game state parsing for AI agents?

The CLI interface reads normalized game state information and provides decision-aware outputs for agent planning by parsing JSON state data. It executes commands for combat, navigation, rewards, events, shops, and menu operations through the local bridge mod HTTP API.

Does this approach work with other game automation scenarios beyond Slay the Spire 2?

This Skill is specifically designed for Slay the Spire 2 game automation, handling combat decisions, map navigation, rewards, events, and menu management. It requires the specific local bridge mod HTTP API built for Slay the Spire 2 and is not generalized to other games.