Install
$ agentstack add skill-tencentcloudbase-awesome-miniprogram-skills-bill-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
生活缴费
基于账单系统完成待缴账单查询、在线缴费与历史记录查看的能力集合。
触发场景
用户原话举例(路由命中本技能):
- "帮我查一下这个月的水电费"
- "我的话费该交了吗"
- "帮我交一下电费"
- "查一下欠了多少费"
- "看看我还有哪些账单没交"
- "帮我查查缴费记录"
- "物业费怎么交"
不适用范围
- 手机话费充值、流量包购买等 → 不在本技能范围,由充值技能处理
- 违章罚款、社保缴费等政府缴费 → 不在本技能范围
- 信用卡还款、贷款还款等金融类缴费 → 不在本技能范围
接口链路
getBills:查询当前用户所有待缴账单,含逾期提醒。payBill:基于 billId 完成单笔账单支付。getPaymentHistory:查询历史缴费记录,含金额与支付方式。
使用顺序
- 查询待缴账单是首个入口,用户提出缴费诉求时优先展示账单列表卡片。
- 用户选择账单后调用 payBill 完成支付,支付成功后展示缴费结果卡片。
- 缴费结果卡片提供"查看缴费记录"和"继续缴费"两个后续操作。
- 历史记录查询为独立查询,可在任意时刻调用。
设计风格
- 模拟支付宝/微信支付风格,绿色安全可靠。
- 强调色:#00B578(支付绿),辅助背景 #F0FFF5(淡绿底)。
- 按钮使用绿色渐变
linear-gradient(135deg, #00C987, #00B578)。 - 支持暗黑模式。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: TencentCloudBase
- Source: TencentCloudBase/awesome-miniprogram-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.