Retrieves live messages from iMessage, DMs, and social messaging surfaces. Inspects threads, finds one-time codes, and prepares for follow-up replies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:messages-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when the task is live-message retrieval: iMessage, DMs, recent one-time codes, or thread inspection before a follow-up.
Use this when the task is live-message retrieval: iMessage, DMs, recent one-time codes, or thread inspection before a follow-up.
This is not email work. If the dominant surface is a mailbox, use email-ops.
Pull these ECC-native skills into the workflow when relevant:
email-ops when the message task is really mailbox workconnections-optimizer when the DM thread belongs to outbound network worklead-intelligence when the live thread should inform targeting or warm-path outreachknowledge-ops when the thread contents need to be captured into durable contextBefore doing anything else, settle:
If the task may turn into an outbound follow-up:
For one-time codes:
Return:
SOURCE
- message surface
- sender / thread / service
RESULT
- message summary or code
- time window
STATUS
- read / code-found / blocked / awaiting reply draft
npx claudepluginhub aaione/everything-claude-code-zhRetrieves live messages (iMessage, DMs, one-time codes) and inspects threads before replying. Reports exact source and status.
Fuzzy search, browse, and filter Apple Messages/iMessage conversations locally via CLI. Searches by contact, date range, or sender partial match with typo tolerance.
Reads conversations and new messages from macOS Messages SQLite database, sends messages via AppleScript. For messaging automation and integration.