videogames
A skill to lookup video game information, prices, compatibility, and duration.
Setup & Installation
Install command
clawhub install ivanheral/videogamesIf the CLI is not installed:
Install command
npx clawhub@latest install ivanheral/videogamesOr install with OpenClaw CLI:
Install command
openclaw skills install ivanheral/videogamesor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/ivanheral/videogamesWhat 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.
User asks: Finding the cheapest current price for a game across stores
- 1Finding the cheapest current price for a game across stores
- 2Checking if a Windows game runs on Linux before buying
- 3Estimating how long a game takes to complete
- 4Getting system requirements and specs from Steam
- 5Comparing deals on a specific game title
A skill to lookup video game information, prices, compatibility, and duration.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.