
Messages Ops
- 1.4k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/ecc
This is a copy of messages-ops by affaan-m - installs and ranking accrue to the original listing.
Messages-ops is an ECC agent skill that retrieves and inspects live texts, DMs, and one-time codes from named messaging surfaces with verifiable source evidence for developers who need proof before replying or continuing
About
Messages-ops is an ECC agent skill that implements an evidence-first workflow for live messaging surfaces including iMessage, social DMs, and browser-gated inboxes. The SKILL.md defines a four-step process to resolve the exact thread, read inbound messages before drafting replies, recover recent one-time codes with focused search, and report verifiable evidence naming the source, sender, time window, and status. Developers reach for messages-ops when an AI coding agent must check local texts, inspect a DM thread, or find an MFA code delivered to a messaging app instead of guessing or conflating mailbox work with DM retrieval. Guardrails block unverified retrieval claims, document four adjacent ECC skills for handoff, and require structured OUTPUT with SOURCE, RESULT, and STATUS blocks. Install with npx skills add affaan-m/everything-claude-code --skill messages-ops.
- Evidence-first live messaging workflow for ECC agents
- Resolves source first: local messages, X/social DMs, or browser-gated surfaces
- Prevents hallucinated thread inspection by requiring named source proof
- Integrates with email-ops, connections-optimizer, lead-intelligence, and knowledge-ops
- Guardrails against unauthorized database access and unverified claims
Messages Ops by the numbers
- 1,359 all-time installs (skills.sh)
- +82 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/affaan-m/ecc --skill messages-opsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.4k |
|---|---|
| repo stars | ★ 238k |
| Last updated | August 5, 2026 |
| Repository | affaan-m/ecc ↗ |
How do you retrieve OTP codes from iMessage with proof?
Reliably retrieve and inspect live messages, texts, DMs, and one-time codes from multiple surfaces before taking action.
Who is it for?
Developers running ECC agents that must read iMessage, social DMs, or recent MFA codes and prove which surface was actually inspected.
Skip if: Developers whose task is primarily mailbox triage, bulk email drafting, or messaging work with no need for live-thread source verification.
When should I use this skill?
The user asks to read messages, check texts, inspect DMs, find a recent one-time code, or verify which messaging source was checked.
What you get
Structured SOURCE, RESULT, and STATUS report naming the message surface, sender or thread, time window, and explicit state (read, code-found, blocked, or awaiting reply draft).
- SOURCE/RESULT/STATUS evidence report
- OTP or thread summary with time window
- explicit blocked or code-found status
By the numbers
- Defines a 4-step workflow for thread resolution, reading, OTP retrieval, and evidence reporting
- Documents 4 adjacent ECC skills for handoff: email-ops, connections-optimizer, lead-intelligence, knowledge-ops
- Reports 4 explicit status values: read, code-found, blocked, awaiting reply draft
Files
messages-ops - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/messages-ops/SKILL.md
Related skills
How it compares
Pick messages-ops over mailbox-focused skills when the task depends on live texts, DMs, or recent OTP codes and requires naming the exact messaging surface checked.
FAQ
What messaging surfaces does messages-ops cover?
Messages-ops covers local messages (iMessage), X and social DMs, and other browser-gated messaging surfaces. The skill requires naming the exact source checked and separates DM or text work from mailbox tasks handled by email-ops.
How do you install messages-ops from ECC?
Messages-ops installs from the Everything Claude Code repository with npx skills add affaan-m/everything-claude-code --skill messages-ops. After install, read skills/messages-ops/SKILL.md for When to Use, Guardrails, Workflow, and Skill Stack sections.
What status values does messages-ops report?
Messages-ops reports one of four explicit statuses: read, code-found, blocked, or awaiting reply draft. Each response includes the message surface, sender or thread, time window, and a SOURCE/RESULT/STATUS output block.