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,專業的AI技能分享平臺。
npm install
node index.js
這個預約代理工具質量中等偏下。它確實能完成基本的預約、取消和改期操作,但功能比較簡單,只是一個命令列程式,無法整合到網站使用。更重要的是,文件中承諾的 AI 智慧對話、自動簡訊郵件提醒、日曆同步等功能完全沒有實現,實際使用體驗遠低於預期。資料儲存在記憶體中,如果程式關閉所有預約記錄都會丟失。總體來說,這是一個基礎的預約管理系統原型,但作為「AI 代理」的定位名不副實。