Skip to content

Cities: Skylines 1 Agent SkillAPI-driven city operations for Codex agents

Inspect, repair, build, zone, simulate, and save a Cities: Skylines 1 city through a local bridge instead of screen scraping.

Cities: Skylines Agent Bridge icon

What This Repository Contains

  • A Cities: Skylines 1 mod source tree under src/.
  • A local HTTP API bridge on http://127.0.0.1:32123.
  • PowerShell scripts for build, launch, smoke tests, road inspection, repair loops, and saves.
  • A Codex skill definition in SKILL.md and Skill UI metadata in agents/openai.yaml.

Primary Workflow

  1. Build and install the mod.
  2. Resume a city through Steam and the Paradox Launcher.
  3. Inspect API state before changing anything.
  4. Apply one small command at a time.
  5. Let the simulation settle, re-check state, then save.

See Getting Started for setup and Agent Workflow for the repair loop.

Released under the MIT License.