
from aaas-vault11
Search products, manage cart, and schedule grocery deliveries via the Picnic CLI (DE/NL).
This skill provides command-line automation for interacting with the Picnic supermarket: searching products, inspecting and modifying the shopping cart, viewing delivery slots, and selecting a delivery time. It wraps the project’s picnic-cli entrypoint and outputs machine-readable JSON for agent integrations. The skill includes setup and login steps, 2FA support, and best-practice notes to avoid accidental checkouts.
Use this skill when an agent needs to help a user find grocery items, build or modify a cart, check available delivery slots, or prepare an order for final confirmation. The agent should always confirm with the user before performing destructive cart changes or finalizing a checkout (actual payment happens in the Picnic app). Ideal for conversational grocery assistants in Germany (DE) and the Netherlands (NL).
npm install.~/.config/picnic/config.json.Designed for general agent runtimes supporting shell/CLI dispatch and JSON parsing (e.g., Claude Code, Cursor, Agent Zero).
Picnic Grocery Ordering skill wraps a Node CLI for searching products, managing a cart, and scheduling grocery deliveries via Picnic (DE/NL). No scripts were bundled — it's purely SKILL.md instructions referencing a picnic-cli.mjs that must be installed separately. The skill is niche (only serves Picnic users in Germany/Netherlands) and requires manual login with credentials passed on the command line.
Credential exposure via CLI args is a moderate security concern (shell history, process list). No scripts to test. SKILL.md is functional but basic — no error handling guidance, no reference docs. Architecture is flat — single SKILL.md with no references/ or scripts/ directory.