What problem does it solve?
Ordering Luckin Coffee through an AI assistant requires a strict sequence of API calls that the upstream service rejects if performed out of order. This Skill encodes that exact workflow so store selection, SKU customization, order preview, payment, and status checks happen in the correct gated sequence without failed calls.
Core Features & Use Cases
- Store and Product Discovery: Searches nearby Luckin stores via
query_shop_list and finds drinks with search_product, always letting the user pick the store explicitly.
- SKU Customization: Resolves temperature, sweetness, milk, and size options through
query_product_detail and switch_product instead of guessing SKUs.
- Gated Order Flow: Enforces
preview_order before create_order, displays the payment QR code, and supports query_order_detail for pickup codes and cancel_order for cancellations.
- Use Case: A user says "order me a hot coconut latte near my office." The Skill lists nearby stores, confirms the customized SKU and final price, creates the order, and shows the payment QR code.
Quick Start
Order me a Luckin coffee for pickup at a store near my current location.