# Send Meal Suggester 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "meal-suggester",
    "name": "Meal Suggester",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/thibautrey/meal-suggester",
    "canonicalUrl": "https://clawhub.ai/thibautrey/meal-suggester",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/meal-suggester",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=meal-suggester",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "inventory/history.md",
      "inventory/shopping-list.md",
      "inventory/stock.md",
      "preferences/user1.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/meal-suggester"
    },
    "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/meal-suggester",
    "downloadUrl": "https://openagent3.xyz/downloads/meal-suggester",
    "agentUrl": "https://openagent3.xyz/skills/meal-suggester/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meal-suggester/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meal-suggester/agent.md"
  }
}
```
## Documentation

### Meal Suggester Skill

Suggest quick dinner recipes (≤25 min) tailored to your household's tastes and available ingredients.

### Features

Daily suggestions at 19:00 via cron job
Taste profiles for you and your partner (preferences, dislikes, dietary needs)
Ingredient inventory — markdown-based kitchen stock tracker
Learning system — feedback improves future suggestions
Recipe matching — respects time, tastes, and available ingredients
Ingredient tracking — logs what you use to build a shopping list
Variety — 15+ recipes that rotate, no monotony

### Files

SKILL.md — this file
README.md — setup & usage
preferences/user1.md — first person's taste profile
preferences/user2.md — second person's taste profile
inventory/stock.md — current kitchen ingredients
inventory/history.md — past suggestions & feedback
inventory/shopping-list.md — suggested shopping list based on usage patterns
scripts/suggest-meal.sh — main suggestion script

### Get a suggestion

clawdbot skill run meal-suggester

### Log ingredients used

After cooking, just tell me: "on a utilisé lardons, pois chiches, une carotte"
I'll automatically update stock.md and track what needs reordering.

### Update inventory

Add items to inventory/stock.md with quantities and categories.

### Provide feedback

Edit inventory/history.md with what you cooked + feedback (liked/disliked/would-repeat).

### View shopping suggestions

Check inventory/shopping-list.md for items that are running low or needed.

### View profiles

Check preferences/user1.md and preferences/user2.md to see what the system knows about each user.

### How It Works

Reads current inventory from inventory/stock.md
Checks preferences from both taste profiles
Tracks usage — you tell me what you used, I update stock
Suggests shopping — when stock runs low, I build a shopping list
Generates recipe that:

Uses ingredients you have on hand
Respects both people's preferences
Takes ≤25 minutes
Avoids dislikes
Rotates through variety (15+ recipes)


Logs suggestion to history for learning

### Cron Schedule

Daily at 19:00 (7 PM) — a reminder with a recipe idea lands in your chat.

### Feedback Loop

Try the recipe → tell me what you think + what you used
System learns from "I loved this" / "too spicy" / "we'd make this again"
Stock updates automatically
Shopping list builds itself
Next suggestions get smarter

A kitchen memory that learns and never gets boring.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: thibautrey
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/meal-suggester)
- [Send to Agent page](https://openagent3.xyz/skills/meal-suggester/agent)
- [JSON manifest](https://openagent3.xyz/skills/meal-suggester/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/meal-suggester/agent.md)
- [Download page](https://openagent3.xyz/downloads/meal-suggester)