Agent skill
picnic
Add groceries to Picnic shopping cart via voice/text commands.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/picnic
Metadata
Additional technical details for this skill
- clawdis
-
{ "emoji": "\ud83d\uded2", "requires": { "env": [ "PICNIC_EMAIL", "PICNIC_PASSWORD" ] }, "primaryEnv": "PICNIC_EMAIL" }
SKILL.md
Picnic Grocery Skill
Manage your Picnic grocery shopping cart via CLI.
Setup
- Set
PICNIC_EMAILandPICNIC_PASSWORDin config - Run
npm installin the skill directory
Commands
Search for products
node {baseDir}/scripts/picnic.js search "milch"
Add product to cart
node {baseDir}/scripts/picnic.js add PRODUCT_ID [count]
View cart
node {baseDir}/scripts/picnic.js cart
Remove from cart
node {baseDir}/scripts/picnic.js remove PRODUCT_ID [count]
Clear cart
node {baseDir}/scripts/picnic.js clear
Workflow
- Search for product → get product IDs
- Add desired product by ID
- View cart to confirm
Notes
- Country: DE (Germany)
- Credentials stored in clawdis config
- Auth token cached in ~/.picnic-auth
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?