/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kitchen-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/kitchen-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
kitchen-control 是什么?
Manage freezer inventory via WhatsApp commands, track stock and expiration, log sales, generate schedules, adjust prices dynamically, and forecast demand usi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 kitchen-control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kitchen-control」即可一键安装,无需额外配置。
kitchen-control 是免费的吗?
是的,kitchen-control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
kitchen-control 支持哪些平台?
kitchen-control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 kitchen-control?
由 M3D3L(@m3d3l)开发并维护,当前版本 v1.0.0。