# ReelsMeals

ReelsMeals turns recipe videos and recipe web pages into saved, editable recipes.

## What agents can do

- Discover public recipe previews and community recipes.
- Search public recipes by title, tags, source, maker, or description.
- Send users to the recipe scanner to extract recipes from TikTok, Instagram, YouTube, and recipe websites.
- Find the app's API discovery metadata, OpenAPI description, MCP server card, and agent skill instructions.

## Important URLs

- Home: https://reelsmeals.com/
- Explore recipes: https://reelsmeals.com/explore
- Scan a recipe: https://reelsmeals.com/scan
- Public recipe API: https://reelsmeals.com/api/recipes/public
- API catalog: https://reelsmeals.com/.well-known/api-catalog
- OpenAPI description: https://reelsmeals.com/.well-known/openapi.json
- Agent skills: https://reelsmeals.com/.well-known/agent-skills/index.json


# 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.
