Recent banner
cardmagic cardmagic

Recent

Development community

Description

--- description: Show most recent messages (who texted me?) allowed-tools: Bash(messages:*) argument-hint: "[--limit N]" --- # Recent Messages Show the most recent messages across all conversations. ## Instructions 1. **Check if messages CLI is installed** - if `which messages` fails, install it: ```bash npm install -g @cardmagic/messages ``` 2. **Run the command**: ```bash messages recent $ARGUMENTS ``` ## Options - `--limit N` - Maximum number of messages (default: 20) ## Examples U

Installation

Installs to ~/.claude/skills/cardmagic-messages-recent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cardmagic-messages-recent && curl -fsSL https://raw.githubusercontent.com/cardmagic/messages/HEAD/commands/recent.md -o ~/.claude/skills/cardmagic-messages-recent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository