videogames

Coding Agents & IDEs
v1.0.1
Benign

A skill to lookup video game information, prices, compatibility, and duration.

765 downloads765 installsby @ivanheral

Setup & Installation

Install command

clawhub install ivanheral/videogames

If the CLI is not installed:

Install command

npx clawhub@latest install ivanheral/videogames

Or install with OpenClaw CLI:

Install command

openclaw skills install ivanheral/videogames

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/ivanheral/videogames

What This Skill Does

Looks up video game information across multiple sources. Covers Steam details, Linux/Proton compatibility via ProtonDB, estimated playtime from HowLongToBeat, and current prices from CheapShark.

Combines four separate game data sources into a single query instead of manually checking Steam, ProtonDB, HLTB, and deal sites one by one.

When to Use It

  • Finding the cheapest current price for a game across stores
  • Checking if a Windows game runs on Linux before buying
  • Estimating how long a game takes to complete
  • Getting system requirements and specs from Steam
  • Comparing deals on a specific game title
View original SKILL.md file
# Video Game Skill 🎮

This skill allows OpenClaw to search for games, view Steam details, check ProtonDB compatibility, estimate playtime with HowLongToBeat, and find the best prices using CheapShark.

## Tools

### `scripts/game_tool.py`

This Python script interacts with multiple game APIs (Steam, CheapShark, ProtonDB).

**Usage:**

1.  **Search for deals (CheapShark):**
    ```bash
    python3 scripts/game_tool.py deals "Game Name"
    ```

2.  **Check Compatibility (ProtonDB):**
    ```bash
    python3 scripts/game_tool.py compatibility <APPID>
    ```

3.  **Get Game Duration (HLTB):**
    ```bash
    python3 scripts/game_tool.py duration "Game Name"
    ```

4.  **View details & Specs (Steam):**
    ```bash
    python3 scripts/game_tool.py details <APPID>
    ```

## Notes
- The script requires Python 3.
- No external library installation required.

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Finding the cheapest current price for a game across stores

AGENT
  1. 1Finding the cheapest current price for a game across stores
  2. 2Checking if a Windows game runs on Linux before buying
  3. 3Estimating how long a game takes to complete
  4. 4Getting system requirements and specs from Steam
  5. 5Comparing deals on a specific game title
OUTPUT
A skill to lookup video game information, prices, compatibility, and duration.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026