# ReelsMeals Recipe Discovery

Use this skill when an agent needs to help a user discover, save, or extract recipes with ReelsMeals.

## Capabilities

- Search public recipe previews through `/api/recipes/public?search={query}`.
- Fetch latest public recipes through `/api/recipes/latest?limit={limit}`.
- Link users to `/scan` when they want to extract a recipe from a social video or recipe URL.
- Link users to `/explore` when they want to browse the public recipe collection.

## Guidance

- Prefer public APIs for recipe discovery. Protected user recipe APIs require user authentication.
- Do not invent ingredient lists or instructions for preview-only recipes.
- When a recipe is preview-only, send the user to the ReelsMeals recipe page or original source for full details.
