jpskill.com
💼 ビジネス コミュニティ 🟡 少し慣れが必要 👤 経営者・事業責任者・マーケ

💼 Capsule CRM Automation

Capsule CRM Automation

Capsule CRMの顧客情報や案件管理、タスク

⏱ 提案書ドラフト 2日 → 半日

📺 まず動画で見る(YouTube)

▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Automate Capsule CRM operations -- manage contacts (parties), run structured filter queries, track tasks and projects, log entries, and handle organizations -- using natural language through the Composio MCP integration.

🇯🇵 日本人クリエイター向け解説

一言でいうと

Capsule CRMの顧客情報や案件管理、タスク

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して capsule-crm-automation.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → capsule-crm-automation フォルダができる
  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-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Capsule CRM Automation で、私のビジネスを分析して改善案を3つ提案して
  • Capsule CRM Automation を使って、来週の会議用の資料を作って
  • Capsule CRM Automation で、現状の課題を整理してアクションプランに落として

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

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

Capsule CRM 自動化

Capsule CRM を管理します。連絡先の作成と更新、パーティー/機会/ケースに対する強力なフィルタークエリの実行、タスクとプロジェクトの追跡、アクティビティエントリの閲覧、チーム関係の整理を、すべて自然言語コマンドを通じて行えます。

ツールキットのドキュメント: composio.dev/toolkits/capsule_crm


セットアップ

  1. Composio MCP サーバーをクライアント設定に追加します。
    https://rube.app/mcp
  2. プロンプトが表示されたら、Capsule CRM アカウントを接続します(OAuth 認証)。
  3. 自然言語コマンドを発行して CRM の管理を開始します。

コアワークフロー

1. 構造化されたフィルタークエリの実行

複数のフィルター条件、演算子、ソートを使用して、パーティー、機会、またはケース(プロジェクト)をクエリします。

ツール: CAPSULE_CRM_RUN_FILTER_QUERY

プロンプト例:

"カリフォルニア州にいて 'VIP' のタグが付いているすべての Capsule CRM 連絡先を名前順に検索してください"

主要なパラメーター:

  • entity (必須) -- 次のいずれか: parties, opportunities, kases
  • filter (必須) -- 以下のフィルターオブジェクト:
    • conditions -- 条件の配列。各条件には以下が含まれます。
      • field -- フィールド名(例: "name", "email", "state", "country", "tag", "owner", "jobTitle", "addedOn")
      • operator -- 次のいずれか: "is", "is not", "starts with", "ends with", "contains", "is greater than", "is less than", "is after", "is before", "is older than", "is within last", "is within next"
      • value -- 比較対象の値
    • orderBy -- fielddirection ("ascending"/"descending") を持つソートオブジェクトの配列
  • embed -- レスポンスに含める追加データ
  • page / perPage -- ページネーション(1ページあたり最大100件)

重要なフィールドに関する注意点:

  • 住所フィールド(city, state, country, zip)はトップレベルであり、"address" の下にネストされていません。
  • 国は ISO 3166-1 alpha-2 コードである必要があります(例: "US", "GB", "CA")。
  • カスタムフィールドは custom:{fieldId} 形式を使用します。
  • 組織フィールドは org. プレフィックスを使用します(例: org.name, org.tag)。

2. 連絡先(パーティー)のリスト表示と管理

変更日によるオプションのフィルタリングと関連データの埋め込みにより、すべての連絡先を取得します。

ツール: CAPSULE_CRM_LIST_PARTIES

プロンプト例:

"2025年1月以降に変更されたすべての Capsule CRM 連絡先を、そのタグと組織とともにリスト表示してください"

主要なパラメーター:

  • since -- この日付以降に変更された連絡先をフィルターするための ISO8601 形式の日付
  • embed -- 追加データ: "tags", "fields", "organisation", "missingImportantFields"
  • page / perPage -- ページネーション(1ページあたり最大100件、デフォルト50件)

3. 新しい連絡先の作成

メールアドレス、電話番号、住所、タグ、カスタムフィールドを含む完全な詳細情報で、Capsule CRM に人物または組織を追加します。

ツール: CAPSULE_CRM_CREATE_PARTY

プロンプト例:

"Capsule CRM に新しい人物を作成してください: John Smith, Acme Corp の営業担当副社長, john@acme.com"

主要なパラメーター:

  • type (必須) -- "person" または "organisation"
  • 人物の場合: firstName, lastName, jobTitle, title
  • 組織の場合: name
  • emailAddresses -- {address, type} オブジェクトの配列
  • phoneNumbers -- {number, type} オブジェクトの配列
  • addresses -- street, city, state, country, zip, type (Home/Postal/Office/Billing/Shipping) を持つ住所オブジェクトの配列
  • organisation -- {id} または {name} で組織にリンク(見つからない場合は作成)
  • tags -- {name} または {id} によるタグの配列
  • fields -- {definition, value} を持つカスタムフィールドの値
  • websites -- {address, service, type} オブジェクトの配列
  • owner -- 所有者ユーザー {id} を割り当てます

