← 返回 Skills 市场
1999
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install picnic
功能描述
Order groceries from Picnic supermarket - search products, manage cart, schedule delivery.
安全使用建议
This skill is coherent with its stated purpose, but review and accept these facts before installing:
- Installation uses 'npm install' and will fetch the 'picnic-api' package (and transitive dependencies) from the public npm registry — verify you trust that package and version.
- You will need to provide your Picnic email/password (and 2FA if enabled). The CLI stores an authKey in ~/.config/picnic/config.json (file permission set to 600) — treat that file as sensitive.
- The login flow may print the authKey in JSON when 2FA is required; avoid sharing CLI output or logs that might contain that token.
- A debug helper (debug.mjs) is included and reads the same config/authKey; if you don't need it you can ignore or remove it.
If you trust the author and the 'picnic-api' package, the skill is reasonable to use. If you don't trust the source (owner unknown), verify the npm dependency and inspector-review the code before supplying real credentials.
功能分析
Type: OpenClaw Skill
Name: picnic
Version: 1.0.0
The skill is designed to interact with the Picnic grocery service, allowing users to search products, manage their cart, and schedule deliveries. It handles sensitive data like login credentials (authKey) and user details, storing the authKey in `~/.config/picnic/config.json` with appropriate `0o600` permissions. All observed file and network access is directly related to the stated purpose of interacting with the Picnic API. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the actual code and SKILL.md. The CLI wraps the 'picnic-api' npm package to search products, manage cart, and check deliveries — these capabilities align with the stated purpose. Required artifacts (login, authKey storage) are expected for such a service.
Instruction Scope
SKILL.md tells the agent to run npm install and node picnic-cli.mjs commands and references only the Picnic-related config file (~/.config/picnic/config.json). This stays within the grocery-ordering scope. One privacy note: the login flow returns and saves an authKey and, in the 2FA path, the CLI outputs the authKey in JSON — that could leak credentials to logs if not handled carefully. A debug file (debug.mjs) is included and reads the same config and calls getDelivery with a hardcoded id; it appears benign but indicates the repo includes a debugging helper.
Install Mechanism
There is no platform install spec, but SKILL.md instructs the user to run 'npm install' which will fetch 'picnic-api' (and its dependencies) from the public npm registry. That is standard for Node projects but does entail pulling third-party code at install time (moderate risk compared with an instruction-only skill).
Credentials
The skill requests no environment variables and its only persistent data is a local config file containing an authKey and countryCode under ~/.config/picnic/config.json. Requesting user email/password for login is necessary for its function. There are no unrelated credentials requested.
Persistence & Privilege
The skill writes only to its own config path (~/.config/picnic/) and does not request always:true or modify other skills/system-wide settings. Creating and reading that config file is appropriate for a CLI that stores an auth token.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install picnic - 安装完成后,直接呼叫该 Skill 的名称或使用
/picnic触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - search products, manage cart, schedule delivery from Picnic supermarket
元数据
常见问题
Picnic Grocery 是什么?
Order groceries from Picnic supermarket - search products, manage cart, schedule delivery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1999 次。
如何安装 Picnic Grocery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install picnic」即可一键安装,无需额外配置。
Picnic Grocery 是免费的吗?
是的,Picnic Grocery 完全免费(开源免费),可自由下载、安装和使用。
Picnic Grocery 支持哪些平台?
Picnic Grocery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Picnic Grocery?
由 mpociot(@mpociot)开发并维护,当前版本 v1.0.0。
推荐 Skills