An open API service indexing awesome lists of open source software.

https://github.com/ryanlewis/claude-isthereanydeal

Claude Code plugin for finding game deals and price history using the IsThereAnyDeal API
https://github.com/ryanlewis/claude-isthereanydeal

claude-code claude-code-plugin game-deals gaming isthereanydeal

Last synced: about 7 hours ago
JSON representation

Claude Code plugin for finding game deals and price history using the IsThereAnyDeal API

Awesome Lists containing this project

README

          

# isthereanydeal

A Claude Code plugin for looking up game prices and price history using the [IsThereAnyDeal](https://isthereanydeal.com/) API.

## Features

- Search for games by name
- Check current prices across 70+ stores
- View historical low prices
- Compare deals across stores with discount percentages

## Prerequisites

An IsThereAnyDeal API key (free). Create an app at https://isthereanydeal.com/apps/ to get an API key.

## Installation

```
/plugin install isthereanydeal@https://github.com/ryanlewis/claude-plugins
```

Or from the command line:

```bash
claude plugin install isthereanydeal@https://github.com/ryanlewis/claude-plugins
```

## Configuration

In Claude Code, say:

> With my API key `` and country code `US`, create `.claude/isthereanydeal.local.json` with this structure: `{"api_key": "...", "country": "..."}`

Or manually create `.claude/isthereanydeal.local.json` in your project:

```json
{
"api_key": "your-api-key-here",
"country": "US"
}
```

Or set the `ITAD_API_KEY` environment variable:

```bash
export ITAD_API_KEY="your-api-key-here"
```

The settings file takes precedence over the environment variable.

### Settings

| Field | Required | Default | Description |
|-------|----------|---------|-------------|
| `api_key` | Yes | — | Your ITAD API key |
| `country` | No | `US` | 2-char ISO country code for pricing |

## Usage

Ask naturally about game prices:

- "How much does Elden Ring cost?"
- "Is Baldur's Gate 3 on sale?"
- "What's the cheapest price for Hades?"
- "Price history for Cyberpunk 2077"
- "Find deals on indie roguelikes"