# Send Games to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "games",
    "name": "Games",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/games",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/games",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/games",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=games",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "games",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T18:47:39.789Z",
      "expiresAt": "2026-05-06T18:47:39.789Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=games",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=games",
        "contentDisposition": "attachment; filename=\"games-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "games"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/games"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/games",
    "downloadUrl": "https://openagent3.xyz/downloads/games",
    "agentUrl": "https://openagent3.xyz/skills/games/agent",
    "manifestUrl": "https://openagent3.xyz/skills/games/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/games/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T18:47:39.789Z
- Expires at: 2026-05-06T18:47:39.789Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/games)
- [Send to Agent page](https://openagent3.xyz/skills/games/agent)
- [JSON manifest](https://openagent3.xyz/skills/games/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/games/agent.md)
- [Download page](https://openagent3.xyz/downloads/games)