go-dota2-steam

Community

Build Steam & Dota 2 GC tools in Go.

Authorkettleofketchup
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides Go libraries for Steam protocol and Dota 2 Game Coordinator integration, enabling developers to build Steam bots, lobby managers, GC clients, and automation workflows with Go.

Core Features & Use Cases

  • Go bindings for Steam and Dota 2 GC APIs to implement bots, lobbies, and GC communication.
  • Event-driven state handling and SOCache awareness for real-time lobby and party management.
  • Quick integration path for building automation tools, demos, and tooling around the Dota 2 GC ecosystem.

Quick Start

Install the required libraries and run a minimal workflow:

  • go get github.com/paralin/go-steam github.com/paralin/go-dota2
  • Create a Steam client: client := steam.NewClient()
  • Connect and login: client.Connect(); client.Auth.LogOn(&steam.LogOnDetails{Username: "user", Password: "pass"})
  • Initialize Dota 2 GC: d := dota2.New(client, logrus.New()); d.SayHello()

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: go-dota2-steam
Download link: https://github.com/kettleofketchup/dotfiles/archive/main.zip#go-dota2-steam

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.