• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLOfficialproductivity

box-legal-workflows-intake

プラグイン
box
ソース
GitHub で見る ↗
説明

Box MCPを使用した法務クライアント受付と契約開始手続きの自動化 — 受付書類が事務所の要件に対して完全であるかを確認し、弁護士による審査のためにリスクを要約し、不完全または高リスクの提出物を適切な弁護士にルーティング(割り当て)し、クライアントと案件のメタデータ(データの構造化情報)をBoxに抽出し、Box DocGenテンプレートから契約書を生成します。 次のような場合に使用: ユーザーがクライアント受付、クライアント契約開始手続き、新規クライアント審査、受付書類、または契約書について言及した場合

原文を表示

Automate legal client intake and onboarding with Box MCP — review intake documents for completeness against firm requirements, summarize risk for attorney review, route incomplete or high-risk submissions to the right attorney, extract client and matter metadata to Box, and generate engagement letters from Box DocGen templates. Use this skill when the user mentions client intake, client onboarding, new client review, intake documents, or engagement letters.

ユースケース
  • 受付書類の完全性確認
  • 契約リスクの要約と審査
  • 不完全な提出物をルーティング
  • 契約書を自動生成
本文(日本語訳)

クライアント受付・利用開始サポート

前提条件:

  • box スキルを使用して Box MCP(Boxの統合プロトコル)認証、ツール選択、基本的なワークフローを実行します。インストールされていない場合は、npx skills add https://github.com/box/box-for-ai --skill box を実行してください
  • box-legal-workflows スキルを使用して、Box の協業ロール定義、Box AI の利用範囲、再利用可能な確認文を確認します。インストールされていない場合は、npx skills add box/box-for-ai --skill box-legal-workflows を実行してください

クライアント受付を Box 内で実行 します。受付フォルダの内容を確認し、Box AI を使って事務所のチェックリストに対して完全性をチェックし、受付データを Box のメタデータ(付属情報)に抽出し、コメントと協業機能でルーティングし、Box DocGen(文書自動生成)で委任契約書を作成します。このスキルは受付専用の手順書です。基盤となる Box の処理方法は以下の参考資料に記載されています。事務所はチェックリストとリスク評価基準を用意します。利益相反、要注意人物リスト(PEP)、経済制裁リストの判定は事務所のスクリーニングシステムで実行されます。エージェントや Box AI ではありません。これは法的助言ではありません。

Box 機能の参考資料

ここで説明を繰り返さず、以下から処理方法を確認してください:

  • box スキルの references/content-workflows.md — フォルダの内容確認、メタデータテンプレート、set_file_metadata、ファイルコメント
  • box スキルの references/ai-and-retrieval.md — 完全性チェックとデータ抽出。処理速度、制限、出典表記
  • box スキルの references/mcp-doc-gen.md — テンプレートから委任契約書を生成
  • box スキルの references/collaboration.md — 弁護士をタグ付けしてクライアントと共有
  • box スキルの references/mcp-search.md — 事務所のメタデータテンプレートを探して確認

Box メタデータモデル

受け付けた内容をファイルメタデータとして記録し、送信内容を検索可能な状態に保ちます。box スキルの references/mcp-search.md と references/content-workflows.md を使って事務所のテンプレートを確認または作成します。

  • 代表的なフィールド (事務所の実際のフィールドを確認してください): client_name(クライアント名)、matter_name(案件名)、practice_area(専門分野)、matter_owner(案件担当者)、jurisdiction(管轄権)、matter_value(案件規模)、intake_status(完全/未完了)、risk_rating(リスク等級)、assigned_attorney(配置弁護士)、decision(判定)、decision_date(判定日)
  • エージェントの判定ではなく、事務所・弁護士による等級と判定を記録します

ツール選択

受付タスク ツール 備考
提出内容の確認 list_folder_content_by_folder_id 受付フォルダ内のすべてのファイル
完全性チェック ai_qa_multi_file 事務所のチェックリストに対する存在・完全性・有効性を出典表記付きで確認
受付データ抽出 ai_extract_structured_from_fields_enhanced クライアント、案件、管轄権、規模
メタデータ記録 set_file_metadata 状態、等級、判定、担当弁護士を記録
弁護士へのタグ付け create_file_comment 事実の要約とともにルーティング
アクセス付与 create_collaboration 弁護士にアクセスを許可
委任契約書生成 create_docgen_batch 事務所が承認した場合のみ
クライアントと共有 add_folder_shared_link または create_collaboration 共有相手と有効期限を確認

ワークフロー

  1. 確認: list_folder_content_by_folder_id でフォルダ内容を確認。【確認: 受付フォルダ ID】

  2. 完全性チェック: ai_qa_multi_file で、事務所のチェックリストに記載された各必須文書が存在し、完全で有効であるかを出典表記付きで確認。【確認: 事務所の必須文書リスト】

  3. 受付データ抽出: ai_extract_structured_from_fields_enhanced でクライアント名、案件名、専門分野、管轄権、案件規模などを抽出。

  4. リスク指標の把握(事実のみ): ai_qa_multi_file を使って、事務所の基準が参照する事実(規模、管轄権、関係当事者名)を出典表記付きで洗い出します。利益相反、PEP リスト該当性、経済制裁判定には AI を使わないでください — 人名・団体名・場所は事務所のスクリーニングシステムに送ります。

  5. 記録: set_file_metadata で事務所が確認した risk_rating(リスク等級)、intake_status(受付状態)、decision(判定)を記録。

  6. ルーティング: create_file_comment で事実の要約とともに弁護士をタグ付け。create_collaboration でアクセスを付与。【確認: 対象者、アクセス権限】

  7. 委任契約書(事務所が承認した場合のみ): create_docgen_batch を事務所のテンプレートに対して実行 → 指定フォルダに出力 → create_collaboration または add_folder_shared_link で共有。【確認: DocGen テンプレート、出力先フォルダ、共有方法・有効期限】

