← 返回 Skills 市场
339
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install local-business-appointment-agent
功能描述
AI agent for local businesses to automate appointment scheduling, reminders, cancellations, and calendar integration.
使用说明 (SKILL.md)
Local Business Appointment Agent
AI agent for local businesses (salons, clinics, etc.) to automate appointment scheduling, reminders, and cancellations.
Features
- 24/7 appointment booking via chat
- Automated reminders (SMS/email)
- Cancellation and rescheduling handling
- Calendar integration (Google Calendar, Outlook)
Usage
- Configure business hours and services
- Connect calendar
- Deploy to website or messaging platform
Installation
npm install
Start
node index.js
安全使用建议
This skill's code appears to do what it says (a simple, local CLI appointment helper) and does not request secrets or perform network I/O. Before installing, consider: 1) Verify the source — the package has no homepage and the publisher ID is unknown. 2) Confirm the metadata mismatch: registry said 'instruction-only' but SKILL.md and files include Node and code; treat this as a packaging inconsistency and prefer installing from a trusted source. 3) Run the code in an isolated/test environment first (or inspect the files locally) to confirm there are no hidden network calls. 4) If you plan to use real customer data (names/phone numbers), add proper storage and privacy controls — the current implementation only keeps data in-memory and does not provide persistence or secure handling.
功能分析
Type: OpenClaw Skill
Name: local-business-appointment-agent
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` provides standard installation and execution instructions for a Node.js application, with no evidence of prompt injection attempts or malicious commands. The `index.js` code implements a simple command-line appointment agent using in-memory storage and Node.js's built-in `readline` module. It lacks external dependencies, network calls, file system operations, or shell command executions, thus presenting no capabilities for data exfiltration, unauthorized execution, or persistence. While input validation is minimal, this is a functional vulnerability rather than an indicator of malicious intent, especially given the in-memory data storage.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md usage, and index.js all align: a simple local CLI appointment scheduler. However, registry metadata claimed 'required binaries: none' and 'instruction-only', while the SKILL.md includes an 'openclaw' install hint requiring Node and the package.json and index.js are present. This mismatch is likely a packaging/metadata oversight but should be clarified.
Instruction Scope
The SKILL.md runtime instructions are limited to installing Node (npm install) and running node index.js. The index.js code is a local, interactive CLI that stores appointments in memory, asks for name/phone, and prints responses; it does not read environment variables, system files, or call external network endpoints. No broad or vague data-collection instructions were found.
Install Mechanism
There is no remote download-of-arbitrary-code: package.json is present and npm install is suggested. The package.json has no dependencies and index.js is included in the bundle, so installation is low-risk. The inconsistency is that the registry metadata reported 'No install spec — instruction-only' while SKILL.md contains an install hint for Node; this is a minor packaging inconsistency rather than a technical risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The runtime asks users for phone numbers and names (expected for scheduling) but does not persist them beyond in-memory storage or transmit them. This is proportionate to the stated purpose.
Persistence & Privilege
The skill is not marked 'always: true' and uses no elevated privileges or system-wide configuration changes. It does not attempt to modify other skills or agent settings. Autonomous invocation is allowed by default but is not combined with other high-risk behaviors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-business-appointment-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-business-appointment-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - basic appointment scheduling functionality
元数据
常见问题
Local Business Appointment Agent 是什么?
AI agent for local businesses to automate appointment scheduling, reminders, cancellations, and calendar integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。
如何安装 Local Business Appointment Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-business-appointment-agent」即可一键安装,无需额外配置。
Local Business Appointment Agent 是免费的吗?
是的,Local Business Appointment Agent 完全免费(开源免费),可自由下载、安装和使用。
Local Business Appointment Agent 支持哪些平台?
Local Business Appointment Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Business Appointment Agent?
由 dotdance(@dotdance)开发并维护,当前版本 v1.0.0。
推荐 Skills