cli-anything-sts2

Control Slay the Spire 2 gameplay via command-line commands and a local API server.

46.8k|4.4k|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-sts2-hkuds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-sts2
Source: https://github.com/HKUDS/CLI-Anything/tree/main/slay_the_spire_ii/agent-harness/cli_anything/slay_the_spire_ii/skills
Command: npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-sts2-hkuds

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pip, requests, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to interact with and control the Slay the Spire 2 game through a command-line interface, automating game actions and streamlining gameplay management.

Core Features & Use Cases

  • Game State Control: Read and manipulate the normalized game state for combat, navigation, and menu tasks.
  • Automation of Gameplay: Send commands to perform actions like playing cards, choosing map nodes, and claiming rewards to facilitate machine-driven gameplay or testing.
  • Use Case: Automate repetitive in-game tasks or develop AI agents that can play Slay the Spire 2 by issuing commands in sequence to progress through the game.

Quick Start

Use the CLI to fetch the current game state and determine possible actions for the next move.

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 using command-line commands?

You can automate Slay the Spire 2 gameplay by using a command-line interface to read game state data and issue action commands. This requires a local API server running the game bridge to execute combat and navigation sequences.

Can I develop an AI agent to play Slay the Spire 2 through a game API?

Yes, you can develop AI agents for Slay the Spire 2 by fetching the normalized game state via the local API and sending sequential commands to play cards, choose map nodes, and claim rewards for machine-driven gameplay.

Do I need a local API server to control Slay the Spire 2 from the command line?

Yes, controlling Slay the Spire 2 from the command line requires a local API server running the game bridge. The CLI sends commands to this server to manipulate game state and automate tasks.

What dependencies are required to set up command-line game control for Slay the Spire 2?

Setting up command-line game control for Slay the Spire 2 requires Python package manager pip and the requests library to handle API communication with the local game bridge server.

What specific in-game actions can I automate in Slay the Spire 2 using command-line commands?

Using command-line commands, you can automate in-game actions such as playing cards, choosing map nodes, claiming rewards, navigating menus, and managing combat scenarios by manipulating the normalized game state.

Is command-line automation suitable for game testing in Slay the Spire 2?

Yes, command-line automation is designed for AI integration and game testing in Slay the Spire 2. It allows you to script sequences and automate repetitive in-game tasks to streamline gameplay management.