4. 既存の連絡先の更新

メールアドレス、電話番号、タグ、カスタムフィールドの追加/削除を含む、パーティーレコードのあらゆる側面を変更します。

ツール: CAPSULE_CRM_UPDATE_PARTY

プロンプト例:

"Capsule CRM のパーティー 11587 を更新してください: 勤務先メールアドレス john.new@acme.com を追加し、タグ 'prospect' を削除してください"

主要なパラメーター:

  • partyId (必須) -- 更新するパーティーの整数 ID
  • party (必須) -- 更新するフィールドを持つオブジェクト。以下をサポートします。
    • すべての作成フィールド(名前、メールアドレス、電話番号、住所など)
    • サブアイテムを削除するための _delete: true(アイテムの id が必要)
    • タグ: {name} で追加、または {id, _delete: true} で削除

5. タスクの追跡

ステータスによるフィルタリングと関連データの埋め込みにより、タスクをリスト表示します。

ツール: CAPSULE_CRM_LIST_TASKS

プロンプト例:

"Capsule CRM のすべての未完了タスクを、関連するパーティーと所有者とともに表示してください"

主要なパラメーター:

  • status -- ステータスでフィルター: "open", "completed", "pending" (配列)
  • embed -- 追加データ: "party", "opportunity", "kase", "owner", "nextTask"
  • page / perPage -- ページネーション(1ページあたり最大100件、デフォルト50件)

6. プロジェクトとアクティビティエントリの閲覧

プロジェクト(ケース)と、メモ、メール、完了したタスクを含む最近のアクティビティエントリをリスト表示します。

ツール: CAPSULE_CRM_LIST_PROJECTS, CAPSULE_CRM_LIST_ENTRIES_BY_DATE

プロンプト例:

"Capsule CRM のすべての未完了プロジェクトを表示してください" / "パーティーの詳細を含む最近のアクティビティエントリを表示してください"

プロジェクトの主要なパラメーター:

  • status -- "OPEN" または "CLOSED" でフィルター
  • search -- プロジェクト名/説明の検索語
  • since -- この日付以降の変更に対する ISO8601 形式の日付
  • embed -- "tags,fields,party,opportunity,missingImportantFields"

エントリの主要なパラメーター:

  • embed -- "party", "kase", "opportunity", "creator", "activityType"
  • page / perPage -- ページネーション(1ページあたり最大100件)

既知の落とし穴

  • 住所フィールドはトップレベル: フィルタリングの際は、address.state やネストされた構文ではなく、state, city, country, zip を直接使用してください。
  • 国コードは ISO alpha-2: "United States" や "United Kingdom" ではなく、"US", "GB", "CA" でフィルターしてください。
  • カスタムフィールドは特殊な構文を使用: フィルター条件でカスタムフィールドを参照する場合は custom:{fieldId} を使用してください。組織レベルのカスタムフィールドの場合は org.custom:{fieldId} を使用してください。
  • プロジェクトは API では "kases" と呼ばれます: UI では "projects" ですが、API エンティティタイプは kases です。フィルタークエリでは kases を使用してください。
  • 削除操作にはアイテム ID が必要です

(原文はここで切り詰められています)

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

Capsule CRM Automation

Manage your Capsule CRM -- create and update contacts, run powerful filter queries on parties/opportunities/cases, track tasks and projects, browse activity entries, and organize team relationships -- all through natural language commands.

Toolkit docs: composio.dev/toolkits/capsule_crm


Setup

  1. Add the Composio MCP server to your client configuration:
    https://rube.app/mcp
  2. Connect your Capsule CRM account when prompted (OAuth authentication).
  3. Start issuing natural language commands to manage your CRM.

Core Workflows

1. Run Structured Filter Queries

Query parties, opportunities, or cases (projects) with multiple filter conditions, operators, and sorting.

Tool: CAPSULE_CRM_RUN_FILTER_QUERY

Example prompt:

"Find all Capsule CRM contacts in California tagged as 'VIP' sorted by name"

Key parameters:

  • entity (required) -- One of: parties, opportunities, kases
  • filter (required) -- Filter object with:
    • conditions -- Array of conditions, each with:
      • field -- Field name (e.g., "name", "email", "state", "country", "tag", "owner", "jobTitle", "addedOn")
      • operator -- One of: "is", "is not", "starts with", "ends with", "contains", "is greater than", "is less than", "is after", "is before", "is older than", "is within last", "is within next"
      • value -- Value to compare against
    • orderBy -- Array of sort objects with field and direction ("ascending"/"descending")
  • embed -- Additional data to include in response
  • page / perPage -- Pagination (max 100 per page)

Important field notes:

  • Address fields (city, state, country, zip) are top-level, NOT nested under "address"
  • Country must be an ISO 3166-1 alpha-2 code (e.g., "US", "GB", "CA")
  • Custom fields use custom:{fieldId} format
  • Organization fields use org. prefix (e.g., org.name, org.tag)

2. List and Manage Contacts (Parties)

