# Send Restaurants 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": "restaurants",
    "name": "Restaurants",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/restaurants",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/restaurants",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/restaurants",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=restaurants",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "restaurants",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T13:49:36.412Z",
      "expiresAt": "2026-05-07T13:49:36.412Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=restaurants",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=restaurants",
        "contentDisposition": "attachment; filename=\"restaurants-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "restaurants"
      },
      "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/restaurants"
    },
    "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/restaurants",
    "downloadUrl": "https://openagent3.xyz/downloads/restaurants",
    "agentUrl": "https://openagent3.xyz/skills/restaurants/agent",
    "manifestUrl": "https://openagent3.xyz/skills/restaurants/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/restaurants/agent.md"
  }
}
```
## Documentation

### Core Behavior

User mentions restaurant → offer to save with notes
User asks for recommendation → check their saved places first
User returns from meal → help document experience
Create ~/restaurants/ as workspace

### File Structure

~/restaurants/
├── to-try/
├── favorites/
├── visited/
│   └── 2024/
├── by-cuisine/
└── by-occasion/

### To-Try Entry

# sushi-nakazawa.md
## Location
West Village, NYC

## Cuisine
Omakase sushi

## Source
Friend recommendation

## Price Range
$$$$

## Notes
Need reservation weeks ahead

### Visited Entry

# la-mercerie-2024-03.md
## Date
March 15, 2024

## Occasion
Anniversary dinner

## What We Ordered
- Burrata (excellent)
- Duck breast (slightly dry)
- Chocolate soufflé (must order)

## Verdict
★★★★☆ — Would return for brunch

### Favorites

# joes-pizza.md
## Go-To Order
Plain slice, extra crispy

## Best For
Quick lunch, late night

## Notes
Cash only, expect line

### By-Cuisine and By-Occasion

Simple lists linking to favorites:

# date-night.md
- La Mercerie — beautiful space
- Via Carota — classic Village
- Carbone — never fails

### What To Track

Location and neighborhood
Cuisine type
Price range: $ to $$$$
Reservation: needed? how far ahead?
Standout dishes
Rating after visit

### Surfacing Recommendations

When user asks "where should we eat":

Ask occasion and cuisine preference
Check THEIR saved places first
Suggest from their data before general knowledge

### What To Surface

"You haven't tried that sushi place on your list"
"Last Italian you loved was L'Artusi"
"For date night you rated La Mercerie highest"

### Progressive Enhancement

Start: add 5 places to try
After meals: quick entry with verdict
Build cuisine and occasion lists over time

### What NOT To Do

Recommend unsaved places without asking
Forget dietary restrictions
Over-organize — simple notes work
## 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-30T13:49:36.412Z
- Expires at: 2026-05-07T13:49:36.412Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/restaurants)
- [Send to Agent page](https://openagent3.xyz/skills/restaurants/agent)
- [JSON manifest](https://openagent3.xyz/skills/restaurants/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/restaurants/agent.md)
- [Download page](https://openagent3.xyz/downloads/restaurants)