Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/queue-skillnpx skills add TencentCloudBase/awesome-miniprogram-skills --skill queue-skillgit clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skillsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00025 | $0.00463 |
| Opus 5 | $0.00013 | $0.00231 |
| Sonnet 5 | $0.00005 | $0.00093 |
| Haiku 4.5 | $0.00003 | $0.00046 |
Grade A, and why
queue-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
门店排队取号
基于门店列表完成门店查询、排队状态查看、线上取号与排队进度查询的能力集合。
触发场景
用户原话举例(路由命中本技能):
- "帮我找个能取号的门店"
- "望京附近哪家店排得快"
- "帮我看看这家店现在排到多少号了"
- "我要先取个号"
- "我前面还有几位"
- "帮我查一下我的排队进度"
不适用范围
- 饮品点单、规格选择、下单支付等诉求 → 不在本技能范围,由点单技能处理
- 地图导航、路线规划、电话联系门店等诉求 → 不在本技能范围
- 历史订单、会员积分、优惠券等诉求 → 不在本技能范围
接口链路
searchStores:门店搜索与候选门店列表展示。getStoreQueueStatus:查看单门店当前排队状态。takeQueueNumber:确认可取号后生成排队票。getQueueProgress:基于真实票据查询当前位置与等待进度。
使用顺序
- 取号前需先确定具体门店;没有门店上下文时,先展示可选门店列表,再查看该门店当前排队状态。
- 生成排队票前需先看到门店当前排队状态与取号状态,确认可取号后再执行取号。
- 查询排队进度前需先拿到有效票据;没有有效票据时,不能直接查询当前位置。
- 所有已绑定组件的接口都应优先展示卡片,不要改成纯文本逐条展开。
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- apis/getQueueProgress.js 3.0 KB runs code
- apis/getStoreQueueStatus.js 2.4 KB runs code
- apis/searchStores.js 1.5 KB runs code
- apis/takeQueueNumber.js 2.7 KB runs code
- cloudbaserc.json 747 B
- cloudfunctions/queue-skill-handler/index.js 6.1 KB runs code
- cloudfunctions/queue-skill-handler/package.json 177 B
- components/queue-progress-card/index.js 3.0 KB runs code
- components/queue-progress-card/index.json 49 B
- components/queue-progress-card/index.wxml 1008 B
- components/queue-progress-card/index.wxss 2.4 KB
- components/queue-ticket-card/index.js 2.1 KB runs code
- components/queue-ticket-card/index.json 49 B
- components/queue-ticket-card/index.wxml 659 B
- components/queue-ticket-card/index.wxss 1.7 KB
- components/store-list-card/index.js 2.9 KB runs code
- components/store-list-card/index.json 49 B
- components/store-list-card/index.wxml 1.1 KB
- components/store-list-card/index.wxss 2.5 KB
- components/store-queue-status-card/index.js 3.5 KB runs code
- components/store-queue-status-card/index.json 49 B
- components/store-queue-status-card/index.wxml 1.1 KB
- components/store-queue-status-card/index.wxss 2.2 KB
- data/seed.js 1.2 KB runs code
- index.js 1.1 KB runs code
- mcp.json 9.6 KB
- mp-skills.json 154 B
- README.md 2.2 KB
- utils/util.js 1.9 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 38 lines · 25 tokens per session scan A 73b1cea0dc15
queue-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (35 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 463 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gzh_article
公众号图文创作 / 推文 / 官方号文章 (official account article) — 端到端:选题→搜集→成文→配图→去AI化→公众号内联样式排版→交付/草稿箱。honors user persona & style memory.
weapp-vite-best-practices
面向采用 weapp-vite 项目布局仓库或已安装 weapp-vite 依赖项目的工程化实践手册,覆盖 vite.config.ts 的 weapp 配置、内置 i18n、自动路由、routeRules/layout、buildScope、自动导入组件、分包、npm、六平台单目标构建、受管 TypeScript、HMR、sourcemap、prepare、MCP、Web runtime、lib mode、worker、AI skills,以及与 weapp-ide-cli 的命令治理边界。.
native-to-weapp-vite-wevu-migration
面向原生微信、支付宝、抖音等小程序渐进迁移到 weapp-vite + 原生 或继续升级到 weapp-vite + wevu + Vue SFC 的结构化工作流,覆盖六平台单目标构建、原生扩展名保留、Web 联调边界、路线选择、工具链接入、SFC 试点、响应式升级与可回滚验证。.
docs-and-website-sync
面向 weapp-vite monorepo 的文档、website 与公开 skills 同步工作流。适用于源码能力变化后同步配置、CLI、React/Wevu/Vue SFC、多平台、mpcore、README、packaged docs、脚手架 AGENTS.md、AI skills 元数据和触发回归入口。.
weapp-vite-vue-sfc-best-practices
面向使用 weapp-vite 的小程序项目的 Vue SFC 实践手册,覆盖 script setup、纯模板 SFC、JSON 宏、definePageMeta/layout、defineModel、usingComponents、内置 i18n Behavior、JSX/TSX script block、模板指令兼容、多平台 SFC、.weapp-vite 类型支持文件与受管 prepare 工作流。.
wevu-best-practices
面向小程序中 wevu 运行时的实践手册,覆盖生命周期注册、响应式更新、JSX/TSX、事件契约、bindModel/useBindModel、layout、原生 router helpers、wevu/router、store 约束,以及 setData 调度、渲染、页面切换、资源与内存性能治理。.