OpenClaw Skillv1.0.0

Games

Ivรกnby Ivรกn
Deploy on EasyClawdfrom $14.9/mo

Build a personal gaming system for video games, board games, party games, and family activities.

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours โ€” no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Games from the skills panel
Get started โ€” from $14.9/mo
6stars
917downloads
1installs
0comments
1versions

Latest Changelog

Initial release

Tags

latest: 1.0.0

Skill Documentation

---
name: Games
description: Build a personal gaming system for video games, board games, party games, and family activities.
metadata: {"clawdbot":{"emoji":"๐ŸŽฎ","os":["linux","darwin","win32"]}}
---

## 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
```markdown
# 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
```markdown
# 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
```markdown
# 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
```markdown
# 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
```markdown
# 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
```markdown
# 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
Security scan, version history, and community comments: view on ClawHub