💼 Close Automation
営業支援システム「Close CRM」での見込み
📺 まず動画で見る(YouTube)
▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Automate Close CRM tasks via Rube MCP (Composio): create leads, manage calls/SMS, handle tasks, and track notes. Always search tools first for current schemas.
🇯🇵 日本人クリエイター向け解説
営業支援システム「Close CRM」での見込み
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o close-automation.zip https://jpskill.com/download/2641.zip && unzip -o close-automation.zip && rm close-automation.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2641.zip -OutFile "$d\close-automation.zip"; Expand-Archive "$d\close-automation.zip" -DestinationPath $d -Force; ri "$d\close-automation.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
close-automation.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
close-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
💬 こう話しかけるだけ — サンプルプロンプト
- › Close Automation で、私のビジネスを分析して改善案を3つ提案して
- › Close Automation を使って、来週の会議用の資料を作って
- › Close Automation で、現状の課題を整理してアクションプランに落として
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Rube MCP を介した Close CRM オートメーション
Composio の Close ツールキットを Rube MCP 経由で利用し、Close CRM の操作を自動化します。
前提条件
- Rube MCP が接続されている必要があります(
RUBE_SEARCH_TOOLSが利用可能であること)。 - ツールキット
closeを使用したRUBE_MANAGE_CONNECTIONS経由でのアクティブな Close 接続。 - 現在のツールスキーマを取得するために、常に最初に
RUBE_SEARCH_TOOLSを呼び出してください。
セットアップ
Rube MCP の取得: クライアント設定で https://rube.app/mcp を MCP サーバーとして追加します。API キーは不要です。エンドポイントを追加するだけで機能します。
RUBE_SEARCH_TOOLSが応答することを確認して、Rube MCP が利用可能であることを確認します。- ツールキット
closeを使用してRUBE_MANAGE_CONNECTIONSを呼び出します。 - 接続が ACTIVE でない場合は、返された認証リンクに従って Close API 認証を完了します。
- ワークフローを実行する前に、接続ステータスが ACTIVE と表示されていることを確認します。
主要なワークフロー
1. リードの作成と管理
使用する状況: ユーザーが新しいリードを作成したり、既存のリードレコードを管理したい場合
ツールシーケンス:
CLOSE_CREATE_LEAD- Close で新しいリードを作成します [必須]
主要なパラメータ:
name: リード/会社名contacts: リードに関連付けられた連絡先オブジェクトの配列custom: キーと値のペアとしてのカスタムフィールド値status_id: リードステータス ID
注意点:
- Close のリードは、個々の人物ではなく、会社/組織を表します。
- 連絡先はリード内にネストされています。まずリードを作成し、その後に連絡先を含めます。
- カスタムフィールドのキーは、表示名ではなくカスタムフィールド ID(例: 'custom.cf_XXX')を使用します。
- 重複リードの検出は自動ではありません。作成前に確認してください。
2. 通話の記録
使用する状況: ユーザーがリードに対して電話アクティビティを記録したい場合
ツールシーケンス:
CLOSE_CREATE_CALL- 通話アクティビティを記録します [必須]
主要なパラメータ:
lead_id: 関連するリードの IDcontact_id: 通話した連絡先の IDdirection: 'outbound' または 'inbound'status: 通話ステータス('completed'、'no-answer'、'busy' など)duration: 通話時間(秒単位)note: 通話メモ
注意点:
lead_idは必須です。通話はリードに関連付けられている必要があります。- 期間は分ではなく秒単位です。
- 通話の方向はレポートと分析に影響します。
contact_idはオプションですが、追跡のために推奨されます。
3. SMS メッセージの送信
使用する状況: ユーザーが Close を介して SMS メッセージを送信または記録したい場合
ツールシーケンス:
CLOSE_CREATE_SMS- SMS メッセージを送信または記録します [必須]
主要なパラメータ:
lead_id: 関連するリードの IDcontact_id: 連絡先の IDdirection: 'outbound' または 'inbound'text: SMS メッセージの内容status: メッセージステータス
注意点:
- SMS 機能を使用するには、Close の電話/SMS 統合が設定されている必要があります。
- すべての SMS アクティビティには
lead_idが必須です。 - 送信 SMS には、認証済みの送信番号が必要な場合があります。
- キャリアによっては、メッセージの長さに制限がある場合があります。
4. タスクの管理
使用する状況: ユーザーがフォローアップタスクを作成または管理したい場合
ツールシーケンス:
CLOSE_CREATE_TASK- 新しいタスクを作成します [必須]
主要なパラメータ:
lead_id: 関連するリード IDtext: タスクの説明date: タスクの期日assigned_to: 担当者のユーザー IDis_complete: タスクが完了しているかどうか
注意点:
- タスクは連絡先ではなくリードに関連付けられています。
- 日付形式は ISO 8601 に従う必要があります。
assigned_toには、メールアドレスや名前ではなく Close のユーザー ID が必要です。- 日付のないタスクは「期日なし」セクションに表示されます。
5. メモの管理
使用する状況: ユーザーがリードにメモを追加または取得したい場合
ツールシーケンス:
CLOSE_GET_NOTE- 特定のメモを取得します [必須]
主要なパラメータ:
note_id: 取得するメモの ID
注意点:
- メモはリードに関連付けられています。
- 取得にはメモ ID が必要です。メモの参照を見つけるには、まずリードを検索してください。
- メモはプレーンテキストと基本的な書式設定をサポートしています。
6. アクティビティの削除
使用する状況: ユーザーが通話記録やその他のアクティビティを削除したい場合
ツールシーケンス:
CLOSE_DELETE_CALL- 通話アクティビティを削除します [必須]
主要なパラメータ:
call_id: 削除する通話の ID
注意点:
- 削除は永続的であり、元に戻すことはできません。
- 通話の作成者または管理者のみが通話を削除できます。
- 通話を削除すると、すべてのレポートとタイムラインから削除されます。
一般的なパターン
リードと連絡先の関係
Close データモデル:
- Lead = 会社/組織
- Contact = 人物 (Lead 内にネスト)
- Activity = 通話、SMS、メール、メモ (Lead にリンク)
- Task = フォローアップ項目 (Lead にリンク)
- Opportunity = 取引 (Lead にリンク)
ID の解決
リード ID:
1. Close 検索 API を使用してリードを検索します。
2. 結果から lead_id を抽出します (形式: 'lead_XXXXXXXXXXXXX')。
3. すべてのアクティビティ作成呼び出しで lead_id を使用します。
連絡先 ID:
1. リードの詳細を取得して、ネストされた連絡先を取得します。
2. contact_id を抽出します (形式: 'cont_XXXXXXXXXXXXX')。
3. 正確な追跡のために、通話/SMS アクティビティで使用します。
アクティビティログパターン
1. lead_id と、オプションで contact_id を特定します。
2. lead_id を使用してアクティビティ (通話、SMS、メモ) を作成します。
3. 関連するメタデータ (期間、方向、ステータス) を含めます。
4. 必要に応じてフォローアップタスクを作成します。
既知の注意点
ID 形式:
- リード ID: 'lead_XXXXXXXXXXXXX'
- 連絡先 ID: 'cont_XXXXXXXXXXXXX'
- アクティビティ ID はタイプによって異なります: 'acti_XXXXXXXXXXXXX'、'call_XXXXXXXXXXXXX'
- カスタムフィールド ID: 'custom.cf_XXXXXXXXXXXXX'
- 常に完全な ID 文字列を使用してください。
レート制限:
- Close API には、プランに基づいたレート制限があります。
- 一括操作の間には遅延を実装してください。
- レート制限ステータスについては、応答ヘッダーを監視してください。
- 429 応答はバックオフが必要です。
カスタムフィールド:
- カスタムフィールドは、表示名ではなく API ID で参照されます。
- リードのステータスが異なると、必要なカスタムフィールドも異なる場合があります。
- カスタムフィールドのタイプ(テキスト、数値、日付、ドロップダウン)は値の形式を強制します。
データ整合性:
- リードが主要なエンティティです。連絡先とアクティビティはリードにリンクされています。
- リードを削除すると、その連絡先とアクティビティにカスケードする可能性があります。
- 一括操作は、実行前に ID を検証する必要があります。
クイックリファレンス
| タスク
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Close CRM Automation via Rube MCP
Automate Close CRM operations through Composio's Close toolkit via Rube MCP.
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active Close connection via
RUBE_MANAGE_CONNECTIONSwith toolkitclose - Always call
RUBE_SEARCH_TOOLSfirst to get current tool schemas
Setup
Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLSresponds - Call
RUBE_MANAGE_CONNECTIONSwith toolkitclose - If connection is not ACTIVE, follow the returned auth link to complete Close API authentication
- Confirm connection status shows ACTIVE before running any workflows
Core Workflows
1. Create and Manage Leads
When to use: User wants to create new leads or manage existing lead records
Tool sequence:
CLOSE_CREATE_LEAD- Create a new lead in Close [Required]
Key parameters:
name: Lead/company namecontacts: Array of contact objects associated with the leadcustom: Custom field values as key-value pairsstatus_id: Lead status ID
Pitfalls:
- Leads in Close represent companies/organizations, not individual people
- Contacts are nested within leads; create the lead first, then contacts are included
- Custom field keys use the custom field ID (e.g., 'custom.cf_XXX'), not display names
- Duplicate lead detection is not automatic; check before creating
2. Log Calls
When to use: User wants to log a phone call activity against a lead
Tool sequence:
CLOSE_CREATE_CALL- Log a call activity [Required]
Key parameters:
lead_id: ID of the associated leadcontact_id: ID of the contact calleddirection: 'outbound' or 'inbound'status: Call status ('completed', 'no-answer', 'busy', etc.)duration: Call duration in secondsnote: Call notes
Pitfalls:
- lead_id is required; calls must be associated with a lead
- Duration is in seconds, not minutes
- Call direction affects reporting and analytics
- contact_id is optional but recommended for tracking
3. Send SMS Messages
When to use: User wants to send or log SMS messages through Close
Tool sequence:
CLOSE_CREATE_SMS- Send or log an SMS message [Required]
Key parameters:
lead_id: ID of the associated leadcontact_id: ID of the contactdirection: 'outbound' or 'inbound'text: SMS message contentstatus: Message status
Pitfalls:
- SMS functionality requires Close phone/SMS integration to be configured
- lead_id is required for all SMS activities
- Outbound SMS may require a verified sending number
- Message length limits may apply depending on carrier
4. Manage Tasks
When to use: User wants to create or manage follow-up tasks
Tool sequence:
CLOSE_CREATE_TASK- Create a new task [Required]
Key parameters:
lead_id: Associated lead IDtext: Task descriptiondate: Due date for the taskassigned_to: User ID of the assigneeis_complete: Whether the task is completed
Pitfalls:
- Tasks are associated with leads, not contacts
- Date format should follow ISO 8601
- assigned_to requires the Close user ID, not email or name
- Tasks without a date appear in the 'no due date' section
5. Manage Notes
When to use: User wants to add or retrieve notes on leads
Tool sequence:
CLOSE_GET_NOTE- Retrieve a specific note [Required]
Key parameters:
note_id: ID of the note to retrieve
Pitfalls:
- Notes are associated with leads
- Note IDs are required for retrieval; search leads first to find note references
- Notes support plain text and basic formatting
6. Delete Activities
When to use: User wants to remove call records or other activities
Tool sequence:
CLOSE_DELETE_CALL- Delete a call activity [Required]
Key parameters:
call_id: ID of the call to delete
Pitfalls:
- Deletion is permanent and cannot be undone
- Only the call creator or admin can delete calls
- Deleting a call removes it from all reports and timelines
Common Patterns
Lead and Contact Relationship
Close data model:
- Lead = Company/Organization
- Contact = Person (nested within Lead)
- Activity = Call, SMS, Email, Note (linked to Lead)
- Task = Follow-up item (linked to Lead)
- Opportunity = Deal (linked to Lead)
ID Resolution
Lead ID:
1. Search for leads using the Close search API
2. Extract lead_id from results (format: 'lead_XXXXXXXXXXXXX')
3. Use lead_id in all activity creation calls
Contact ID:
1. Retrieve lead details to get nested contacts
2. Extract contact_id (format: 'cont_XXXXXXXXXXXXX')
3. Use in call/SMS activities for accurate tracking
Activity Logging Pattern
1. Identify the lead_id and optionally contact_id
2. Create the activity (call, SMS, note) with lead_id
3. Include relevant metadata (duration, direction, status)
4. Create follow-up tasks if needed
Known Pitfalls
ID Formats:
- Lead IDs: 'lead_XXXXXXXXXXXXX'
- Contact IDs: 'cont_XXXXXXXXXXXXX'
- Activity IDs vary by type: 'acti_XXXXXXXXXXXXX', 'call_XXXXXXXXXXXXX'
- Custom field IDs: 'custom.cf_XXXXXXXXXXXXX'
- Always use the full ID string
Rate Limits:
- Close API has rate limits based on your plan
- Implement delays between bulk operations
- Monitor response headers for rate limit status
- 429 responses require backoff
Custom Fields:
- Custom fields are referenced by their API ID, not display name
- Different lead statuses may have different required custom fields
- Custom field types (text, number, date, dropdown) enforce value formats
Data Integrity:
- Leads are the primary entity; contacts and activities are linked to leads
- Deleting a lead may cascade to its contacts and activities
- Bulk operations should validate IDs before executing
Quick Reference
| Task | Tool Slug | Key Params |
|---|---|---|
| Create lead | CLOSE_CREATE_LEAD | name, contacts, custom |
| Log call | CLOSE_CREATE_CALL | lead_id, direction, status, duration |
| Send SMS | CLOSE_CREATE_SMS | lead_id, text, direction |
| Create task | CLOSE_CREATE_TASK | lead_id, text, date, assigned_to |
| Get note | CLOSE_GET_NOTE | note_id |
| Delete call | CLOSE_DELETE_CALL | call_id |
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
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.