Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tencentcloudbase avatar

Order Skill

  • 1 installs
  • 27 repo stars
  • Updated June 18, 2026
  • tencentcloudbase/awesome-miniprogram-skills

WeChat Mini Program skill for food delivery: searching restaurants, browsing menus, placing paid orders, and tracking delivery status.

About

Adds a food-delivery flow to a WeChat Mini Program covering restaurant search, menu browsing, checkout, and delivery tracking. A developer uses it as a scenario template when building takeout ordering features.

  • Handles restaurant and cuisine search plus menu browsing
  • Covers online ordering, payment, and delivery-status tracking

Order Skill by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tencentcloudbase/awesome-miniprogram-skills --skill order-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars27
Last updatedJune 18, 2026
Repositorytencentcloudbase/awesome-miniprogram-skills

What it does

WeChat Mini Program skill for food delivery: searching restaurants, browsing menus, placing paid orders, and tracking delivery status.

Files

SKILL.mdMarkdownGitHub ↗

外卖点餐

基于餐厅列表完成餐厅搜索、菜单浏览、线上下单与配送状态查询的能力集合。

触发场景

用户原话举例(路由命中本技能):

  • "帮我点个外卖"
  • "附近有什么好吃的餐厅"
  • "我想吃汉堡/川菜/日料"
  • "看看这家店有什么菜"
  • "我要下单"
  • "我的外卖到哪了"
  • "帮我查一下订单配送状态"

不适用范围

  • 门店排队取号、排队进度查询 → 不在本技能范围,由排队取号技能处理
  • 饮品点单、规格选择等 → 不在本技能范围,由饮品点单技能处理
  • 待办事项、提醒设置等 → 不在本技能范围,由待办技能处理
  • 地图导航、路线规划、电话联系餐厅等 → 不在本技能范围

前置条件

  • 用户需在可用配送范围内
  • 查询配送状态前需先完成下单拿到订单号

接口链路

  • searchRestaurants:餐厅搜索与候选餐厅列表展示。
  • getMenuItems:查看指定餐厅的菜单与菜品列表。
  • placeOrder:选择菜品后提交订单(需配送地址和联系电话)。
  • getOrderStatus:基于真实订单号查询配送进度与骑手信息。

使用顺序

  • 点餐前需先确定具体餐厅;没有餐厅上下文时,先展示附近餐厅列表,再查看该餐厅菜单。
  • 下单前需先查看菜单并选择菜品;确认购物车、配送地址和联系电话后再执行下单。
  • 查询配送状态前需先拿到有效订单号;没有有效订单时,不能直接查询配送进度。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.