Find In Chat banner
skynetcmd skynetcmd

Find In Chat

Communication community

Description

--- name: find-in-chat description: Search captured chat-log turns from your prior Claude / Gemini sessions. argument-hint: <query> --- Call `m3:chatlog_search` with `query="$ARGUMENTS"`, `k=10`. Group results by `conversation_id` and present chronologically. For each match show: - timestamp + host_agent (claude-code / gemini-cli) - model_id - 2-line excerpt with the matching span highlighted If results span more than one conversation, mention that — the user may want to drill into a specific

Installation

Installs to ~/.claude/skills/skynetcmd-m3-memory-find-in-chat/SKILL.md

Terminal
mkdir -p ~/.claude/skills/skynetcmd-m3-memory-find-in-chat && curl -fsSL https://raw.githubusercontent.com/skynetcmd/m3-memory/HEAD/commands/find-in-chat.md -o ~/.claude/skills/skynetcmd-m3-memory-find-in-chat/SKILL.md

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

Full documentation available on GitHub

View Source Repository