← 返回 Skills 市场
nogara

Paprika Recipe Importer

作者 Luiz Gustavo Nogara · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
416
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paprika-recipe-importer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paprika-recipe-importer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug paprika-recipe-importer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 416 次。

如何安装 Paprika Recipe Importer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paprika-recipe-importer」即可一键安装,无需额外配置。

Paprika Recipe Importer 是免费的吗?

是的,Paprika Recipe Importer 完全免费(开源免费),可自由下载、安装和使用。

Paprika Recipe Importer 支持哪些平台?

Paprika Recipe Importer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Paprika Recipe Importer?

由 Luiz Gustavo Nogara(@nogara)开发并维护,当前版本 v1.0.0。

💬 留言讨论