reading-sms-messages

Read SMS and iMessage data from the macOS Messages database.

20|11|Updated Sep 8, 2020
One-click install
npx skills add https://github.com/tomcounsell/ai --skill reading-sms-messages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-sms-messages
Source: https://github.com/tomcounsell/ai/tree/main/.claude/skills/reading-sms-messages
Command: npx skills add https://github.com/tomcounsell/ai --skill reading-sms-messages

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read SMS and iMessage data from macOS Messages app to retrieve verification codes and review recent conversations.

Core Features & Use Cases

  • Read messages from macOS Messages DB at ~/Library/Messages/chat.db
  • Retrieve latest 2FA codes, filter by sender, and search content
  • Use cases: quickly fetch codes for login, audit recent texts, verify verification messages

Quick Start

Run the sms reader CLI to fetch the latest 2FA codes from the Messages app.

Frequently Asked Questions about reading-sms-messages

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

FAQPage Schema
How do I read SMS and iMessage 2FA codes from the macOS Messages app?

Read SMS and iMessage 2FA codes by accessing the macOS Messages database at ~/Library/Messages/chat.db. The CLI retrieves the latest verification codes and filters recent conversations by sender or content.

Can I search my iMessage history by sender or content on macOS?

Search iMessage history by sender or content directly through the macOS Messages chat.db database. The Python-based CLI executes queries to retrieve and review specific past conversations.

Does reading SMS messages from macOS require specific privacy permissions?

Reading SMS messages from macOS requires adhering to macOS privacy considerations. The Python-based CLI accesses the local Messages database directly at ~/Library/Messages/chat.db to extract verification codes.

What is the best way to automate retrieving 2FA codes from iMessage?

Automate retrieving 2FA codes from iMessage using the Python-based CLI to query the macOS Messages database. It quickly fetches the latest verification codes for login without manual app interaction.

Do I need Python to extract verification codes from the macOS Messages database?

Python is required to extract verification codes from the macOS Messages database. The CLI-based data access method relies on Python execution to query chat.db and retrieve recent texts.