Back to the catalog

steam-deals

Monitor Steam store for free game giveaways and discounted titles. Analyzes your Steam library to build a personalized taste profile based o

Open source Open in the app JSON README (API)

About

Monitor Steam store for free game giveaways and discounted titles. Analyzes your Steam library to build a personalized taste profile based on genres, playtime, and gameplay preferences. Generates detailed recommendations explaining why each deal matches your interests. Features automatic wallet balance detection, multi-currency support with conversion, library caching for fast subsequent checks, and deep insight collection to refine recommendations over time.

Details

Kind
Plugins
Topic
Finance & crypto
Publisher
wion4
Origin
marketplace
Category
ferramentas
Last push
2026-04-09T10:37:49Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
wion4/steam-deals/steam-deals

README

# steam-deals

Steam deals monitor and game recommender plugin for Claude Code.

## Features

- **Free game giveaways** — detects when paid games become free to keep
- **Personalized recommendations** — analyzes your library (genres, playtime, preferences) to suggest relevant deals
- **Wallet balance** — auto-extracts your Steam wallet balance to filter deals you can afford
- **Multi-currency** — supports regional pricing with automatic currency conversion
- **Smart caching** — caches your library and taste profile for fast subsequent checks
- **Deep insights** — asks what you love about your most-played games to refine recommendations
- **Auto-check** — optionally checks for deals on every Claude Code session start

## Installation

```bash
/plugin install github:wion4/steam-deals
```

## Setup

After installing, run:

```
/steam-deals:steam-setup
```

You'll need:
- **Steam Web API key** — get one at https://steamcommunity.com/dev/apikey (enter `localhost` as domain)
- **Steam profile URL** — your public Steam profile link

## Usage

```
/steam-deals:steam-deals          # Show all deals with recommendations
/steam-deals:steam-deals free     # Only free giveaways
/steam-deals:steam-deals budget 500  # Deals within budget (in your display currency)
```

## Requirements

- Python 3.10+
- Steam client (for wallet balance auto-detection)
- Steam Web API key

## Privacy

This plugin operates entirely locally. See [PRIVACY.md](PRIVACY.md) for details.

## License

[MIT](LICENSE)

More