Cake Uncle Mall Ordering Assistant
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_c70e116b/dgss into your AI assistant.
About this skill
Problem
When ordering on the Cake Uncle mall through a conversation, the city, address, product category, specification, quantity, and payment link still need to be confirmed in a fixed order. The flow also has small contract pitfalls: the district field should be area, not district; the detailed address field should be addr, not detail; and the address ID should be aid. On Windows, passing Chinese parameters directly through curl can also cause encoding issues. This skill packages those steps into a repeatable ordering flow: the current user supplies a token, then the assistant normalizes the city, chooses or creates an address, searches products, confirms one specification, generates an order link, and checks order status.
How It Works
- Auth and address: After the user provides a
user_token, the skill stores the default city and default address ID. City names are normalized to city level, for example Shenzhen is converted to its city-level form. If no address exists, it creates one usingprovince,city,area,addr,name, andphone. - Product search: The keyword is mapped to a category:
1for cakes,5for snacks, and8for flowers.sweets_lstis called, and results are shown as a fixed table with index, brand, item name, spec, price, and detail. - Order and status: After selecting one specification,
getOrderaddrgenerates the order URL. Thescenevalue is extracted from that URL and can later be used withgetOrderStatusto view the item name and order status. The API uses JSON-RPC 2.0, places parameters underparams.arguments, and returns success ascode: 200.
Boundary: This skill is intended for single-specification orders, order-link generation, and order-status checks in enabled cities. It does not handle refunds, cancellations, logistics tracking, invoices, or other unsupported actions. Keep the user’s own token, avoid committing dgss_token.md, and prefer the Python path on Windows to avoid Chinese parameter encoding issues.
Use Cases
- Support turns a chat request for a Beijing cake delivery into a payment link.
- First-time user normalizes city, selects or creates a delivery address.
- Ops clarifies whether an item is cake, snack, or flowers before searching.
- User sends a numeric scene code and needs the latest order item and status.
Best For
- Mall customer service who turns cake requests into order links.
- Ops staff helping clients choose city, address, and one product spec.
- Support rep checking recent order status from a scene code.
- Business ops reusing default address and recent item for reorder.
Related Skills
Scans a reimbursement folder, extracts ride, hotel, high-speed rail, and flight details, calculates allowances and discounts, and outputs a deduplicated report.
Stress-test product logic by challenging assumptions, demanding evidence, and pruning the idea to a minimal verifiable core.
Guides WeChat merchant payment integration by routing JSAPI, Mini Program, APP, H5, Native, and payment-code scenarios to the right product.
AI agent tool for generating HTML proposals for client visit business scenarios, featuring deep research and dynamic mainline mapping.