← Back to Skills Marketplace
harrylabsj

Waimai Merchant

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
320
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install waimai-merchant
Description
外卖商家管理 Skill - 支持商家注册、商品管理、价格修改和配送时间设置。Use when user mentions merchant registration, product management, price updates, delivery time settings for food deliv...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install waimai-merchant
  3. After installation, invoke the skill by name or use /waimai-merchant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Waimai Merchant 1.0.0 初始发布。 - 支持商家注册、信息管理与审核,包括商家入驻和状态管理。 - 实现商品的添加、管理、上下架、价格及配送时间设置。 - 提供商品分类、库存、搜索等操作命令。 - 所有数据本地存储于 SQLite 数据库,具备详细字段结构。 - 操作均通过命令行界面(CLI)完成,附带帮助文档与使用说明。
Metadata
Slug waimai-merchant
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Waimai Merchant?

外卖商家管理 Skill - 支持商家注册、商品管理、价格修改和配送时间设置。Use when user mentions merchant registration, product management, price updates, delivery time settings for food deliv... It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.

How do I install Waimai Merchant?

Run "/install waimai-merchant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Waimai Merchant free?

Yes, Waimai Merchant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Waimai Merchant support?

Waimai Merchant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Waimai Merchant?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments