bill-skill

bill-skill is a skill for Claude Code, Codex from TencentCloudBase/awesome-miniprogram-skills. It costs 21 tokens per session (488 once invoked), scanned A, original, MIT.

A bill-payment assistant for checking unpaid household and service bills, paying a selected bill, and viewing past payments.

In plain words
What is it for?
It helps users check water, electricity, phone-service, and property bills, pay one bill, and review amounts and payment methods from earlier payments.
Why use it?
It keeps current bills and payment history in one place, so users do not have to search through separate services or remember what they already paid.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/tencentcloudbase/awesome-miniprogram-skills/bill-skill
Any agent
npx skills add TencentCloudBase/awesome-miniprogram-skills --skill bill-skill
Clone the repo
git clone --depth 1 https://github.com/TencentCloudBase/awesome-miniprogram-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bill-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/bill-skill.svg)](https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/bill-skill)
Your own site
<a href="https://agentmods.dev/skills/tencentcloudbase/awesome-miniprogram-skills/bill-skill"><img src="https://agentmods.dev/badge/skills/tencentcloudbase/awesome-miniprogram-skills/bill-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00488
Opus 5 $0.00010 $0.00244
Sonnet 5 $0.00004 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 5d ago against content hash 83dba2a9ab9b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

bill-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 5d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (apis/getBills.js, apis/getPaymentHistory.js, apis/payBill.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/bill-skill/SKILL.md · 50 lines

What it actually says

生活缴费

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

触发场景

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

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

不适用范围

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

接口链路

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

使用顺序

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

设计风格

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

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.

  1. 5d ago First seen · 50 lines · 21 tokens per session scan A 83dba2a9ab9b

Subscribe to this mod's changes

bill-skill is a skill published in the GitHub repository TencentCloudBase/awesome-miniprogram-skills (35 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 488 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.

Related

Other skills, from other repositories

finance-report

Masthead + KPI + 收入/烧钱图 + P&L 表 + 重点 + 展望.

nexu-io/html-anything · 26 tokens

invoice

标准发票: 寄件/收件 + 明细 + 税 + 总额 + 付款指引.

nexu-io/html-anything · 26 tokens

gzh_article

公众号图文创作 / 推文 / 官方号文章 (official account article) — 端到端:选题→搜集→成文→配图→去AI化→公众号内联样式排版→交付/草稿箱。honors user persona & style memory.

mateaix/mateclaw · 66 tokens

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 的命令治理边界。.

weapp-vite/weapp-vite · 134 tokens

native-to-weapp-vite-wevu-migration

面向原生微信、支付宝、抖音等小程序渐进迁移到 weapp-vite + 原生 或继续升级到 weapp-vite + wevu + Vue SFC 的结构化工作流,覆盖六平台单目标构建、原生扩展名保留、Web 联调边界、路线选择、工具链接入、SFC 试点、响应式升级与可回滚验证。.

weapp-vite/weapp-vite · 106 tokens

docs-and-website-sync

面向 weapp-vite monorepo 的文档、website 与公开 skills 同步工作流。适用于源码能力变化后同步配置、CLI、React/Wevu/Vue SFC、多平台、mpcore、README、packaged docs、脚手架 AGENTS.md、AI skills 元数据和触发回归入口。.

weapp-vite/weapp-vite · 79 tokens