videogames
// A skill to lookup video game information, prices, compatibility, and duration.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namevideogames
slugvideogames
display_nameVideo Games
descriptionA skill to lookup video game information, prices, compatibility, and duration.
authorivanheral
version1.0.1
licenseMIT
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:
-
Search for deals (CheapShark):
python3 scripts/game_tool.py deals "Game Name" -
Check Compatibility (ProtonDB):
python3 scripts/game_tool.py compatibility <APPID> -
Get Game Duration (HLTB):
python3 scripts/game_tool.py duration "Game Name" -
View details & Specs (Steam):
python3 scripts/game_tool.py details <APPID>
Notes
- The script requires Python 3.
- No external library installation required.