sales-brief
Surfaces top and bottom sellers, identifies seasonality patterns, and produces a 2-week content brief to push winners and clear slow movers. Accepts optional lookback window of 30, 60, or 90 days.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o sales-brief.zip https://jpskill.com/download/22775.zip && unzip -o sales-brief.zip && rm sales-brief.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22775.zip -OutFile "$d\sales-brief.zip"; Expand-Archive "$d\sales-brief.zip" -DestinationPath $d -Force; ri "$d\sales-brief.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
sales-brief.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
sales-briefフォルダができる - 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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] sales-brief 売上分析とコンテンツブリーフを実行します。売れたもの(と売れなかったもの)を抽出し、その理由を説明し、データに基づいてすぐに使えるコンテンツプランを作成します。
引数を解析します。
--lookback(デフォルト:30d) —30d、60d、または90dのルックバック期間
ステップ1 — 売上内訳
売上分析のために content-strategy スキルワークフローを使用します。
- ルックバック期間の PayPal 取引を、商品/サービス/SKU ごとにグループ化して抽出します。
- QuickBooks の収益を、製品/サービスカテゴリ別に抽出します。
- 製品を、総収益、販売数量、および利益率(QB で利用可能な場合)でランク付けします。
- 各製品の総収益に占める割合を、以前の同等期間と比較して計算します。
トップセラー:シェアを伸ばした、またはトップ3のランクを維持した製品。 ボトムセラー:販売数量が減少した、または収益の5%未満の製品。
ステップ2 — 季節性チェック
- 現在の期間を、前年の同期間と比較します(QB の履歴が利用可能な場合)。
- 季節性パターンがある項目(例:Q4の急増、夏の低迷)にフラグを立てます。
- 季節性を検出するのに十分な履歴がない新製品に注意します。
ステップ3 — 理由分析
各トップセラーとボトムセラーについて、可能性のある要因を説明します。
- 価格変更、プロモーション、新しいチャネル、季節需要、競合他社の動き
- 期間中の HubSpot キャンペーン活動と相互参照します。
- 帰属が推測されたものか、確認されたものかを明記します。
ステップ4 — 2週間のコンテンツブリーフ
すぐに使えるコンテンツブリーフを作成します。
2-Week Content Brief — {date range}
PUSH THESE (winners)
• {product}: {suggested angle} — {channel: email|social|both}
• {product}: {suggested angle} — {channel}
CLEAR THESE (slow movers)
• {product}: {promo angle or bundle suggestion} — {channel}
CONTENT CALENDAR
Week 1:
Mon: {post/email concept}
Wed: {post/email concept}
Fri: {post/email concept}
Week 2:
Mon: {post/email concept}
Wed: {post/email concept}
Fri: {post/email concept}
コネクタの障害
QuickBooks と PayPal の両方に接続できない場合、停止します。売上分析には少なくとも1つの収益源が必要です。どちらか一方のみが接続されている場合、そのソースから実行し、「QuickBooks は接続されていません — 収益データは PayPal のみです」(またはその逆)とメモします。HubSpot がない場合、「理由分析」のキャンペーン相互参照をスキップし、その旨をメモします。
承認ゲート
- コンテンツを自動でスケジュールしたり公開したりしないでください。 ブリーフはオーナーのレビュー専用です。
- Canva アセットを自動で作成しないでください — オーナーがブリーフを承認した後で生成を提案してください。
出力
売上分析を提示し、次にコンテンツブリーフを提示します。オーナーに、計画された投稿のいずれかについて Canva アセットを生成したいかどうかを尋ねます。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Run the sales analysis and content brief. Pull what sold (and what didn't), explain why, and produce a ready-to-use content plan that acts on the data.
Parse arguments:
--lookback(default:30d) —30d,60d, or90dlookback window
Step 1 — Sales breakdown
Using the content-strategy skill workflow for sales analysis:
- Pull PayPal transactions for the lookback period grouped by item/service/SKU.
- Pull QuickBooks revenue by product/service category.
- Rank products by: total revenue, unit volume, and margin (if available in QB).
- Calculate each product's share of total revenue vs. prior equivalent period.
Top sellers: products that grew share or maintained top-3 rank. Bottom sellers: products with declining volume or below 5% of revenue.
Step 2 — Seasonality check
- Compare current period to same period in prior year (if QB history available).
- Flag any items with a seasonal pattern (e.g., spikes in Q4, slow summers).
- Note any new products with insufficient history to detect seasonality.
Step 3 — Why analysis
For each top and bottom seller, explain the likely driver:
- Price change, promo, new channel, seasonal demand, competitor move
- Cross-reference with HubSpot campaign activity for the period
- Note where attribution is inferred vs. confirmed
Step 4 — 2-week content brief
Produce a ready-to-use content brief:
2-Week Content Brief — {date range}
PUSH THESE (winners)
• {product}: {suggested angle} — {channel: email|social|both}
• {product}: {suggested angle} — {channel}
CLEAR THESE (slow movers)
• {product}: {promo angle or bundle suggestion} — {channel}
CONTENT CALENDAR
Week 1:
Mon: {post/email concept}
Wed: {post/email concept}
Fri: {post/email concept}
Week 2:
Mon: {post/email concept}
Wed: {post/email concept}
Fri: {post/email concept}
Connector failures
If both QuickBooks and PayPal are unreachable, stop — sales analysis requires at least one revenue source. If only one is connected, run from that source and note "QuickBooks not connected — revenue data from PayPal only" (or vice versa). If HubSpot is missing, skip campaign cross-reference in the "why analysis" and note it.
Approval gates
- Never auto-schedule or publish content. The brief is for owner review only.
- Never create Canva assets automatically — offer to generate them after owner approves the brief.
Output
Present the sales analysis, then the content brief. Ask the owner if they'd like to generate Canva assets for any of the planned posts.