mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 13:23:31 +08:00
3.8 KiB
3.8 KiB
name, description, metadata
| name | description | metadata | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| messages-ops | Evidence-first live messaging workflow for Hermes. Use when reading iMessage threads, checking X DMs, pulling recent local MFA codes, or proving which thread or message was actually reviewed. |
|
Messages Ops
Use this when the user wants Hermes to read texts or DMs, recover a recent one-time code, inspect a live thread before replying, or prove which message source was checked.
Skill Stack
Pull these imported skills into the workflow when relevant:
continuous-agent-loopwhen the task spans source resolution, retrieval, and a follow-up draft or actioncontinuous-learning-v2when the live message task turns into a cross-session memory or pattern-capture issuesearch-firstbefore inventing a new message lookup path or raw database queryeval-harnessmindset for exact source attribution and blocked-state reporting
When To Use
- user says
read my messages,check texts,look in iMessage,check DMs, or similar - the task depends on a live local Messages thread, an X DM thread, or a recent code delivered to Messages
- the user asks whether Hermes already checked a specific thread, sender, or service
- the prompt mixes live message retrieval with a likely handoff into
email-opsorknowledge-ops
Workflow
- Resolve the source first:
- iMessage thread
- recent local code in Messages
- X DM or another browser-gated message source
- email or persistent memory handoff
- For iMessage threads:
- use
imsg chatswhen the chat id is unclear - use
imsg history --chat-id <ID> --limit <N>for the actual read - known chat ids can save turns when they match the ask, for example Alejandro=
458and Haley/Henry=364
- use
- For recent one-time codes from local Messages:
- use
python3 $HERMES_HOME/scripts/messages_recent_codes.py --limit 8 --minutes 20 - add
--query <service>when the sender or brand is known - do not jump to ad hoc
sqlite3,python3 -c, or other inline database reads before the helper path is tried - if one focused resend plus one fresh helper check still shows no match, report
blocked on missing MFA codeand stop
- use
- For X DMs or other browser-gated message sources:
- use the logged-in browser path first
- verify the active account before reading or drafting
- if auth or MFA blocks access, do the focused code-check path once, then report the exact blocker instead of wandering into side work
- Hand off cleanly when the task is really another workflow:
- use
email-opswhen the dominant task is mailbox triage, folder moves, replies, or Sent proof - use
knowledge-opswhen the user saysopenclaw memory,not in this session, or the prompt already provides loaded context plus a memory-retrieval hint
- use
- Report exact evidence:
- name the source tool and thread or chat id when possible
- include sender, service, timestamp window, or blocker
- use exact status words such as
read,drafted,blocked, orawaiting verification
Pitfalls
- do not say
I can't retrievewhenimsg, the browser session, or the checked helper script can settle the question - do not confuse live message retrieval with mailbox work, hand off to
email-opswhen email is the real surface - do not burn turns on raw database one-liners before the checked helper path for local codes
- do not keep re-reading the current session after the user already pointed to OpenClaw or another persistent store
- do not claim a thread was checked without naming the source tool, thread, or service behind the claim
Verification
- the response names the source store or tool used
- the response includes a thread id, sender, service, or explicit blocker
- MFA/code checks end with either a concrete match or the exact blocked status