Retrieve all contacts with optional filtering by modification date and embedded related data.

Tool: CAPSULE_CRM_LIST_PARTIES

Example prompt:

"List all Capsule CRM contacts modified since January 2025 with their tags and organizations"

Key parameters:

  • since -- ISO8601 date to filter contacts changed after this date
  • embed -- Additional data: "tags", "fields", "organisation", "missingImportantFields"
  • page / perPage -- Pagination (max 100 per page, default 50)

3. Create New Contacts

Add people or organizations to your Capsule CRM with full details including emails, phones, addresses, tags, and custom fields.

Tool: CAPSULE_CRM_CREATE_PARTY

Example prompt:

"Create a new person in Capsule CRM: John Smith, VP of Sales at Acme Corp, john@acme.com"

Key parameters:

  • type (required) -- "person" or "organisation"
  • For persons: firstName, lastName, jobTitle, title
  • For organisations: name
  • emailAddresses -- Array of {address, type} objects
  • phoneNumbers -- Array of {number, type} objects
  • addresses -- Array of address objects with street, city, state, country, zip, type (Home/Postal/Office/Billing/Shipping)
  • organisation -- Link to org by {id} or {name} (creates if not found)
  • tags -- Array of tags by {name} or {id}
  • fields -- Custom field values with {definition, value}
  • websites -- Array of {address, service, type} objects
  • owner -- Assign owner user {id}

4. Update Existing Contacts

Modify any aspect of a party record including adding/removing emails, phones, tags, and custom fields.

Tool: CAPSULE_CRM_UPDATE_PARTY

Example prompt:

"Update Capsule CRM party 11587: add a work email john.new@acme.com and remove tag 'prospect'"

Key parameters:

  • partyId (required) -- Integer ID of the party to update
  • party (required) -- Object with fields to update. Supports:
    • All creation fields (name, emails, phones, addresses, etc.)
    • _delete: true on sub-items to remove them (requires the item's id)
    • Tags: add by {name} or remove with {id, _delete: true}

5. Track Tasks

List tasks with filtering by status and embedded related data.

Tool: CAPSULE_CRM_LIST_TASKS

Example prompt:

"Show all open tasks in Capsule CRM with their linked parties and owners"

Key parameters:

  • status -- Filter by status: "open", "completed", "pending" (array)
  • embed -- Additional data: "party", "opportunity", "kase", "owner", "nextTask"
  • page / perPage -- Pagination (max 100 per page, default 50)

6. Browse Projects and Activity Entries

List projects (cases) and recent activity entries including notes, emails, and completed tasks.

Tools: CAPSULE_CRM_LIST_PROJECTS, CAPSULE_CRM_LIST_ENTRIES_BY_DATE

Example prompt:

"Show all open projects in Capsule CRM" / "Show recent activity entries with party details"

Key parameters for projects:

  • status -- Filter by "OPEN" or "CLOSED"
  • search -- Search term for project names/descriptions
  • since -- ISO8601 date for modifications after this date
  • embed -- "tags,fields,party,opportunity,missingImportantFields"

Key parameters for entries:

  • embed -- "party", "kase", "opportunity", "creator", "activityType"
  • page / perPage -- Pagination (max 100 per page)

Known Pitfalls

  • Address fields are top-level: When filtering, use state, city, country, zip directly -- NOT address.state or nested syntax.
  • Country codes are ISO alpha-2: Filter by "US", "GB", "CA" -- not "United States" or "United Kingdom".
  • Custom fields use special syntax: Reference custom fields as custom:{fieldId} in filter conditions. For org-level custom fields, use org.custom:{fieldId}.
  • Projects are called "kases" in the API: Despite being "projects" in the UI, the API entity type is kases. Use kases in filter queries.
  • Delete operations require item IDs: When updating a party to remove sub-items (emails, phones, tags), you must include the item's id along with _delete: true. List the party first to get sub-item IDs.
  • Pagination defaults to 50: All list endpoints default to 50 items per page with a max of 100. Always implement pagination for complete data retrieval.
  • Embed values vary by entity: Not all embed options work for all entities. Check the documentation for supported embed values per endpoint.

Quick Reference

Action Tool Slug Required Params
Run filter query CAPSULE_CRM_RUN_FILTER_QUERY entity, filter
List contacts CAPSULE_CRM_LIST_PARTIES None (optional filters)
Create contact CAPSULE_CRM_CREATE_PARTY type
Update contact CAPSULE_CRM_UPDATE_PARTY partyId, party
Delete contact CAPSULE_CRM_DELETE_PARTY party_id
List tasks CAPSULE_CRM_LIST_TASKS None (optional filters)
List projects CAPSULE_CRM_LIST_PROJECTS None (optional filters)
List activity entries CAPSULE_CRM_LIST_ENTRIES_BY_DATE None (optional filters)
List org employees CAPSULE_CRM_LIST_ORG_EMPLOYEES Organisation ID
List deleted opportunities CAPSULE_CRM_LIST_DELETED_OPPORTUNITIES since

Powered by Composio