search-agent-conversation

Search past agent conversations and prompt history with time and session filters.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/tankygranny05/agent-box --skill search-agent-conversation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-agent-conversation
Source: https://github.com/tankygranny05/agent-box/tree/main/agent-box/seed/codex-skills/search-agent-conversation
Command: npx skills add https://github.com/tankygranny05/agent-box --skill search-agent-conversation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows you to efficiently search through past agent conversations, prompt history, and agent data, making it easy to recall or analyze previous interactions.

Core Features & Use Cases

  • Search Past Conversations: Quickly find specific discussions or information within agent chat logs.
  • Access Prompt History: Review the prompts given to agents over time.
  • Query Agent Data: Look up historical agent activities and data points.
  • Use Case: If a user asks "What did the codex agent do yesterday regarding the authentication module?", this skill can search the relevant logs to provide a summary of the agent's actions and discussions.

Quick Start

Search agent conversations for prompts related to 'authentication' in the last 24 hours.

Frequently Asked Questions about search-agent-conversation

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

FAQPage Schema
How do I search past agent conversations and prompt history?

Search past agent conversations by running a Python script that queries dumped agent data, chats, and prompt history. It retrieves specific interactions using filters for time range, agent type, and session ID.

Can I filter agent chat logs by time range and specific session ID?

Yes, filtering agent chat logs by time range and specific session ID is supported. The search query can also target specific agent types to narrow down the retrieved conversation data.

Do I need any prerequisite tools to search agent data?

Yes, you need the prerequisite skill 'dump-agent-data-for-rg' to prepare the detailed technical data. This initial data dump is required before the search script can retrieve and filter agent history.

How do I retrieve prompts only from agent history without reasoning?

Retrieve prompt-only results from agent history by applying the prompt-only search option. You can also choose to include reasoning data if needed, giving you control over the output of your search query.

What is the best way to query what a codex agent did during a specific session?

Querying a codex agent's session is best done by filtering the agent data by specific session ID and agent type. This narrows the search to return summaries of actions and discussions from that exact session.

Are there limitations when searching through large volumes of agent history?

A key limitation is the dependency on the prerequisite skill to first dump the agent data. Without completing the data dump beforehand, the search script cannot access or filter the historical agent conversations.