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 Show more Installs 838 Repository sentdm/sent-plugin GitHub Stars 79 First Seen 5 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
sent-contacts
安装
npx skills add https://github.com/sentdm/sent-plugin --skill sent-contacts