← 返回 Skills 市场
mjrussell

Paprika

作者 Matt Russell · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
2039
总下载
3
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install paprika
功能描述
Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.
安全使用建议
This skill's instructions require installing an external npm package ('paprika-recipe-cli') and providing Paprika credentials, but the skill metadata doesn't declare the required binary or env vars — that's an inconsistency you should address before installing. Before proceeding: 1) Verify the npm package and its publisher on npmjs.com and GitHub to ensure it's legitimate (watch for typosquatting). 2) Prefer using the CLI's interactive auth rather than exporting plaintext password environment variables; if you must use env vars, understand where/if credentials are stored and how secure that storage is. 3) Ask the skill author to update the skill metadata to declare required binaries (paprika) and any required env vars and to provide an install spec with provenance. 4) If you don't trust the package owner, do not install the global npm package or provide your Paprika credentials. If you need help verifying the npm package or inspecting what the 'paprika' CLI does, gather the package link (npm or GitHub) and request a security review.
功能分析
Type: OpenClaw Skill Name: paprika Version: 0.1.0 The skill bundle defines a benign OpenClaw skill for interacting with Paprika Recipe Manager. The `SKILL.md` provides clear instructions for installation (`npm install -g paprika-recipe-cli`) and setup (setting `PAPRIKA_EMAIL` and `PAPRIKA_PASSWORD` environment variables), which are standard practices for CLI tools. All commands the agent is instructed to use are direct invocations of the `paprika` CLI tool, aligned with the stated purpose of accessing recipes, meal plans, and grocery lists. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation within the provided files. While `npm install` introduces a supply chain risk, the instruction itself is not malicious, and the agent's operational commands are limited to the `paprika` binary.
能力评估
Purpose & Capability
The skill's stated purpose (access Paprika recipes/meal plans/groceries) matches the instructions, but the metadata does not list the 'paprika' binary or any required env vars even though the runtime instructions rely on a 'paprika' CLI and PAPRIKA_EMAIL / PAPRIKA_PASSWORD. That inconsistency means the declared requirements don't match what the skill actually needs.
Instruction Scope
The SKILL.md stays on-topic (commands all relate to Paprika functionality). However it instructs installing and running an external CLI, performing interactive authentication, or exporting plaintext email/password env vars. It does not instruct reading unrelated system files, but it does direct the agent/user to obtain credentials and install software outside the skill bundle.
Install Mechanism
There is no install specification in the skill metadata; instead the SKILL.md tells the user to run 'npm install -g paprika-recipe-cli'. Using an npm package is a common approach but the skill should declare this in its install spec and provenance. Because the package will be installed globally, verify the package name, publisher, and source (npm/GitHub) before installing to avoid typosquatting or untrusted code.
Credentials
The SKILL.md suggests exporting PAPRIKA_EMAIL and PAPRIKA_PASSWORD or running interactive 'paprika auth', but the registry metadata lists no required env vars or primary credential. Requesting a user's email and plaintext password is sensitive and should be declared and justified. The skill also doesn't explain how credentials are stored or protected after authentication.
Persistence & Privilege
The skill does not request always:true and is user-invocable; it does not ask to modify other skills or system-wide settings. No elevated persistence is requested by the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paprika
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paprika 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug paprika
版本 0.1.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Paprika 是什么?

Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2039 次。

如何安装 Paprika?

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

Paprika 是免费的吗?

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

Paprika 支持哪些平台?

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

谁开发了 Paprika?

由 Matt Russell(@mjrussell)开发并维护,当前版本 v0.1.0。

💬 留言讨论