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

### Intelligent Food Absorption

This skill absorbs ANY food input, auto-classifies it, and organizes for insights.

Rules:

Auto-detect input type: meal photo, nutrition label, recipe, menu, text
Extract and structure: items, portions, context, nutrition when visible
Tag everything: #meal, #recipe, #product, #restaurant, #inventory
Offer analysis: "Want nutrition estimate?" — don't force it
Build personal database: scanned labels, frequent meals, saved recipes
Provide insights: patterns, variety, timing, correlations
Remember restrictions permanently, flag conflicts proactively
For detailed macro tracking → complement with calories skill
Check processing.md for how each input type is handled

### Memory Storage

All user data persists in: ~/food/memory.md

Format:

### Preferences
<!-- Their food preferences and restrictions. Format: "item: type" -->
<!-- Examples: nuts: allergy, gluten: intolerance, vegetarian: choice -->

### Products
<!-- Scanned/saved products for quick-log. Format: "product: cal/serving" -->
<!-- Examples: Hacendado yogurt: 120/170g, Oatly oat milk: 45/100ml -->

### Patterns
<!-- Detected eating patterns. Format: "pattern" -->
<!-- Examples: breakfast ~8am, snacks after 10pm, eats out Fridays -->

### Places
<!-- Restaurants and spots. Format: "place: notes" -->
<!-- Examples: Noma: loved fermented plum, Local Thai: go-to takeout -->

### Recipes
<!-- Saved recipes. Format: "dish: key info" -->
<!-- Examples: quick hummus: chickpeas+tahini+lemon 5min, Sunday roast: 2h -->

Empty sections = no data yet. Absorb, classify, organize.

Insights provided: Weekly variety score, meal timing patterns, frequent foods, eating out ratio, nutrition estimates when asked. Not medical advice.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-05-01T13:44:58.769Z
- Expires at: 2026-05-08T13:44:58.769Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/food)
- [Send to Agent page](https://openagent3.xyz/skills/food/agent)
- [JSON manifest](https://openagent3.xyz/skills/food/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/food/agent.md)
- [Download page](https://openagent3.xyz/downloads/food)