法的ガードレール

Box の処理方法(DocGen テンプレート・タグ要件、外部共有確認、AI の処理速度・制限・出典表記、メタデータ記録)は上記の参考資料と box-legal-workflows で定められています。受付特有の事項:

  • 利益相反、PEP リスト、経済制裁の適否判定は事務所のスクリーニングと弁護士・コンプライアンス担当者の判断によるものです。エージェントは基となるテキストのみを提示し、判定は行いません。
  • リスク等級付けとルーティング・配置は事務所の方針と弁護士の判断であり、エージェントの判定ではありません。
  • Box AI に対しては、事実を洗い出して出典を示すよう促し、リスク判定をさせないようにしてください。
原文(English)を表示

Client Intake & Onboarding

PREREQUISITES:

  • Use the box skill for Box MCP auth, tool selection, and base workflows. If it is not installed, run: npx skills add https://github.com/box/box-for-ai --skill box
  • Use the box-legal-workflows skill for Box collaboration role definitions, Box AI usage boundaries, and reusable confirmation phrasings. If it is not installed, run: npx skills add box/box-for-ai --skill box-legal-workflows

Do client intake in Box: inventory the intake folder, check completeness with Box AI against the firm's checklist, extract intake data into Box metadata, route via comments and collaborations, and generate the engagement letter with Box DocGen. This skill is the intake-specific recipe; the underlying Box tool mechanics live in the capability references below. The firm supplies the required-document checklist and risk criteria; conflict, PEP, and sanctions determinations run through the firm's screening system — not the agent or Box AI. Not legal advice.

Box capability references

Reach for these for tool mechanics rather than restating them here:

  • The box skill's references/content-workflows.md — inventory the folder, metadata templates, set_file_metadata, file comments
  • The box skill's references/ai-and-retrieval.md — completeness checks and data extraction; pacing, limits, citations
  • The box skill's references/mcp-doc-gen.md — generate the engagement letter from a template
  • The box skill's references/collaboration.md — tag/route the attorney and share with the client
  • The box skill's references/mcp-search.md — find/inspect the firm's metadata template

Box metadata model

Record the intake outcome as file metadata so submissions stay searchable. Find or create the firm's template using the box skill's references/mcp-search.md and its references/content-workflows.md.

  • Representative fields (confirm the firm's actual set): client_name, matter_name, practice_area, matter_owner, jurisdiction, matter_value, intake_status (complete/incomplete), risk_rating, assigned_attorney, decision, decision_date.
  • Store the firm/attorney's rating and decision, not the agent's.

Tool selection

Intake task Tool Notes
Inventory submission list_folder_content_by_folder_id All files in the intake folder
Check completeness ai_qa_multi_file Present/complete/valid vs. firm checklist, with citations
Extract intake data ai_extract_structured_from_fields_enhanced Client, matter, jurisdiction, value
Write metadata set_file_metadata Record status, rating, decision, attorney
Tag attorney create_file_comment Route with the factual summary
Grant access create_collaboration Give the attorney access
Generate engagement letter create_docgen_batch Only if the firm approves
Share with client add_folder_shared_link or create_collaboration Confirm audience/expiration

Workflow

  1. Inventory: list_folder_content_by_folder_id. [CONFIRM: intake folder ID]
  2. Completeness: ai_qa_multi_file — is each required doc (per the firm's checklist) present, complete, and valid, with citations? [CONFIRM: firm's required-document list]
  3. Extract intake data: ai_extract_structured_from_fields_enhanced (client_name, matter_name, practice_area, jurisdiction, matter_value, …).
  4. Surface risk indicators (facts only): ai_qa_multi_file to surface the facts the firm's criteria reference (value, jurisdiction, named parties) with citations. Do not use AI to determine conflicts, PEP status, or sanctions — pass names/entities/locations to the firm's screening system.
  5. Persist: set_file_metadata with the firm-confirmed risk_rating, intake_status, and decision.
  6. Route: create_file_comment to tag the attorney with the factual summary; create_collaboration for access. [CONFIRM: who, access level]
  7. Engagement letter (only if the firm approves): create_docgen_batch against the firm's template → output to the confirmed folder → share via create_collaboration or add_folder_shared_link. [CONFIRM: DocGen template, destination folder, share method/expiration]

Legal guardrails

Box mechanics (DocGen template/tag requirements, external-sharing confirmation, AI pacing/limits/citations, metadata writes) are governed by the capability references above and box-legal-workflows. Specific to intake:

  • Conflict, PEP, and sanctions clearance are firm screening + attorney/compliance calls — the agent surfaces the underlying text only and never clears them.
  • Risk rating and routing/staffing are firm policy + attorney calls, never the agent's.
  • Prompt Box AI to surface facts and cite the source, not to determine risk.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。