Grocery Shopping Assistant
/install grocery-assistant
Grocery Checklist
This skill stores grocery state locally and supports a Telegram checklist UX.
Intended usage:
- OpenClaw handles conversation normally
- this skill provides grocery state and actions
- Telegram renders shopping and pantry views
- the managed OpenClaw route is the primary install mode
Runtime behavior:
- reads Telegram account config from
~/.openclaw/openclaw.json - writes pantry state to
~/.openclaw/data/grocery-checklist/state.json - writes Telegram polling state to
~/.openclaw/data/grocery-checklist/telegram-bot-state.json - uses the bundled wrapper at
scripts/grocery.sh
Use it for:
I ran out of saltAdd milk and eggs to groceriesWhat do I need to buy?Mark eggs boughtI'm shopping nowShould I go shopping today?
Wrapper:
bash \x3Cskill_dir>/scripts/grocery.sh ...
Core states:
neededhave
Telegram callbacks use:
callback_data: gchk:...
Behavior guidance:
- when tools are available, use
mutate_grocery_itemsfor state changes andrender_grocery_viewfor Telegram UI - treat natural grocery mutation phrasing as state changes
- for mutation intents, run the mutation first; do not render as a substitute for the mutation
- treat
show me the shopping list,what do I need to buy, and “I am shopping now” phrasing as shopping-list renders - treat
show me the pantryandwhat do I haveas pantry renders - keep normal grocery conversation conversational
- after a Telegram UI render or callback, do not send a second explanatory message
- for successful Telegram UI actions, the ideal model output is exactly
NO_REPLY
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install grocery-assistant - After installation, invoke the skill by name or use
/grocery-assistant - Provide required inputs per the skill's parameter spec and get structured output
What is Grocery Shopping Assistant?
Persistent pantry-backed grocery checklist for OpenClaw, intended for normal conversational use with Telegram shopping-list UI. It is an AI Agent Skill for Claude Code / OpenClaw, with 189 downloads so far.
How do I install Grocery Shopping Assistant?
Run "/install grocery-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Grocery Shopping Assistant free?
Yes, Grocery Shopping Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Grocery Shopping Assistant support?
Grocery Shopping Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Grocery Shopping Assistant?
It is built and maintained by Serdar Salim (@serdarsalim); the current version is v1.1.3.