← Back to Skills Marketplace
04551lh

order

by 04551lh · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
433
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install order
Description
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).
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install order
  3. After installation, invoke the skill by name or use /order
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug order
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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). It is an AI Agent Skill for Claude Code / OpenClaw, with 433 downloads so far.

How do I install order?

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

Is order free?

Yes, order is completely free (open-source). You can download, install and use it at no cost.

Which platforms does order support?

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

Who created order?

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

💬 Comments