✓ Verified
🛒 E-commerce
✓ Enhanced Data
Listonic
Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists.
- Rating
- 4.5 (224 reviews)
- Downloads
- 2,420 downloads
- Version
- 1.0.0
Overview
Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists.
Complete Documentation
View Source →
Listonic
Manage Listonic shopping lists via the unofficial web API.
Setup
Create ~/.openclaw/credentials/listonic/config.json using one auth mode.
Recommended: token mode (works with Google sign-in)
json
{
"refreshToken": "your-refresh-token"
}
Optional (advanced):
json
{
"accessToken": "short-lived-access-token",
"clientId": "listonicv2",
"clientSecret": "fjdfsoj9874jdfhjkh34jkhffdfff",
"redirectUri": "https://listonicv2api.jestemkucharzem.pl"
}
Fallback: email/password mode
json
{
"email": "[email protected]",
"password": "your-listonic-password"
}
Workflow
liststo show available shopping listsitemsto inspect current itemsadd-itemto add items- "Name"
check-item/uncheck-itemto toggle completiondelete-itemonly when user explicitly wants removal
Important
- This uses an unofficial reverse-engineered API and may break if Listonic changes it.
- For destructive operations (
delete-item,delete-list), confirm with the user first. listarguments can be list ID or a list name (exact/partial match).
Commands
Show all lists
bash
bash scripts/listonic.sh lists
Show items in a list
bash
bash scripts/listonic.sh items 12345
bash scripts/listonic.sh items "Groceries"
Add item
bash
bash scripts/listonic.sh add-item "Groceries" "Milk"
bash scripts/listonic.sh add-item "Groceries" "Flour" --amount 2 --unit kg
Check / uncheck item
bash
bash scripts/listonic.sh check-item "Groceries" 987654
bash scripts/listonic.sh uncheck-item "Groceries" 987654
Delete item
bash
bash scripts/listonic.sh delete-item "Groceries" 987654
Create / rename / delete list
bash
bash scripts/listonic.sh add-list "BBQ Party"
bash scripts/listonic.sh rename-list "BBQ Party" "BBQ"
bash scripts/listonic.sh delete-list "BBQ"
Raw JSON output
bash
bash scripts/listonic.sh --json lists
bash scripts/listonic.sh --json items "Groceries"
Installation
Terminal bash
openclaw install listonic
Copied!
💻Code Examples
}
.txt
## Workflow
1. `lists` to show available shopping lists
2. `items <list>` to inspect current items
3. `add-item <list> "Name"` to add items
4. `check-item` / `uncheck-item` to toggle completion
5. `delete-item` only when user explicitly wants removal
## Important
- This uses an **unofficial reverse-engineered API** and may break if Listonic changes it.
- For destructive operations (`delete-item`, `delete-list`), **confirm with the user first**.
- `list` arguments can be list ID or a list name (exact/partial match).
## Commands
### Show all listsexample.json
{
"refreshToken": "your-refresh-token"
}example.json
{
"accessToken": "short-lived-access-token",
"clientId": "listonicv2",
"clientSecret": "fjdfsoj9874jdfhjkh34jkhffdfff",
"redirectUri": "https://listonicv2api.jestemkucharzem.pl"
}example.json
{
"email": "[email protected]",
"password": "your-listonic-password"
}example.sh
bash scripts/listonic.sh add-list "BBQ Party"
bash scripts/listonic.sh rename-list "BBQ Party" "BBQ"
bash scripts/listonic.sh delete-list "BBQ"Tags
#shopping_and-e-commerce
Quick Info
Category E-commerce
Model Claude 3.5
Complexity One-Click
Author jeremymahieu
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install listonic
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0