Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @ivanheral Updated 6/28/2026 1,378 downloads 0 stars Security: Pass

Videogames OpenClaw Plugin & Skill | ClawHub

Looking to integrate Videogames into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @ivanheral/videogames
Node.js (npx)
npx clawhub@latest install videogames

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionlicense
videogames1.0.1A skill to lookup video game information, prices, compatibility, and duration.MIT

SKILL.md content below is scrollable.

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):

    python3 scripts/game_tool.py deals "Game Name"
    
  2. Check Compatibility (ProtonDB):

    python3 scripts/game_tool.py compatibility <APPID>
    
  3. Get Game Duration (HLTB):

    python3 scripts/game_tool.py duration "Game Name"
    
  4. View details & Specs (Steam):

    python3 scripts/game_tool.py details <APPID>
    

Notes

  • The script requires Python 3.
  • No external library installation required.
ClawHub Registry URL: https://clawhub.ai/ivanheral/skills/videogames

Related skills

If this matches your use case, these are close alternatives in the same category.