ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

videogames

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivanheral/videogames
Or

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.

Metadata

Author@ivanheral
Stars2102
Views1
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivanheral-videogames": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.