agentsclimarketplace

Bill skill

Skill TencentCloudBase/awesome-miniprogram-skills/skills/bill-skill

生活缴费:待缴账单查询、缴费支付、缴费历史From its SKILL.md

Install
npx -y skills add TencentCloudBase/awesome-miniprogram-skills --skill bill-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.7 KB, 570 tokens by cl100k_base, as published. Nobody here has run it

生活缴费

基于账单系统完成待缴账单查询、在线缴费与历史记录查看的能力集合。

触发场景

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

  • "帮我查一下这个月的水电费"
  • "我的话费该交了吗"
  • "帮我交一下电费"
  • "查一下欠了多少费"
  • "看看我还有哪些账单没交"
  • "帮我查查缴费记录"
  • "物业费怎么交"

不适用范围

  • 手机话费充值、流量包购买等 → 不在本技能范围,由充值技能处理
  • 违章罚款、社保缴费等政府缴费 → 不在本技能范围
  • 信用卡还款、贷款还款等金融类缴费 → 不在本技能范围

接口链路

  • getBills:查询当前用户所有待缴账单,含逾期提醒。
  • payBill:基于 billId 完成单笔账单支付。
  • getPaymentHistory:查询历史缴费记录,含金额与支付方式。

使用顺序

  • 查询待缴账单是首个入口,用户提出缴费诉求时优先展示账单列表卡片。
  • 用户选择账单后调用 payBill 完成支付,支付成功后展示缴费结果卡片。
  • 缴费结果卡片提供"查看缴费记录"和"继续缴费"两个后续操作。
  • 历史记录查询为独立查询,可在任意时刻调用。

设计风格

  • 模拟支付宝/微信支付风格,绿色安全可靠。
  • 强调色:#00B578(支付绿),辅助背景 #F0FFF5(淡绿底)。
  • 按钮使用绿色渐变 linear-gradient(135deg, #00C987, #00B578)
  • 支持暗黑模式。

What ships with it: 24 files

46.8 KB alongside SKILL.md, 10 of them executable

apis/

data/

utils/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.