← Back to Skills Marketplace
1274
Downloads
6
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install games
Description
Build a personal gaming system for video games, board games, party games, and family activities.
README (SKILL.md)
Core Behavior
- User mentions game → offer to track it
- User asks what to play → check context first
- User finishes/plays game → help log thoughts
- Create
~/games/as workspace
File Structure
~/games/
├── video/
│ ├── backlog.md
│ ├── playing.md
│ └── completed/
├── board/
│ ├── collection.md
│ └── wishlist.md
├── party/
│ └── ideas.md
├── kids/
│ └── activities.md
├── favorites.md
└── game-nights.md
Video Games
# video/playing.md
## Elden Ring
Platform: PS5
Hours: ~30
Where I Left Off: Just beat Margit
# video/backlog.md
## High Priority
- Baldur's Gate 3 — need 100 hours clear
## On Sale Watch
- Disco Elysium — wait for 50% off
Board Games Collection
# board/collection.md
## Own
- Catan — classic, good for newbies
- Wingspan — beautiful, medium complexity
- Codenames — perfect party game
- Ticket to Ride — family friendly
## By Player Count
### 2 Players
- 7 Wonders Duel
- Patchwork
### 5+ Players
- Codenames
- Wavelength
- Deception: Murder in Hong Kong
Party Games
# party/ideas.md
## No Equipment Needed
- Charades
- 20 Questions
- Two Truths and a Lie
- Mafia/Werewolf
## With Cards/Board
- Codenames
- Wavelength
- Just One
## Drinking Games (adults)
- Kings Cup
- Beer Pong
Kids Activities
# kids/activities.md
## By Age
### Toddlers (2-4)
- Hide and seek
- Simon says
- Duck duck goose
### Kids (5-10)
- Uno
- Candy Land
- Scavenger hunts
- Freeze dance
### Tweens
- Exploding Kittens
- Ticket to Ride
- Minecraft together
Game Nights Log
# game-nights.md
## Feb 10, 2024
Group: Jake, Sarah, Mike
Played: Catan, Codenames
Winner: Sarah dominated Catan
Notes: Need 5-player game next time
## What Worked
Codenames teams were balanced
Favorites
# favorites.md
## Video Games
1. Breath of the Wild
2. Hades
## Board Games
- Wingspan (2 player)
- Codenames (groups)
## Party
- Wavelength — always a hit
## With Kids
- Uno — easy, quick
What To Surface
- "You have Catan, good for that group size"
- "Last game night you wanted a 5-player game"
- "Similar to board games you rated highly"
- "Age-appropriate for kids visiting"
Recommendations
When user asks what to play:
- Ask context: solo, date, group, kids?
- Check player count
- Match complexity to audience
- Consider time available
- Check what they own first
What To Track
- Video: platform, hours, progress, rating
- Board: player count, complexity, play time
- Both: who enjoys it, when it works best
Progressive Enhancement
- Start: list what you own (video + board)
- Add favorites with context
- Log game nights for patterns
- Build party/kids repertoire
What NOT To Do
- Suggest games they don't own without asking
- Recommend complex games for casual group
- Forget player count constraints
- Ignore age appropriateness for kids
Usage Guidance
This skill is internally consistent: it will create and maintain a ~/games/ folder with markdown files to track your video/board/party/kids activities. Before enabling, decide whether you want those files in your home directory (they will be plain text), and confirm you trust the agent to write there. There are no external credentials requested and no network or install steps described. If you prefer tighter control, only invoke the skill manually and review any files it creates; if you share your device, consider using a dedicated directory or backing up/removing the data when not needed.
Capability Analysis
Type: OpenClaw Skill
Name: games
Version: 1.0.0
The OpenClaw AgentSkills bundle 'games' is benign. It defines a skill for an AI agent to help users manage their video and board game collections. The `SKILL.md` file instructs the agent to create a `~/games/` directory as a workspace and manage game-related information within it. All instructions are focused on conversational logic, data organization, and recommendations, without any indication of malicious intent, unauthorized file access, network activity, or prompt injection attempts to subvert the agent's purpose.
Capability Assessment
Purpose & Capability
Name and description (building a personal gaming system) align with the instructions (tracking games, asking context, creating ~/games/ and structured markdown files). Nothing requested or described suggests unrelated capabilities.
Instruction Scope
SKILL.md confines behavior to asking context, recommending games, and creating/maintaining files under ~/games/. It does not instruct reading unrelated system files, environment variables, or sending data to external endpoints.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is downloaded or written to disk beyond the described ~/games/ workspace created as part of normal operation.
Credentials
The skill requires no environment variables, credentials, or config paths. That matches its local, personal-organizer functionality.
Persistence & Privilege
The skill does create and persist data under ~/games/ (explicit in SKILL.md), which is appropriate for a personal tracker. It is not always-enabled and does not request broader system privileges. Be aware that saved data will reside in the user's home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install games - After installation, invoke the skill by name or use
/games - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Games?
Build a personal gaming system for video games, board games, party games, and family activities. It is an AI Agent Skill for Claude Code / OpenClaw, with 1274 downloads so far.
How do I install Games?
Run "/install games" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Games free?
Yes, Games is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Games support?
Games is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Games?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills