首页/销售与商务/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 知识卡片
调研问卷