
from aaas-vault12
Use the picnic CLI to search products, manage a shopping cart, and schedule delivery slots for Picnic supermarket (DE/NL).
This skill provides CLI-driven access to Picnic supermarket features: product search, cart management (add/remove/clear), viewing delivery slots and setting a chosen slot, and viewing order/delivery history. It does NOT perform final payment; checkout must be completed in the Picnic app. The skill is built around a picnic-cli.mjs utility that outputs JSON for reliable agent parsing.
Inferred compatibility: agent-zero, claude-code, cursor (frontmatter lists these). The CLI's JSON output makes it suitable for code-capable agents that can run shell commands and parse JSON results.
Picnic is a grocery ordering skill for the Picnic supermarket (DE/NL) using a CLI wrapper. No bundled scripts to test. The SKILL.md provides clear command reference but lacks error handling guidance, output schema details, or troubleshooting. Notable security concern: credentials passed as CLI arguments leak to shell history.
Niche but legitimate skill. No scripts were bundled so only static analysis was possible. Security deduction mainly for CLI credential exposure pattern.