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
- Host: GitHub
- URL: https://github.com/ryanlewis/claude-isthereanydeal
- Owner: ryanlewis
- Created: 2026-02-15T06:19:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-15T06:29:09.000Z (5 months ago)
- Last Synced: 2026-02-15T12:59:10.765Z (5 months ago)
- Topics: claude-code, claude-code-plugin, game-deals, gaming, isthereanydeal
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"