Luckin Coffee Order Assistant
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @lukincoffee/my-coffee.
About this skill
Problem
Ordering Luckin Coffee is more than picking a drink: it requires confirming a shop, matching the right product spec, checking price and discounts, and handling payment plus pickup code. The my-coffee skill turns those scattered actions into a structured conversation, calling the Luckin order interfaces in a fixed sequence to reduce manual back-and-forth and parameter mistakes.
How It Works
- Location and shop: use
queryShopListto find shops, then let the user confirm the shop before savingdeptId; distance is shown only when the user provides exact latitude and longitude. - Products and customization: match sellable products with
searchProductForMcp; for cup size, temperature, sweetness, or milk base, usequeryProductDetailInfoandswitchProductto select the correct SKU. - Order and payment: run
previewOrderfirst to get final price, discount amount, andcouponCodeList, thencreateOrder; display onlypayOrderQrCodeUrland keep the full payment link. - After ordering: support
queryOrderDetailInfofor status and pickup code, andcancelOrderfor cancellation; do not reveal pickup info before payment is completed.
Boundaries
This skill is for in-store pickup and does not handle delivery. Real MCP calls need a complete token; placeholder or masked values can fail, and tool schemas should be read before first calls. Confirm shop, product, and payment impact with the user before creating an order.
Use Cases
- Order a latte with a chosen cup size and sweetness at the desk, confirming the shop and product before generating an in-store pickup payment QR code.
- After placing an order, check whether it was paid and get the pickup code by querying the latest order for status, shop, and estimated pickup time.
- Undo a duplicate or wrong-spec order using the most recent order ID and confirm the cancellation result.
- Find a nearby or alternate shop by querying the shop list with your area or business district, then confirm the pickup location.
Best For
- An office worker who wants a latte every morning: customize cup size and sweetness, then get the in-store pickup payment QR code.
- An admin assistant handling team pickup: query payment status and pickup code after ordering, and cancel by order ID when a spec is wrong.
- A commuter picking up on the way: find a nearby shop by business district, confirm it, and generate the payment QR code.
- An MCP integration developer wiring Luckin order APIs: set the token and let the chat drive shop, product, ordering, and pickup code end-to-end.
Related Skills
A Python-based travel planner that integrates itinerary, attractions, budget, weather, currency, packing, and guide generation.
A fitness assistant for cutting, bulking, and maintenance with training check-ins, meal nutrition estimates, daily summaries, and goal calorie settings.
An AI health coach for interpreting check-up metrics, planning diet and exercise, and preparing symptom notes for visits; no diagnosis or prescriptions.
Create zero-configuration travel itineraries with daily plans, lodging, food, transit, and budget, then generate shareable travel cards.