month-heads-up
Runs on the 25th — shows the next 30-day cash-flow outlook and flags anything that needs attention before month-end. Accepts optional 30 or 60 day horizon.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o month-heads-up.zip https://jpskill.com/download/22769.zip && unzip -o month-heads-up.zip && rm month-heads-up.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22769.zip -OutFile "$d\month-heads-up.zip"; Expand-Archive "$d\month-heads-up.zip" -DestinationPath $d -Force; ri "$d\month-heads-up.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
month-heads-up.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
month-heads-upフォルダができる - 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-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] 月末事前通知
月末の事前通知を実行します。将来のキャッシュデータを引き出し、オーナーに「今後30日間がどうなるか」を明確に示し、注目すべき具体的な事項を伝えます。
引数を解析します。
--horizon(デフォルト:30) — 予測期間を日数で指定します (30または60)
ステップ1 — 現在のキャッシュポジション
cash-flow-snapshot スキルワークフローを使用します。
- QuickBooks から現在の現金および売掛金残高を引き出します。
- PayPal から決済済み残高および保留中の支払い額を引き出します。
- 合計して、利用可能 + 入金予定の現金を算出します。
ステップ2 — 今後の義務
- QuickBooks から、今後30日以内に支払期限が到来する経常費用(給与、サブスクリプション、家賃/リース料)を引き出します。
- 支払期限を過ぎた、または14日以内に支払期限が到来する未払い請求書を引き出します。
- 快適なバッファ(デフォルト: <2,000ドル、またはオーナーのQB月平均経費 × 0.5)を下回る可能性のある支払いをフラグ付けします。
ステップ3 — キャッシュフロー予測
- 30日間の純キャッシュを予測します: 現在の残高 + 予想される流入 − 既知の義務。
- 最も厳しい1週間(予測残高が最も低い週)を特定します。
- いずれかの週でマイナスが予測される場合はフラグ付けします。
ステップ4 — 注目すべき2つの事項
具体的で実行可能な注目事項を2つまで提示します。
- 今すぐ追いかけるべき請求書
- 延期または交渉すべき費用
以下の形式で出力します。
月末事前通知 — {現在の日付}
期間: 今後 {X} 日間
現在の現金: ${amount}
期間末予測: ${amount}
最も厳しい週: {日付範囲} — 予測 ${amount}
注目すべき2つの事項
1. {項目} — {それが重要な理由} — 推奨される行動: {行動}
2. {項目} — {それが重要な理由} — 推奨される行動: {行動}
コネクタの障害
QuickBooks に接続できない場合、停止します — キャッシュ予測にはQBが信頼できる情報源として必要です。PayPal が見つからない場合、QBのみのデータから予測を実行し、「PayPal が接続されていません — PayPal の売掛金は予測から除外されます」と注記します。Stripe/Square が見つからない場合も同様です。
承認ゲート
- 支払いを開始したり、メールを自動的に送信したりすることは決してありません。 オーナーが取るべきデータと行動を提示します。
- QBまたはPayPalで確認されていない収益を予測することは決してありません。 控えめな見積もりだけを使用します。
出力
フォーマットされた要約を提示し、フラグ付けされた期限切れの請求書について、督促メールの草案作成を提案します。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Run the month-end heads-up. Pull forward-looking cash data and give the owner a clear "here's what the next 30 days look like" picture with specific things to watch.
Parse arguments:
--horizon(default:30) — forecast window in days (30or60)
Step 1 — Current cash position
Using the cash-flow-snapshot skill workflow:
- Pull QuickBooks current cash and receivables balance.
- Pull PayPal settled balance and pending payouts.
- Combine for total available + incoming cash.
Step 2 — Upcoming obligations
- Pull recurring expenses from QuickBooks (payroll, subscriptions, rent/lease) due in the next 30 days.
- Pull any outstanding invoices past due or due within 14 days.
- Flag any payment that would push the balance below a comfortable buffer (default: <$2,000 or owner's QB average monthly expense × 0.5).
Step 3 — Cash-flow forecast
- Project 30-day net cash: current balance + expected inflows − known obligations.
- Identify the single tightest week (lowest projected balance).
- Flag if any week projects negative.
Step 4 — Two things to watch
Surface no more than two specific, actionable watches:
- Which invoice(s) to chase now
- Which expense(s) to defer or negotiate
Format as:
Month-End Heads Up — {current date}
Horizon: next {X} days
Cash today: ${amount}
Projected end-of-period: ${amount}
Tightest week: {date range} — projected ${amount}
TWO THINGS TO WATCH
1. {item} — {why it matters} — suggested action: {action}
2. {item} — {why it matters} — suggested action: {action}
Connector failures
If QuickBooks is unreachable, stop — the cash forecast requires QB as the source of truth. If PayPal is missing, run the forecast from QB-only data and note "PayPal not connected — PayPal receivables excluded from forecast." Same for Stripe/Square if missing.
Approval gates
- Never initiate payments or send emails automatically. Surface the data and actions for the owner to take.
- Never project revenue that hasn't been confirmed in QB or PayPal. Use conservative estimates only.
Output
Present the formatted brief and offer to draft chase emails for any flagged overdue invoices.