An automated ordering interface for Android devices that enables AI agents to manage menus, carts, and order submissions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install order
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install order using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Android Order skill allows an AI coding agent to interact with a digital menu and shopping cart on a paired Android node. Designed for developers working within the Openclaw Skills ecosystem, it provides a structured way to fetch goods lists, manage item quantities, and submit orders. This skill transforms a mobile device into a transactional endpoint, allowing for complex multi-step ordering workflows.
While this implementation is currently a demo flow based on the OpenClaw SMS Demo app, it showcases the power of hardware-software synchronization. It utilizes in-memory logic on the device to simulate a Point of Sale (POS) backend, making it an ideal template for developers looking to build real-world retail integrations with Openclaw Skills.
To utilize this skill, you must have an Android device paired as an active node running the OpenClaw SMS Demo app with order capabilities enabled. You can invoke commands through the gateway API or via a CLI tool. To verify the menu connection, run:
# Fetch the current menu from the paired device
openclaw-cli invoke --command "order.getGoods" --params "{}"
The skill manages data through a structured taxonomy of products and cart states. Pricing is typically handled in cents to ensure precision during calculations.
| Entity | Fields | Description |
|---|---|---|
| Goods | id, name, priceCents, price | Represents a menu item. |
| Cart Item | id, name, quantity, subtotalCents | Represents an item currently selected for purchase. |
| Order Result | success, message, totalCents, items | The final payload returned after an order submission. |
Loading
A philosophical framework that maps AI agent behavior to Spinoza's 48 affects and calculates a 0-100 persistence-based Conatus Score.

A powerful automation tool that transforms Markdown documents into polished WeChat Official Account drafts with automatic image hosting and syntax highlighting.

A high-performance automated trading skill for Polymarket designed to manage end-to-end lifecycle operations from deployment to monitoring.








































