技能 billing-automation
💳

billing-automation

安全 🌐 網路存取⚙️ 外部命令

自動化訂閱帳單工作流程

週期性帳單系統的設計和維護相當複雜。此技能提供訂閱、開票、催收、比例分配和稅務的清晰模式。

支援: Claude Codex Code(CC)
📊 69 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「billing-automation」。 Create a billing cycle workflow for monthly subscriptions with dunning.

預期結果:

  • Check if billing period ended and generate invoice
  • Attempt payment and mark invoice paid on success
  • On failure, mark past due and start retry schedule
  • Send notifications and cancel after final retry

正在使用「billing-automation」。 How do I calculate proration when a customer upgrades mid-month?

預期結果:

  • Calculate days used on current plan
  • Calculate remaining days in billing period
  • Credit unused portion of old plan
  • Charge prorated amount for new plan
  • Apply net difference to next invoice

正在使用「billing-automation」。 What tax rates apply to EU customers versus US customers?

預期結果:

  • EU: VAT rates by country (GB 20%, DE 19%, FR 20%)
  • US: State-level sales tax (CA 7.25%, NY 4%)
  • AU: GST at 10%
  • Non-listed regions: No tax calculation

安全審計

安全
v4 • 1/17/2026

Pure documentation skill containing only SKILL.md with billing patterns and sample code. No executable scripts, file system access, environment variable reading, or actual network calls. All 47 static findings are false positives: markdown code block backticks misidentified as Ruby execution, basic arithmetic misidentified as weak crypto, placeholder URLs in templates, and billing state management misidentified as reconnaissance.

2
已掃描檔案
737
分析行數
2
發現項
4
審計總數
審計者: claude 查看審計歷史 →

品質評分

38
架構
100
可維護性
85
內容
22
社群
100
安全
87
規範符合性

你能建構什麼

啟動訂閱

為新產品設定基本訂閱帳單、試用期和續訂。

改善催收

為失敗付款設計重試排程和通知。

建模比例分配

估算中期方案變更的積分和費用。

試試這些提示

啟動訂閱流程
設計包含試用期、活躍、逾期和已取消狀態的訂閱生命週期。包含關鍵轉換和所需的資料欄位。
開票生成計劃
概述開票生成步驟,包含項目、稅金和總額。包含資料輸入和驗證檢查。
催收重試排程
提出包含重試和電子郵件通知的催收排程。說明如何處理恢復和取消。
使用量計費
說明如何追蹤使用量事件並計算帳單週期的分層定價費用。

最佳實務

  • 保留帳單事件的審計追蹤
  • 在每個帳單變更時通知客戶
  • 按司法管轄區驗證稅務規則

避免

  • 硬編碼帳單日期和間隔
  • 在單次付款失敗後即取消
  • 在方案中期變更時跳過比例分配

常見問題

這是否相容於 Claude、Codex 和 Claude Code?
是的,此指南與平台無關,可在 Claude、Codex 和 Claude Code 中使用。
提供的代碼有何限制?
這是範例邏輯,不包含儲存、工作排程或完整的生產環境錯誤處理。
我可以將其與 Stripe 或其他處理器整合嗎?
是的,範例顯示了處理器呼叫的位置,但您必須新增真正的 SDK 呼叫和認證。
它是否存取或儲存敏感資料?
不,此技能僅為文件和代碼模式。它不會讀取本機檔案。
如果我的帳單週期是自訂的怎麼辦?
調整帳單週期計算和比例分配邏輯以符合您的自訂排程。
與完整的帳單平台相比有何不同?
它提供架構和邏輯模式,而非託管的帳單服務或現成的 UI。

開發者詳情

檔案結構

📄 SKILL.md