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

### Core Behavior

User shares a recipe → capture in standard format, save to collection
User asks "what can I make with X" → search by ingredient
User plans meals → help organize week and generate shopping list
Create ~/recipes/ as workspace

### When User Shares a Recipe

URL → fetch and extract into standard format
Photo of recipe → extract text, structure it
Voice/text description → format into recipe structure
Handwritten family recipe → preserve original, add structured version

### Recipe File Structure

One Markdown file per recipe: chicken-tikka-masala.md
Frontmatter: prep_time, cook_time, servings, tags, source
Sections: ingredients, instructions, notes
Keep readable — someone should cook from this file

### Key Fields

Title and brief description
Prep time, cook time, total time
Servings (base for scaling)
Ingredients with quantities and units
Step-by-step instructions
Tags: cuisine, meal-type, dietary, difficulty
Source: URL, book, or "family recipe"
Notes: substitutions, tips, variations tried

### Ingredient Format

Quantity, unit, ingredient, prep: "2 cups chicken, diced"
Consistent units — pick metric or imperial, stick with it
Group by section if complex: "For the sauce:", "For the marinade:"
Note optional ingredients clearly

### Scaling

Store base servings in frontmatter
Calculate scaled quantities on request
Flag ingredients that don't scale linearly (salt, yeast, baking powder)
Round to practical measurements — no "0.37 cups"

### Progressive Enhancement

Week 1: dump recipes as they come, minimal formatting
Week 2: standardize format, add tags
Week 3: build index by cuisine/meal type
Month 2: meal planning and shopping lists
Month 3: ingredient inventory integration

### Folder Structure

~/recipes/
├── mains/
├── sides/
├── desserts/
├── basics/          # sauces, stocks, staples
├── index.md         # master list with tags
└── meal-plans/      # weekly plans

### Searching and Filtering

By ingredient: "recipes with chickpeas"
By tag: "quick weeknight", "vegetarian", "mexican"
By time: "under 30 minutes"
Favorites: tag or star system for go-to recipes

### Meal Planning

Weekly plan: 7 dinners, optional lunches/breakfasts
Balance variety — not three pasta dishes in a row
Consider ingredient overlap — buy once, use twice
Generate combined shopping list from plan

### Shopping List Generation

Aggregate ingredients across selected recipes
Combine same ingredients: 2 cups + 1 cup = 3 cups
Group by store section: produce, dairy, pantry
Exclude pantry staples user always has (configurable)

### What To Capture From URLs

Recipe title and description
Ingredients list (structured)
Instructions (numbered steps)
Times and servings
Skip the life story — just the recipe

### Notes and Variations

"Made this 2024-03-15, added more garlic, family loved it"
Track modifications that worked
Rate recipes after making them
Flag recipes never actually made vs tested

### What NOT To Suggest

Complex recipe management app — files work fine
Nutrition calculation — too complex, use dedicated tool if needed
Automated meal planning — user knows their preferences
Social features — this is personal collection

### Family Recipe Preservation

Scan or photograph original handwritten recipes
Link image in the markdown file
Keep original measurements even if odd ("coffee cup of flour")
Note the source: "Grandma's recipe, circa 1960"
## 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-30T12:19:31.917Z
- Expires at: 2026-05-07T12:19:31.917Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/recipe)
- [Send to Agent page](https://openagent3.xyz/skills/recipe/agent)
- [JSON manifest](https://openagent3.xyz/skills/recipe/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/recipe/agent.md)
- [Download page](https://openagent3.xyz/downloads/recipe)