cli-anything-sts2

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

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/quazfenton/binG --skill cli-anything-sts2-quazfenton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-sts2
Source: https://github.com/quazfenton/binG/tree/main/.agents/skills/CLI-Anything-main/CLI-Anything-main/slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills
Command: npx skills add https://github.com/quazfenton/binG --skill cli-anything-sts2-quazfenton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLI-based control of Slay the Spire 2 through a local bridge mod HTTP API, enabling automated gameplay and live state queries without switching to the game client.

Core Features & Use Cases

  • Local bridge integration: Connects a Python CLI to the STS2 game through a dedicated HTTP API.
  • State-driven commands: Reads normalized game state and issues actions for combat, map navigation, rewards, and menu management.
  • Developer workflow: Supports scripted interactions and debugging of gameplay sequences from the terminal.

Quick Start

Launch cli-anything-sts2 and verify the connection with the state command to begin controlling the game.

Frequently Asked Questions about cli-anything-sts2

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

FAQPage Schema
How do I automate Slay the Spire 2 gameplay through a CLI?

Automating Slay the Spire 2 gameplay through a CLI requires connecting a Python CLI to the local STS2_Bridge mod HTTP API, which reads normalized state and issues action commands for combat, map navigation, and rewards.

What is required to control Slay the Spire 2 from the command line?

To control Slay the Spire 2 from the command line, you need a Python-based CLI, the STS2_Bridge mod, and a local HTTP API endpoint at localhost:15526 with a defined command schema and error handling.

Can I script Slay the Spire 2 combat and map navigation from a terminal?

Yes, you can script Slay the Spire 2 combat and map navigation from a terminal by using the local bridge mod HTTP API to send state-driven commands without switching to the game client.

Does the Slay the Spire 2 CLI bridge support menu flows and reward management?

Yes, the Slay the Spire 2 CLI bridge supports menu flows and reward management by reading normalized game state across these phases and issuing corresponding action commands via the local HTTP API.

Best way to debug Slay the Spire 2 gameplay sequences from a terminal?

The best way to debug Slay the Spire 2 gameplay sequences from a terminal is using the CLI bridge to query live game state and execute scripted interactions via the local HTTP API endpoint.