messages-ops

Retrieves live messages, one-time codes, and thread context from local messaging surfaces.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill messages-ops-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: messages-ops
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/messages-ops
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill messages-ops-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you need to read texts, check DMs, or recover a recent one-time code, it is easy to lose track of which message source was actually checked or to waste time on broad searches. This Skill enforces an evidence-first workflow so every retrieval names its source, thread, and status. ## Core Features & Use Cases - Source Resolution: Identifies the exact message surface first, whether local messages, X/social DMs, or another browser-gated surface, before any retrieval begins. - Focused Code Retrieval: Searches the recent local message window for one-time codes, narrowing by service or sender, and stops once the code is found. - Thread Inspection Before Reply: Reads the latest inbound message and identifies the open loop before handing off to an outbound skill. - Use Case: You ask "find the login code that was just texted to me." The Skill searches recent local messages, narrows by the service name, and reports the code along with the exact source and time window checked. ## Quick Start Check my recent text messages for the verification code from my bank and tell me which source you searched.

Frequently Asked Questions about messages-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find a recent one-time verification code in my messages?▼

Search the recent local message window first, then narrow by the service or sender that sent the code. Stop the search once the code is found or the focused search is exhausted, and report the source and time window checked.

How to check DM threads before sending a reply?▼

Read the latest inbound message in the thread and identify the open loop before drafting anything. Once the thread context is clear, hand off to the appropriate outbound skill for the actual reply.

What is the difference between messages-ops and email-ops?▼

Messages-ops handles live messaging surfaces like iMessage, texts, and social DMs, while email-ops handles mailbox work. If the dominant surface is a mailbox, the task should be routed to email-ops instead.

What happens when message access is blocked by authentication or MFA?▼

The Skill reports the exact blocker instead of retrying the blocked auth path repeatedly. The final status is marked as blocked with the specific authentication issue surfaced to the user.

Can I get proof of which message source was actually checked?▼

Yes, every retrieval reports the message surface, sender or thread, time window, and an explicit status. The Skill never claims a thread was checked without naming the source.