call-summary
Process call notes or a transcript — extract action items, draft follow-up email, generate internal summary. Use when pasting rough notes or a transcript after a discovery, demo, or negotiation call, drafting a customer follow-up, logging the activity for your CRM, or capturing objections and next steps for your team.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o call-summary.zip https://jpskill.com/download/22743.zip && unzip -o call-summary.zip && rm call-summary.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22743.zip -OutFile "$d\call-summary.zip"; Expand-Archive "$d\call-summary.zip" -DestinationPath $d -Force; ri "$d\call-summary.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
call-summary.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
call-summaryフォルダができる - 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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] call-summary
/call-summary
見慣れないプレースホルダーが表示された場合や、どのツールが接続されているかを確認する必要がある場合は、CONNECTORS.md を参照してください。
通話メモや議事録を処理して、アクションアイテムを抽出し、フォローアップの連絡文を作成し、記録を更新します。
使用方法
/call-summary <notes or transcript>
これらの通話メモを処理します: $ARGUMENTS
ファイルが参照されている場合: @$1
仕組み
┌─────────────────────────────────────────────────────────────────┐
│ 通話の要約 │
├─────────────────────────────────────────────────────────────────┤
│ スタンドアロン (常に機能します) │
│ ✓ 通話メモまたは議事録を貼り付けます │
│ ✓ 主要な議論点と決定事項を抽出します │
│ ✓ 担当者と期日を含むアクションアイテムを特定します │
│ ✓ 異議、懸念、未解決の質問を浮き彫りにします │
│ ✓ 顧客向けのフォローアップメールを作成します │
│ ✓ チーム向けに内部要約を生成します │
├─────────────────────────────────────────────────────────────────┤
│ スーパーチャージ (ツールを接続した場合) │
│ + 議事録: 録音を自動的に取得します (例: Gong, Fireflies) │
│ + CRM: 商談を更新し、活動を記録し、タスクを作成します │
│ + メール: 下書きから直接フォローアップを送信します │
│ + カレンダー: 会議にリンクし、出席者のコンテキストを取得します │
└─────────────────────────────────────────────────────────────────┘
私が必要とする情報
オプション 1: メモを貼り付ける 箇条書き、走り書き、思考の流れなど、お持ちのものをそのまま貼り付けてください。私が構造化します。
オプション 2: 議事録を貼り付ける ビデオ会議ツール (例: Zoom, Teams) や会話インテリジェンスツール (例: Gong, Fireflies) からの完全な議事録をお持ちの場合は、貼り付けてください。私が重要な瞬間を抽出します。
オプション 3: 通話について説明する 何が起こったか教えてください。「Acme Corp. とのディスカバリーコールでした。VP Eng と CTO に会いました。彼らは当社と競合他社 X を比較検討しています。主な懸念は統合のタイムラインです。」
出力
内部要約
## 通話の要約: [会社名] — [日付]
**出席者:** [氏名と役職]
**通話の種類:** [ディスカバリー / デモ / 交渉 / チェックイン]
**期間:** [分かっている場合]
### 主要な議論点
1. [トピック] — [議論された内容、決定事項]
2. [トピック] — [要約]
### 顧客の優先事項
- [顧客が表明した優先事項 1]
- [優先事項 2]
### 提起された異議 / 懸念
- [懸念] — [どのように対応したか / 状況]
### 競合情報
- [競合他社の言及、言われたこと]
### アクションアイテム
| 担当者 | アクション | 期日 |
|-------|--------|-----|
| [あなた] | [タスク] | [日付] |
| [顧客] | [タスク] | [日付] |
### 次のステップ
- [合意された次のステップとタイムライン]
### 商談への影響
- [この通話が商談に与える影響 — ステージ変更、リスク、加速]
顧客へのフォローアップメール
件名: [会議の要約 + 次のステップ]
[名前]様
本日はお時間をいただきありがとうございました。
[議論された主要な点]
[あなたが約束したこと]
[タイムラインを含む明確な次のステップ]
よろしくお願いいたします。
[あなたの名前]
メールスタイルのガイドライン
顧客向けのメールを作成する際は、以下の点に注意してください。
- 簡潔かつ有益に — 迅速に要点を伝えてください。顧客は多忙です。
- Markdown 書式は使用しない — アスタリスク、太字、その他の Markdown 構文は使用しないでください。どのようなメールクライアントでも自然に見えるプレーンテキストで記述してください。
- シンプルな構造を使用する — 短い段落、セクション間の改行。顧客のメールクライアントがレンダリングしない限り、ヘッダーや箇条書きの書式は使用しないでください。
- スキャンしやすいようにする — 項目をリストアップする場合は、凝った書式ではなく、プレーンなダッシュや数字を使用してください。
良い例:
議論した内容は以下の通りです。
- 20シートの見積もり、1シートあたり年間480ドル
- W9およびサプライヤーオンボーディング書類
- 契約の連絡窓口
悪い例:
**当社から必要なもの:**
- 20シートの見積もり、1シートあたり年間480ドル
コネクタが利用可能な場合
議事録が接続されている場合 (例: Gong, Fireflies):
- 自動的に通話を検索します
- 完全な議事録を取得します
- プラットフォームによってフラグ付けされた重要な瞬間を抽出します
CRMが接続されている場合:
- 商談ステージの更新を提案します
- 通話を活動として記録します
- アクションアイテムのタスクを作成します
- 次のステップフィールドを更新します
メールが接続されている場合:
- メールで下書きを作成することを提案します
- または、承認された場合は直接送信します
ヒント
- 詳細が多いほど、より良い出力が得られます — 大まかなメモでも役立ちます。「彼らはXについて懸念しているようでした」という情報は有用なコンテキストです。
- 出席者の名前を挙げてください — 要約の構造化やアクションアイテムの割り当てに役立ちます。
- 重要なことを指摘してください — 何か重要なことがあった場合は、「一番のポイントは…」のように教えてください。
- 商談ステージを教えてください — フォローアップのトーンや次のステップを調整するのに役立ちます。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
/call-summary
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Process call notes or a transcript to extract action items, draft follow-up communications, and update records.
Usage
/call-summary <notes or transcript>
Process these call notes: $ARGUMENTS
If a file is referenced: @$1
How It Works
┌─────────────────────────────────────────────────────────────────┐
│ CALL SUMMARY │
├─────────────────────────────────────────────────────────────────┤
│ STANDALONE (always works) │
│ ✓ Paste call notes or transcript │
│ ✓ Extract key discussion points and decisions │
│ ✓ Identify action items with owners and due dates │
│ ✓ Surface objections, concerns, and open questions │
│ ✓ Draft customer-facing follow-up email │
│ ✓ Generate internal summary for your team │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (when you connect your tools) │
│ + Transcripts: Pull recording automatically (e.g. Gong, Fireflies) │
│ + CRM: Update opportunity, log activity, create tasks │
│ + Email: Send follow-up directly from draft │
│ + Calendar: Link to meeting, pull attendee context │
└─────────────────────────────────────────────────────────────────┘
What I Need From You
Option 1: Paste your notes Just paste whatever you have — bullet points, rough notes, stream of consciousness. I'll structure it.
Option 2: Paste a transcript If you have a full transcript from your video conferencing tool (e.g. Zoom, Teams) or conversation intelligence tool (e.g. Gong, Fireflies), paste it. I'll extract the key moments.
Option 3: Describe the call Tell me what happened: "Had a discovery call with Acme Corp. Met with their VP Eng and CTO. They're evaluating us vs Competitor X. Main concern is integration timeline."
Output
Internal Summary
## Call Summary: [Company] — [Date]
**Attendees:** [Names and titles]
**Call Type:** [Discovery / Demo / Negotiation / Check-in]
**Duration:** [If known]
### Key Discussion Points
1. [Topic] — [What was discussed, decisions made]
2. [Topic] — [Summary]
### Customer Priorities
- [Priority 1 they expressed]
- [Priority 2]
### Objections / Concerns Raised
- [Concern] — [How you addressed it / status]
### Competitive Intel
- [Any competitor mentions, what was said]
### Action Items
| Owner | Action | Due |
|-------|--------|-----|
| [You] | [Task] | [Date] |
| [Customer] | [Task] | [Date] |
### Next Steps
- [Agreed next step with timeline]
### Deal Impact
- [How this call affects the opportunity — stage change, risk, acceleration]
Customer Follow-Up Email
Subject: [Meeting recap + next steps]
Hi [Name],
Thank you for taking the time to meet today...
[Key points discussed]
[Commitments you made]
[Clear next step with timeline]
Best,
[You]
Email Style Guidelines
When drafting customer-facing emails:
- Be concise but informative — Get to the point quickly. Customers are busy.
- No markdown formatting — Don't use asterisks, bold, or other markdown syntax. Write in plain text that looks natural in any email client.
- Use simple structure — Short paragraphs, line breaks between sections. No headers or bullet formatting unless the customer's email client will render it.
- Keep it scannable — If listing items, use plain dashes or numbers, not fancy formatting.
Good:
Here's what we discussed:
- Quote for 20 seats at $480/seat/year
- W9 and supplier onboarding docs
- Point of contact for the contract
Bad:
**What You Need from Us:**
- Quote for 20 seats at $480/seat/year
If Connectors Available
Transcripts connected (e.g. Gong, Fireflies):
- I'll search for the call automatically
- Pull the full transcript
- Extract key moments flagged by the platform
CRM connected:
- I'll offer to update the opportunity stage
- Log the call as an activity
- Create tasks for action items
- Update next steps field
Email connected:
- I'll offer to create a draft in ~~email
- Or send directly if you approve
Tips
- More detail = better output — Even rough notes help. "They seemed concerned about X" is useful context.
- Name the attendees — Helps me structure the summary and assign action items.
- Flag what matters — If something was important, tell me: "The big thing was..."
- Tell me the deal stage — Helps me tailor the follow-up tone and next steps.