/install kitchen-control
Freezer Inventory Management Skill for OpenClaw
Overview
This skill manages freezer inventory in a convenience store via WhatsApp commands. It tracks inventory with expiration dates, logs sales, creates schedules for display, dynamically adjusts pricing based on cost and expiration, and uses an AI API for forecasting demand.
Features
- Parse WhatsApp text commands: inventory input, sales updates, schedule requests
- Integrate with PocketBase for persistent storage
- Apply cost-aware dynamic pricing discounts
- Call external AI API for sales forecasting and price recommendations
- Provide WhatsApp-formatted response messages
- Basic user role-based authorization
Usage
Deploy in OpenClaw runtime with environment variables configured for PocketBase and AI API. Connect your WhatsApp webhook to route messages to this skill.
Files
- freezer_inventory_skill.js — main skill code
Installation
- Place the skill directory
freezer_inventory_skill/inside your OpenClaw skills folder. - Configure environment variables:
POCKETBASE_URL,POCKETBASE_ADMIN_TOKENfor PocketBase accessAI_API_KEY,AI_API_URLfor forecasting API
- Register and enable the skill in your OpenClaw instance.
- Route WhatsApp webhook messages to this skill.
Commands
inventory item1 qty1 item2 qty2 expiration YYYY-MM-DDsold item qtyschedule
Notes
- Extend integration with real WhatsApp API for message sending.
- User authentication mapped by WhatsApp number.
- Logging enabled for debugging.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kitchen-control - After installation, invoke the skill by name or use
/kitchen-control - Provide required inputs per the skill's parameter spec and get structured output
What is kitchen-control?
Manage freezer inventory via WhatsApp commands, track stock and expiration, log sales, generate schedules, adjust prices dynamically, and forecast demand usi... It is an AI Agent Skill for Claude Code / OpenClaw, with 205 downloads so far.
How do I install kitchen-control?
Run "/install kitchen-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is kitchen-control free?
Yes, kitchen-control is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does kitchen-control support?
kitchen-control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created kitchen-control?
It is built and maintained by M3D3L (@m3d3l); the current version is v1.0.0.