ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

grocery-list

Standalone grocery lists, recipes, and meal planning with local storage. No external service required.

Why use this skill?

Manage your groceries, meal plans, and recipes offline with the open-source OpenClaw grocery-list skill. Local JSON storage, no subscriptions, and smart automated categorization.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dbhurley/grocery-list
Or

What This Skill Does

The grocery-list skill provides a comprehensive, self-contained system for managing grocery lists, storing recipes, and planning meals directly from the command line or within your AI agent environment. Unlike cloud-based apps that require subscriptions, data tracking, or constant internet connectivity, this tool utilizes local JSON storage to keep your household data private and accessible. It features advanced quantity parsing that automatically detects units and amounts, smart categorization to keep your shopping organized, and cross-functionality between meal plans and shopping lists, allowing you to import ingredients from a saved recipe directly into your active grocery queue with a single command.

Installation

To integrate this skill into your OpenClaw environment, use the primary installer command: clawhub install openclaw/skills/skills/dbhurley/grocery-list Ensure you have the necessary environment configured for uv to manage the scripts effectively. Once installed, the skill resides within your local directory structure, allowing for seamless execution of the provided Python scripts.

Use Cases

This skill is ideal for organized individuals who prefer local control over their personal data. It works perfectly for:

  • Managing multiple distinct shopping lists for different stores like Costco, Target, or your local market.
  • Tracking pantry staples by categorizing items automatically.
  • Coordinating family shopping by assigning specific items to individual family members.
  • Planning weekly meals and auto-generating shopping lists based on those recipes to avoid manual entry.
  • Maintaining a library of favorite recipes that are always available for quick lookup.

Example Prompts

  1. "Add 3 cartons of almond milk to my Grocery list and categorize it as dairy."
  2. "Search for my chicken recipes and add the ingredients for Tacos to the Costco list."
  3. "Show me the meal plan for January 15th and tell me if I have any pending alerts."

Tips & Limitations

  • Tip: Use the --assignee flag to delegate shopping tasks to other members of your household, ensuring everyone knows their responsibility.
  • Tip: Always use the clear command after your shopping trips to keep your lists uncluttered.
  • Limitation: Since this relies on local JSON storage, ensure your data directory is backed up if you store extensive recipe collections. It is a text-based utility, so it is optimized for speed and efficiency rather than a graphical interface.

Metadata

Author@dbhurley
Stars1100
Views0
Updated2026-02-17
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dbhurley-grocery-list": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#grocery#meal-planner#recipes#productivity#local-storage
Safety Score: 5/5

Flags: file-write, file-read, code-execution