Install
openclaw skills install paprika-recipe-importerConvert recipe text (pasted text, video transcript, image description, or any raw content) into a .paprikarecipes file that can be imported directly into the...
openclaw skills install paprika-recipe-importerConvert recipe content (any format/language) into a .paprikarecipes file for Paprika 3.
.paprikarecipes file.Parse the input and populate only the fields that exist in the source:
| JSON field | Notes |
|---|---|
name | Recipe title. Required. |
ingredients | Newline-separated list. Format: quantity unit ingredient. |
directions | Newline-separated steps. |
description | Intro/summary paragraph, if present. |
notes | Tips, variations, author notes. |
servings | e.g. "4 porções" or "serves 6" |
prep_time | e.g. "15 min" |
cook_time | e.g. "30 min" |
total_time | e.g. "45 min" |
source | Author name, site name, person. |
source_url | Original URL, if available. |
categories | JSON array of strings, e.g. ["Jantar", "Massas"] |
difficulty | "Easy", "Medium", or "Hard" — only if explicitly stated. |
rating | Integer 1–5 — only if explicitly stated. |
nutritional_info | Any nutritional data present. |
Rules:
Write the recipe as a JSON file to a temp path, e.g. /tmp/<recipe-name>.json.
python3 ~/.openclaw/skills/paprika-recipe-importer/scripts/build_paprikarecipes.py \
/tmp/<recipe-name>.json \
/tmp/<recipe-name>.paprikarecipes
The script accepts a single JSON object or a JSON array (for multiple recipes).
Send the .paprikarecipes file to the user. Mention: