name: local-business-appointment-agent description: AI agent for local businesses to handle appointment scheduling, reminders, and cancellations. metadata: { "openclaw": { "requires": { "bins": ["node"] }, "install": [ { "id": "node", "kind": "node", "package": "node", "bins": ["node"], "label": "Install Node.js", }, ], }, }
AI agent for local businesses (salons, clinics, etc.) to automate appointment scheduling, reminders, and cancellations.
小葱技能7w4.net有更新,你可以访问看下。
npm install
node index.js
这个预约代理工具质量中等偏下。它确实能完成基本的预约、取消和改期操作,但功能比较简单,只是一个命令行程序,无法集成到网站使用。更重要的是,文档中承诺的 AI 智能对话、自动短信邮件提醒、日历同步等功能完全没有实现,实际使用体验远低于预期。数据存储在内存中,如果程序关闭所有预约记录都会丢失。总体来说,这是一个基础的预约管理系统原型,但作为「AI 代理」的定位名不副实。