dump-agent-data-for-rg

Export Codex and Claude conversations into searchable text files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a reliable method to export agent conversations into searchable text files, preventing data loss and enabling efficient analysis.

Core Features & Use Cases

  • Conversation Dumping: Exports conversations from agents like Codex and Claude into organized directories.
  • Searchable Output: Generates text files that can be safely and effectively searched using tools like rg.
  • Use Case: Before searching through agent logs for specific information, use this skill to dump the relevant conversation data, ensuring you don't miss critical details by searching raw, unformatted logs.

Quick Start

Dump agent conversations from the last 24 hours to a searchable text file.

Frequently Asked Questions about dump-agent-data-for-rg

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

FAQPage Schema
How do I export Codex and Claude agent conversations to searchable text files?

Export agent conversations by running command-line tools that dump interactions from Codex and Claude into organized text files, allowing you to specify time windows and agent types for targeted data extraction.

Why should I dump agent data instead of searching raw conversation logs directly?

Dumping agent data prevents data loss and ensures search integrity by avoiding direct querying of raw, unformatted logs, generating structured text files that can be safely and effectively searched using tools like rg.

Can I filter agent conversation exports by specific time periods and agent types?

Yes, command-line tools allow you to specify exact time windows and agent types, ensuring you only dump relevant conversation data for your analysis instead of exporting all historical logs.

What is the best way to prepare agent conversation logs for ripgrep search?

Use a conversation dumping skill to export agent interactions into organized, searchable text files, serving as a prerequisite step before running ripgrep to find specific information across the structured logs.

Does exporting agent conversation data support different output formats?

Yes, the command-line tools for dumping agent conversations support specifying various output formats, giving you flexibility in how the exported text files are structured for subsequent analysis and search operations.