← Back to Skills Marketplace
Paprika Recipe Importer
by
Luiz Gustavo Nogara
· GitHub ↗
· v1.0.0
416
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paprika-recipe-importer
Description
Convert recipe text (pasted text, video transcript, image description, or any raw content) into a .paprikarecipes file that can be imported directly into the...
Usage Guidance
This skill appears coherent and limited in scope: it converts recipe JSON into a .paprikarecipes zip using a local Python script and does not make network requests or ask for credentials. Before installing/using: (1) ensure python3 is available in the runtime environment, (2) review the included script if you want to double-check behavior (it generates a UID if missing and writes output to the provided path), and (3) be aware that SKILL.md suggests writing temp files (e.g., /tmp/<recipe>.json and the output file) which may contain the recipe text—avoid including sensitive personal information in recipes. If you run this in a multi-tenant environment, consider cleaning up temp files after use.
Capability Analysis
Type: OpenClaw Skill
Name: paprika-recipe-importer
Version: 1.0.0
The `SKILL.md` file instructs the AI agent to execute a shell command (`python3 ...`) that incorporates a user-derived placeholder (`<recipe-name>`) directly into the command arguments. This creates a significant shell injection vulnerability if the AI agent does not properly sanitize the user-provided recipe name before executing the command. While the Python script itself (`scripts/build_paprikarecipes.py`) is benign, the method of its invocation described in `SKILL.md` poses a high risk of arbitrary command execution.
Capability Assessment
Purpose & Capability
Name/description promise (convert recipe content into a .paprikarecipes file) aligns with the provided helper script and SKILL.md. The included Python script implements only packaging of JSON to gzipped .paprikarecipe entries in a zip file.
Instruction Scope
Runtime instructions are limited to extracting recipe fields, writing a JSON to a temp path, invoking the local script, and delivering the file. Instructions do not request unrelated files, secrets, or external endpoints. The SKILL.md explicitly forbids fabricating values.
Install Mechanism
No install spec (instruction-only) and a small local Python script are provided. No downloads, third-party package installs, or archive extraction are present.
Credentials
No required env vars, no credentials, and no config paths. The script operates on local files only and does not read environment variables.
Persistence & Privilege
Skill is not always-on and does not request elevated or persistent system privileges, nor does it modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paprika-recipe-importer - After installation, invoke the skill by name or use
/paprika-recipe-importer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of paprika-recipe-importer.
- Converts recipe text, transcripts, or image descriptions into a .paprikarecipes file for import into Paprika Recipe Manager (https://www.paprikaapp.com/)
- Extracts only recipe details actually present in the source; never fabricates information.
- Supports a range of fields: title, ingredients, directions, description, notes, servings, times, source, categories, difficulty, rating, nutritional info.
- Delivers the import file and explains how to use it in Paprika.
- Lists which fields were filled and which were not found for transparency.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 416 downloads so far.
How do I install Paprika Recipe Importer?
Run "/install paprika-recipe-importer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paprika Recipe Importer free?
Yes, Paprika Recipe Importer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Paprika Recipe Importer support?
Paprika Recipe Importer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paprika Recipe Importer?
It is built and maintained by Luiz Gustavo Nogara (@nogara); the current version is v1.0.0.
More Skills