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

Queue Skill

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

WeChat Mini Program skill for in-store queuing: searching stores, checking queue status, taking a number, and tracking queue progress.

About

Adds a store-queuing flow to a WeChat Mini Program for finding stores, viewing queue status, taking a ticket, and tracking progress. A developer uses it as a scenario template when building virtual-queue features.

  • Handles store lookup and queue-status viewing
  • Covers online ticket-taking and queue-progress tracking

Queue Skill by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tencentcloudbase/awesome-miniprogram-skills --skill queue-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 in-store queuing: searching stores, checking queue status, taking a number, and tracking queue progress.

Files

SKILL.mdMarkdownGitHub ↗

门店排队取号

基于门店列表完成门店查询、排队状态查看、线上取号与排队进度查询的能力集合。

触发场景

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

  • "帮我找个能取号的门店"
  • "望京附近哪家店排得快"
  • "帮我看看这家店现在排到多少号了"
  • "我要先取个号"
  • "我前面还有几位"
  • "帮我查一下我的排队进度"

不适用范围

  • 饮品点单、规格选择、下单支付等诉求 → 不在本技能范围,由点单技能处理
  • 地图导航、路线规划、电话联系门店等诉求 → 不在本技能范围
  • 历史订单、会员积分、优惠券等诉求 → 不在本技能范围

接口链路

  • searchStores:门店搜索与候选门店列表展示。
  • getStoreQueueStatus:查看单门店当前排队状态。
  • takeQueueNumber:确认可取号后生成排队票。
  • getQueueProgress:基于真实票据查询当前位置与等待进度。

使用顺序

  • 取号前需先确定具体门店;没有门店上下文时,先展示可选门店列表,再查看该门店当前排队状态。
  • 生成排队票前需先看到门店当前排队状态与取号状态,确认可取号后再执行取号。
  • 查询排队进度前需先拿到有效票据;没有有效票据时,不能直接查询当前位置。
  • 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。

Related skills

This week in AI coding

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

unsubscribe anytime.