listonic
Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists.
Why use this skill?
Integrate Listonic into your OpenClaw agent to manage, sync, and update your shopping lists with ease using terminal commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jeremymahieu/listonicWhat This Skill Does
The Listonic skill allows OpenClaw users to interface directly with their Listonic shopping lists through a clean, terminal-based command structure. By acting as a bridge to the unofficial Listonic API, this skill enables programmatic management of grocery lists, enabling users to add, check off, or remove items without manually navigating the Listonic website or mobile application. It supports both token-based authentication (recommended for Google account integration) and standard email/password authentication.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/jeremymahieu/listonic. Once installed, you must configure your credentials to allow OpenClaw to communicate with the service. Navigate to ~/.openclaw/credentials/listonic/config.json and provide your refreshToken for optimal Google-linked account access. Alternatively, you may provide legacy credentials. Ensure your environment has the necessary permissions to execute bash scripts, as the skill leverages internal automation scripts to process API requests.
Use Cases
This skill is perfect for users who want to integrate their household chores with their AI assistant. Common use cases include: managing grocery lists on the fly using natural language commands, automating the creation of recurring shopping lists, and checking off items while shopping without needing to unlock your phone or switch apps. It is particularly useful for developers or power users who prefer keyboard-centric workflows over graphical interfaces.
Example Prompts
- "OpenClaw, add two kilograms of flour to my Groceries list."
- "Show me all the items currently on my BBQ Party list."
- "Mark the milk as purchased on my shopping list."
Tips & Limitations
Because this skill relies on a reverse-engineered API, it is subject to potential downtime if Listonic modifies their backend architecture. Always verify the current state of your lists if you experience synchronization issues. For destructive operations such as deleting an entire list or removing an item, the system is designed to prioritize caution; however, always confirm these actions to avoid accidental data loss. Use the --json flag if you are building secondary automated workflows that require raw data parsing for integration into larger dashboard systems.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jeremymahieu-listonic": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api