← 返回 Skills 市场
320
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install waimai-merchant
功能描述
外卖商家管理 Skill - 支持商家注册、商品管理、价格修改和配送时间设置。Use when user mentions merchant registration, product management, price updates, delivery time settings for food deliv...
安全使用建议
This package appears to do what it says: a local CLI for managing merchants and products that stores data under ~/.waimai-merchant/merchant.db. Before installing/running: 1) review the included source if you can (it is provided and implements only local DB operations), 2) be aware npm install will fetch dependencies from the public registry and may compile native modules (better-sqlite3), and 3) back up any existing ~/.waimai-merchant directory if present. If you need networked features or integration with external services, those are not present here — they would require additional code or credentials.
功能分析
Type: OpenClaw Skill
Name: waimai-merchant
Version: 1.0.0
The waimai-merchant skill bundle is a standard CLI-based management system for food delivery merchants and products. It uses the better-sqlite3 library for local data storage in the user's home directory (~/.waimai-merchant/) and employs prepared statements in its database logic (e.g., in merchant.ts and product.ts) to prevent SQL injection. The SKILL.md instructions and source code are consistent with the stated purpose, and there is no evidence of data exfiltration, malicious execution, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description (商家/商品/价格/配送时间) align with the included code and CLI: commands implement merchant registration, product CRUD, price and delivery-time updates. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs how to install/build and run the CLI in the agent workspace and documents the commands and data directory. The runtime instructions and the code operate on a local SQLite DB and do not direct the agent to read other system files or exfiltrate data.
Install Mechanism
The skill has no formal install spec in the registry (instruction-only) but includes full source and a SKILL.md that tells the user to run npm install and npm run build in ~/.openclaw/workspace/skills/waimai-merchant. That will fetch npm dependencies (including better-sqlite3 which may run native build/install scripts). This is expected for a Node+SQLite CLI but you should be aware npm install will contact the public npm registry and may build native modules on the host.
Credentials
No environment variables, credentials, or config paths are requested. The code creates/uses a data directory under the user's home (~/.waimai-merchant) and the SQLite DB merchant.db — this is proportional to the stated purpose.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or global agent settings. It persists only its own data under ~/.waimai-merchant/ and closes the DB on exit/signals.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install waimai-merchant - 安装完成后,直接呼叫该 Skill 的名称或使用
/waimai-merchant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Waimai Merchant 1.0.0 初始发布。
- 支持商家注册、信息管理与审核,包括商家入驻和状态管理。
- 实现商品的添加、管理、上下架、价格及配送时间设置。
- 提供商品分类、库存、搜索等操作命令。
- 所有数据本地存储于 SQLite 数据库,具备详细字段结构。
- 操作均通过命令行界面(CLI)完成,附带帮助文档与使用说明。
元数据
常见问题
Waimai Merchant 是什么?
外卖商家管理 Skill - 支持商家注册、商品管理、价格修改和配送时间设置。Use when user mentions merchant registration, product management, price updates, delivery time settings for food deliv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。
如何安装 Waimai Merchant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install waimai-merchant」即可一键安装,无需额外配置。
Waimai Merchant 是免费的吗?
是的,Waimai Merchant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Waimai Merchant 支持哪些平台?
Waimai Merchant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Waimai Merchant?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills