Listonic
/install listonic
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)
{
"refreshToken": "your-refresh-token"
}
Tip: the script now auto-refreshes access tokens and persists updated tokens back to config.
It also accepts refresh_token / access_token keys if you paste raw OAuth payload JSON.
Optional (advanced):
{
"accessToken": "short-lived-access-token",
"clientId": "listonicv2",
"clientSecret": "fjdfsoj9874jdfhjkh34jkhffdfff",
"redirectUri": "https://listonicv2api.jestemkucharzem.pl"
}
Fallback: email/password mode
{
"email": "[email protected]",
"password": "your-listonic-password"
}
Workflow
liststo show available shopping listsitems \x3Clist>to inspect current itemsadd-item \x3Clist> "Name"to add itemscheck-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 scripts/listonic.sh lists
Show items in a list
bash scripts/listonic.sh items 12345
bash scripts/listonic.sh items "Groceries"
Add item
bash scripts/listonic.sh add-item "Groceries" "Milk"
bash scripts/listonic.sh add-item "Groceries" "Flour" --amount 2 --unit kg
Check / uncheck item
bash scripts/listonic.sh check-item "Groceries" 987654
bash scripts/listonic.sh uncheck-item "Groceries" 987654
Delete item
bash scripts/listonic.sh delete-item "Groceries" 987654
Create / rename / delete list
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 scripts/listonic.sh --json lists
bash scripts/listonic.sh --json items "Groceries"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install listonic - After installation, invoke the skill by name or use
/listonic - Provide required inputs per the skill's parameter spec and get structured output
What is Listonic?
Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists. It is an AI Agent Skill for Claude Code / OpenClaw, with 976 downloads so far.
How do I install Listonic?
Run "/install listonic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Listonic free?
Yes, Listonic is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Listonic support?
Listonic is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Listonic?
It is built and maintained by Jeremy Mahieu (@jeremymahieu); the current version is v1.0.1.