ホーム/セールス/sent-contacts
S

sent-contacts

by @sentdmv
4.4(120)

このスキルは、Sent MCPツールを使用して連絡先の包括的な管理を実現します。一覧表示、検索、詳細表示、一括作成、サマリー、削除が可能で、ローカルでの重複排除、プレビュー、明示的な確認ゲートにより安全な操作を確保します。メッセージ連絡先の管理、大規模リストのインポートや重複排除、メッセージサマリーの確認、削除などに役立ち、手動作業を減らし誤操作を防ぎます。

contactscrmbulk-creatededuplicationmessagingGitHub
インストール方法
npx skills add https://github.com/sentdm/sent-plugin --skill sent-contacts
compare_arrows

Before / After 効果比較

1
使用前

このスキルがない場合、ユーザーは連絡先情報を手動で一つずつ入力する必要があり、エラーが発生しやすく時間がかかりました。大量インポートでは自動重複排除がなく、重複レコードが発生する可能性があり、確認ゲートがないため誤操作のリスクも高くなりました。

使用後

このスキルを使用すると、連絡先を一括作成でき、自動的なローカル重複排除と確認ゲートにより正確な操作が可能です。手動入力エラーを大幅に減らし、データ品質を向上させ、誤削除や重複作成のリスクを低減します。

SKILL.md

Sent Contacts

Operate contacts with contacts.list, contacts.get, contacts.create_many, contacts.delete, and contacts.message_summary.

Establish connection and scope

Use client-managed OAuth 2.1/PKCE. Never request or expose a token, API key, authorization header, client ID, or secret. Before a mutation, surface the active organization and Sender Profile from the connection context; if either is unavailable, use sent-account-readiness to inspect the authorized scope. Reauthorize in the client to change scope.

Mask phone numbers where practical. Return only the contact fields needed for the task, and do not repeat contact data after it has been reviewed. Number presence or messaging history does not establish consent.

Read contacts

  • Use contacts.list to search or page through contacts. Apply the narrowest available filter and do not dump an entire contact book unnecessarily.
  • Use contacts.get when an exact contact identifier is known or before a delete.
  • Use contacts.message_summary for the contact's messaging summary. Distinguish summary data from proof of consent or current reachability.

Read-only calls do not require mutation confirmation.

Create contacts in bulk

  1. Validate and deduplicate the proposed records locally. Preserve only fields the user actually supplied.
  2. Build the exact contacts.create_many arguments without calling the tool.
  3. Show a payload preview with the selected organization, Sender Profile, record count, duplicate handling, and each exact target. Mask phone numbers where the operator can still verify them; reveal full values once only when exact verification requires it.
  4. Ask for explicit confirmation for this exact batch. Earlier or general approval is not sufficient.
  5. Call contacts.create_many immediately after confirmation. Any change to the records or scope invalidates confirmation.

Never call contacts.create_many without a preview and explicit confirmation immediately before the call. Treat every retry as a new mutation with a fresh preview and new explicit confirmation.

Delete a contact

  1. Resolve the requested contact to one unambiguous identifier.
  2. Fetch the exact target first with contacts.get. Never delete from a guessed identifier, broad filter, or stale list result.
  3. Show a delete preview containing the selected organization, Sender Profile, exact contact identifier, display label, and masked address. State that deletion is destructive.
  4. Ask for explicit confirmation to delete that exact target.
  5. Call contacts.delete immediately after confirmation. If the target, scope, or record changes, fetch it again and repeat the preview.

Never call contacts.delete without fetching the target and obtaining explicit confirmation immediately before the call. Every retry requires another fetch, a fresh preview, and new explicit confirmation.

Report results

Report counts and stable identifiers, not full contact records. If a create or delete outcome is ambiguous, do not assume success and do not retry automatically. Re-read the exact target when possible, explain the uncertainty, and require a new confirmation before any further mutation.

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数2.9K
評価4.4 / 5.0
バージョン
更新日2026年9月16日
比較事例1 件

ユーザー評価

4.4(120)
5
37%
4
43%
3
13%
2
5%
1
2%

この Skill を評価

0.0

対応プラットフォーム

🤖claude-code

タイムライン

作成2026年8月16日
最終更新2026年9月16日
🎁 Agent 知識カード
アンケート