โ† All skills
Tencent SkillHub ยท Developer Tools

Picnic Grocery

Order groceries from Picnic supermarket - search products, manage cart, schedule delivery.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Order groceries from Picnic supermarket - search products, manage cart, schedule delivery.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, debug.mjs, package-lock.json, package.json, picnic-cli.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Picnic Grocery Ordering

Use the picnic CLI to search products, manage shopping cart, and order groceries from Picnic.

Setup (once)

cd {baseDir} && npm install Then login: node {baseDir}/picnic-cli.mjs login <email> <password> DE If 2FA is required: node {baseDir}/picnic-cli.mjs verify-2fa <code>

Commands

All commands output JSON. Run from any directory: # Check login status node {baseDir}/picnic-cli.mjs status # Search for products node {baseDir}/picnic-cli.mjs search "Milch" node {baseDir}/picnic-cli.mjs search "Bio Eier" # View cart node {baseDir}/picnic-cli.mjs cart # Add to cart (productId from search results) node {baseDir}/picnic-cli.mjs add <productId> [count] # Remove from cart node {baseDir}/picnic-cli.mjs remove <productId> [count] # Clear cart node {baseDir}/picnic-cli.mjs clear # Get available delivery slots node {baseDir}/picnic-cli.mjs slots # Select a delivery slot node {baseDir}/picnic-cli.mjs set-slot <slotId> # View delivery history node {baseDir}/picnic-cli.mjs deliveries # Get user info node {baseDir}/picnic-cli.mjs user # Browse categories node {baseDir}/picnic-cli.mjs categories

Typical ordering flow

Search for products: search "bananas" Add to cart: add s1234567 2 Check cart: cart Get delivery slots: slots Set slot: set-slot <slotId> Confirm with user before final checkout (checkout happens in app)

Notes

Config stored in ~/.config/picnic/config.json Country codes: DE (Germany) or NL (Netherlands) Product IDs start with 's' (e.g., s1234567) Always confirm with user before modifying cart or setting delivery slots Final checkout/payment must be done in the Picnic app

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • debug.mjs Scripts
  • picnic-cli.mjs Scripts
  • package-lock.json Config
  • package.json Config