ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

android-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).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/04551lh/order
Or

What This Skill Does

The Android Order skill (点餐) enables your OpenClaw AI agent to interact directly with a paired Android device running the OpenClaw SMS Demo application. It acts as an interface layer between your voice or text commands and an in-memory ordering system on the mobile device. This skill provides a full suite of menu and cart management features, allowing users to browse available food and drink items, modify quantities, inspect cart totals, and finalize mock orders. It is designed for demonstration purposes, making it an excellent tool for testing agent-to-device communication flows without needing a live backend payment processor.

Installation

To integrate this skill into your environment, use the OpenClaw hub command via your terminal:

clawhub install openclaw/skills/skills/04551lh/order

Ensure your target Android device is correctly paired as an OpenClaw node and that the SMS Demo app is running and active before invoking these commands.

Use Cases

  • Automated Ordering: Perfect for hands-free interactions where a user asks the agent to "Add two lattes to my order."
  • Menu Exploration: Useful for scenarios where a user wants to hear or see a list of available items before making a decision.
  • Cart Management: Ideal for refining orders, such as removing unwanted items or checking the final cost before submission.
  • Testing & Development: Serves as a reference implementation for developers building custom OpenClaw skills that require local device state management.

Example Prompts

  1. "Check what's on the menu today and add a medium latte to my cart."
  2. "Can you show me what I currently have in my order and what the total cost is?"
  3. "I'm ready to checkout, please submit my order now."

Tips & Limitations

  • Demo Only: Please note that this skill is strictly for demonstration purposes. It does not integrate with real-world payment gateways or POS systems. All submitted orders are processed in-memory within the device application.
  • Precise Naming: When using names to add or remove items, ensure they match the menu output exactly to avoid 'GOODS_NOT_FOUND' errors.
  • Error Handling: If the order submission fails, ensure your cart is not empty; the order.submitOrder command will return a CART_EMPTY error if no items are present.
  • Batch Efficiency: For complex orders, use order.batchAddGoods to minimize round-trips to the Android device, which improves overall latency.

Metadata

Author@04551lh
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-04551lh-order": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#android#automation#ordering#iot#mobile-agent
Safety Score: 5/5

Flags: data-collection