← 返回 Skills 市场
04551lh

order

作者 04551lh · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
433
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install order
功能描述
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
安全使用建议
This skill appears to only wrap calls to a paired Android device via the OpenClaw gateway and does not request credentials or install software. Before installing: (1) confirm the paired Android node you use is trusted (the skill will issue commands to that device); (2) test with non-destructive commands first (order.getGoods, order.getSelectedGoods); (3) because model invocation is allowed by default, consider whether you want the agent to be able to call these commands autonomously (it could add/submit orders), and restrict autonomous skills or require confirmation if you prefer; (4) remember the SKILL.md states submitOrder is a demo (no real payment), but verify the actual paired app behavior in your environment before relying on it in production.
功能分析
Type: OpenClaw Skill Name: order Version: 1.0.0 The skill provides a standard interface for a demo food ordering system on a paired Android device via the OpenClaw gateway. It includes commands for managing a shopping cart (add, remove, clear) and viewing a menu, with explicit safety notes in SKILL.md stating it is for demonstration purposes only and does not process real payments. No suspicious behaviors, data exfiltration, or malicious instructions were identified.
能力评估
Purpose & Capability
Name/description (ordering on a paired Android node) match the declared commands and the SKILL.md. It does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Runtime instructions are limited to calling the OpenClaw gateway node invoke API with specific command names and JSON params (get menu, add/remove items, view cart, submit). The SKILL.md does not instruct reading arbitrary files, environment variables, or contacting third-party endpoints outside the OpenClaw node API.
Install Mechanism
No install spec and no code files—instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths; this is proportional for a gateway-node-invoke style adapter.
Persistence & Privilege
always:false (good). disable-model-invocation is false (agent may invoke the skill autonomously) — this is the platform default and not in itself a problem, but it means the agent could run order commands without explicit human confirmation unless you limit autonomous invocation elsewhere.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install order
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /order 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Android-order skill (version 1.0.0). - Enables food and drink ordering on a paired Android device using a demo menu and in-app cart. - Supports viewing the menu, adding/removing items, viewing the current cart, clearing the cart, and submitting demo orders (no real payment). - Batch add functionality to add multiple goods at once via JSON array. - Includes command-based error handling for missing items, empty cart, or invalid requests. - Demo only: orders are processed in memory on the device and not sent to any backend system.
元数据
Slug order
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

order 是什么?

Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 433 次。

如何安装 order?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install order」即可一键安装,无需额外配置。

order 是免费的吗?

是的,order 完全免费(开源免费),可自由下载、安装和使用。

order 支持哪些平台?

order 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 order?

由 04551lh(@04551lh)开发并维护,当前版本 v1.0.0。

💬 留言讨论