jpskill.com
💬 コミュニケーション コミュニティ

call-list

Ranks the top-5 leads most worth calling today, supplies talking points from email history, blocks time on the calendar, and drafts follow-up messages. Accepts optional count and date arguments.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o call-list.zip https://jpskill.com/download/22751.zip && unzip -o call-list.zip && rm call-list.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22751.zip -OutFile "$d\call-list.zip"; Expand-Archive "$d\call-list.zip" -DestinationPath $d -Force; ri "$d\call-list.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して call-list.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → call-list フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[スキル名] call-list リードの優先順位付けを実行します。パイプラインをスキャンし、緊急度と機会によってランク付けし、関連するメールのコンテキストを抽出し、担当者が電話をかける準備を整えます。

引数を解析します。

  • --n (デフォルト: 5) — 表示するリードの数 (1~10)
  • --date (デフォルト: 今日) — コールリストを作成する日付 (YYYY-MM-DD)

ステップ1 — パイプラインのスキャン

lead-triage スキルワークフローを使用します。

  1. HubSpotのオープンな取引と、過去30日間に活動があった連絡先を抽出します。
  2. 各リードについて、Mailからメールスレッドを抽出します(連絡先ごとに最新の3通のメール)。
  3. 各リードを以下の基準でスコアリングします。
    • Recency: 担当者による最終接触からの日数(少ないほど良い)
    • Stage: クローズまでの近さ(ステージが後であるほど優先度が高い)
    • Signal: 最近のインバウンド活動(メール開封、返信、カレンダー予約、ウェブサイト訪問)
    • Value: HubSpotからの取引規模

ステップ2 — 上位N件のランク付けと選択

スコアリングされたすべてのリードをランク付けし、上位 --n 件を選択します。同点の場合、未回答のインバウンドシグナルがあるリードを優先します。

選択された各リードについて、コールカードを作成します。

{Rank}. {Contact Name} — {Company}
Deal: ${amount} | Stage: {stage} | Last contact: {X days ago}
Signal: {most recent activity}

TALKING POINTS
• {point from email/deal context}
• {point from email/deal context}
• {open question to ask}

GOAL FOR THIS CALL: {one sentence — advance to next stage / re-engage / close}

ステップ3 — カレンダーのブロック

リスト上の各リードについて、担当者のカレンダーにターゲット日付で20分間のブロックを提案します。

提案されたカレンダーエントリを表示します。

{time slot} — Call: {Contact Name} ({Company})

カレンダーイベントを作成する前に、担当者がどの通話をブロックするかを確認するまで待ちます。

ステップ4 — フォローアップのドラフト作成

3日以上前の未回答のメールがあるリードについては、簡単なフォローアップを作成します。

Subject: Re: {thread subject}

Hi {first name},

{One sentence referencing prior conversation}. {One sentence with a clear next step or question}.

{Sign-off}

コネクタの障害

HubSpotに到達できない場合、停止して担当者に伝えます。リードスコアリングにはCRMデータが必要です。Mailに到達できない場合、ステップ3-4(メールのコンテキストとフォローアップ)をスキップし、出力に「Mail not connected — email context and follow-up drafts skipped」とメモします。Google Calendarに到達できない場合、カレンダーのブロックをスキップし、その旨をメモします。

承認ゲート

  • メールを自動的に送信しないでください。 ドラフトは担当者の承認のためにのみ提示してください。
  • 担当者の確認なしにカレンダーブロックを作成しないでください — まず提案されたリストを表示してください。
  • HubSpotの取引ステージを自動的に更新しないでください。

出力

ランク付けされたコールリストとトークスクリプトを提示します。次に、提案されたカレンダーブロックを表示し、確認を求めます。その後、フォローアップのドラフトを表示し、どれを送信するかを尋ねます。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Run the lead prioritization. Scan the pipeline, rank by urgency and opportunity, pull relevant email context, and get the owner ready to make calls.

Parse arguments:

  • --n (default: 5) — number of leads to surface (1–10)
  • --date (default: today) — date to build the call list for (YYYY-MM-DD)

Step 1 — Pipeline scan

Using the lead-triage skill workflow:

  1. Pull open HubSpot deals and contacts with activity in the last 30 days.
  2. Pull email threads from Mail for each lead (last 3 emails per contact).
  3. Score each lead on:
    • Recency: days since last owner touchpoint (lower = better)
    • Stage: how close to close (later stage = higher priority)
    • Signal: any recent inbound activity (email open, reply, calendar hold, web visit)
    • Value: deal size from HubSpot

Step 2 — Rank and select top N

Rank all scored leads and select the top --n. For ties, prefer leads with unanswered inbound signals.

For each selected lead, produce a call card:

{Rank}. {Contact Name} — {Company}
Deal: ${amount} | Stage: {stage} | Last contact: {X days ago}
Signal: {most recent activity}

TALKING POINTS
• {point from email/deal context}
• {point from email/deal context}
• {open question to ask}

GOAL FOR THIS CALL: {one sentence — advance to next stage / re-engage / close}

Step 3 — Calendar block

For each lead on the list, offer to block 20 minutes on the owner's calendar for the target date.

Show the proposed calendar entries:

{time slot} — Call: {Contact Name} ({Company})

Wait for owner to confirm which calls to block before creating calendar events.

Step 4 — Draft follow-ups

For any lead that has an unanswered email older than 3 days, draft a brief follow-up:

Subject: Re: {thread subject}

Hi {first name},

{One sentence referencing prior conversation}. {One sentence with a clear next step or question}.

{Sign-off}

Connector failures

If HubSpot is unreachable, stop and tell the owner — lead scoring requires CRM data. If Mail is unreachable, skip Steps 3-4 (email context and follow-ups) and note "Mail not connected — email context and follow-up drafts skipped" in output. If Google Calendar is unreachable, skip calendar blocking and note it.

Approval gates

  • Never send emails automatically. Present drafts for owner approval only.
  • Never create calendar blocks without owner confirmation — show the proposed list first.
  • Never update HubSpot deal stages automatically.

Output

Present the ranked call list with talk tracks. Then show proposed calendar blocks and ask for confirmation. Then show follow-up drafts and ask which to send.