💬 Billing Automation
定期的な請求や請求書の発行、未収金の
📺 まず動画で見る(YouTube)
▶ 【最新版】Claude(クロード)完全解説!20以上の便利機能をこの動画1本で全て解説 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
🇯🇵 日本人クリエイター向け解説
定期的な請求や請求書の発行、未収金の
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o billing-automation.zip https://jpskill.com/download/2570.zip && unzip -o billing-automation.zip && rm billing-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2570.zip -OutFile "$d\billing-automation.zip"; Expand-Archive "$d\billing-automation.zip" -DestinationPath $d -Force; ri "$d\billing-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
billing-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
billing-automationフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › Billing Automation で、お客様への返信文を作って
- › Billing Automation を使って、社内向けアナウンスを書いて
- › Billing Automation で、メールテンプレートを整備して
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
請求自動化
定期請求、請求書生成、督促管理、日割り計算、税金計算など、自動請求システムを習得します。
このスキルを使用するケース
- SaaSサブスクリプション請求の実装
- 請求書生成と配信の自動化
- 支払い失敗時の回収管理(督促)
- プラン変更時の日割り料金の計算
- 消費税、VAT、GSTの処理
- 従量課金制の処理
- 請求サイクルと更新の管理
このスキルを使用しないケース
- 一度限りの請求書または手動請求のみが必要な場合
- タスクが請求またはサブスクリプションと無関係な場合
- 料金、プラン、または請求フローを変更できない場合
手順
- プラン、料金設定、請求間隔、および日割り計算ルールを定義します。
- サブスクリプションのライフサイクル状態と更新/キャンセル動作をマッピングします。
- 請求書発行、支払い、再試行、および督促ワークフローを実装します。
- 地域ごとの税金とコンプライアンス要件をモデル化します。
- サンドボックス支払いと照合台帳出力で検証します。
- 詳細なテンプレートが必要な場合は、
resources/implementation-playbook.mdを開きます。
安全性
- テスト環境で実際の顧客に課金しないでください。
- 本番展開の前に、税務処理とコンプライアンス義務を確認してください。
リソース
- 詳細なパターン、チェックリスト、および例については、
resources/implementation-playbook.mdを参照してください。
制限事項
- このスキルは、タスクが上記の範囲と明確に一致する場合にのみ使用してください。
- 出力を、環境固有の検証、テスト、または専門家によるレビューの代わりとして扱わないでください。
- 必要な入力、権限、安全境界、または成功基準が不足している場合は、停止して説明を求めてください。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Billing Automation
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
Use this skill when
- Implementing SaaS subscription billing
- Automating invoice generation and delivery
- Managing failed payment recovery (dunning)
- Calculating prorated charges for plan changes
- Handling sales tax, VAT, and GST
- Processing usage-based billing
- Managing billing cycles and renewals
Do not use this skill when
- You only need a one-off invoice or manual billing
- The task is unrelated to billing or subscriptions
- You cannot change pricing, plans, or billing flows
Instructions
- Define plans, pricing, billing intervals, and proration rules.
- Map subscription lifecycle states and renewal/cancellation behavior.
- Implement invoicing, payments, retries, and dunning workflows.
- Model taxes and compliance requirements per region.
- Validate with sandbox payments and reconcile ledger outputs.
- If detailed templates are required, open
resources/implementation-playbook.md.
Safety
- Do not charge real customers in testing environments.
- Verify tax handling and compliance obligations before production rollout.
Resources
resources/implementation-playbook.mdfor detailed patterns, checklists, and examples.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.