view --main videogames-skill-dlya-poiska-i-sravneniya-tsen.md
Videogames: Скилл для поиска и сравнения цен
readonly
--- lines
---
id: videogames
name: Videogames
description: A skill to lookup video game information and compare prices across multiple stores.
category: Lifestyle
requires: []
examples:
- "Help me with videogames."
- "Use videogames for this task."
author: "ivanheral"
version: "1.0.1"
---
# 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.
Инициализация мануала...
//
$ ls -R related_skills/
2026-03-30
⭐ 338
resume-manager — Автоматизированная платформа для создания резюме
2026-03-29
⭐ 3556
36kr-aireportlist — Архивация и резервное копирование данных AI-навыков
2026-03-30
⭐ 1755
yt-packaging — Платформа плагинов и навыков для Claude Code
2026-04-01
⭐ 1945
emil-design-eng: Скилл для UI и компонентного дизайна
package.json
$ install --global
skills.sh
npx skills add https://github.com/ChatAndBuild/chatchat-skills/tree/main/skills/Business/videogames
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы