โ† All skills
Tencent SkillHub ยท Content Creation

Paprika Recipe Importer

Convert recipe text (pasted text, video transcript, image description, or any raw content) into a .paprikarecipes file that can be imported directly into the...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Convert recipe text (pasted text, video transcript, image description, or any raw content) into a .paprikarecipes file that can be imported directly into the...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
scripts/build_paprikarecipes.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Paprika Recipe Importer

Convert recipe content (any format/language) into a .paprikarecipes file for Paprika 3.

Workflow

Extract recipe fields from the input (text, image, transcript, URL content). Build a JSON recipe object โ€” only include fields actually present in the source; do NOT invent values. Run the packaging script to produce the .paprikarecipes file. Deliver the file to the user.

Step 1 โ€” Extract Fields

Parse the input and populate only the fields that exist in the source: JSON fieldNotesnameRecipe title. Required.ingredientsNewline-separated list. Format: quantity unit ingredient.directionsNewline-separated steps.descriptionIntro/summary paragraph, if present.notesTips, variations, author notes.servingse.g. "4 porรงรตes" or "serves 6"prep_timee.g. "15 min"cook_timee.g. "30 min"total_timee.g. "45 min"sourceAuthor name, site name, person.source_urlOriginal URL, if available.categoriesJSON array of strings, e.g. ["Jantar", "Massas"]difficulty"Easy", "Medium", or "Hard" โ€” only if explicitly stated.ratingInteger 1โ€“5 โ€” only if explicitly stated.nutritional_infoAny nutritional data present. Rules: Never fabricate values not present in the source. Keep the original language (Portuguese, English, mixed โ€” whatever the source uses). Ingredients: one per line, preserve quantities and units exactly. Directions: one step per line; numbered steps โ†’ strip the number (Paprika handles display).

Step 2 โ€” Build JSON

Write the recipe as a JSON file to a temp path, e.g. /tmp/<recipe-name>.json.

Step 3 โ€” Run the Script

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

Step 4 โ€” Deliver

Send the .paprikarecipes file to the user. Mention: How to import: File โ†’ Import in Paprika (or double-click the file on macOS/iOS). Which fields were found and which were absent from the source.

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/build_paprikarecipes.py Scripts