trace

Present chronological traces of hooks, keywords, skills, agents, and tools via MCP tools.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill trace-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.agents/skills/trace
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill trace-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly diagnose and understand complex agent interactions by presenting a clear, chronological trace of how hooks, keywords, skills, agents, and tools interacted during a session.

Core Features & Use Cases

  • Trace Timeline: display the event sequence in the order it occurred for diagnosis.
  • Trace Summary: provide aggregated counts and statistics for quick overview.
  • Use Case: during debugging, review the latest run to identify where the flow diverged or slowed.

Quick Start

Invoke trace_timeline with no arguments to display the latest session and then run trace_summary to view the aggregated statistics.

Frequently Asked Questions about trace

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

FAQPage Schema
How do I trace the execution flow of agent interactions during a session?

To trace agent execution flow, invoke trace_timeline to display a chronological sequence of how hooks, keywords, skills, agents, and tools interacted. This presents events in the exact order they occurred for diagnosis and optimization workflows.

Can I view aggregated statistics for my agent-driven conversation sessions?

You can view aggregated statistics for agent-driven sessions by running the trace_summary tool. It provides aggregated counts and a quick overview of session activity, helping you analyze interactions and performance over time.

How do I debug where an agent workflow diverged or slowed down?

To debug workflow divergences or slowdowns, run trace_timeline to review the latest session event sequence. This chronological trace highlights exactly where hooks, skills, or tools interacted poorly, enabling targeted debugging.

What's the best way to get a quick overview of recent session activity?

The best way to get a quick overview of recent session activity is to run trace_timeline with no arguments to display the latest session, followed by trace_summary to view aggregated counts and statistics.

Are there filters available to tailor agent flow analysis?

Yes, filters are available to tailor agent flow analysis. The trace functionality supports filter and last parameters, allowing you to customize the timeline and summary outputs for targeted debugging and workflow optimization.

When do I need to use session tracing for agent workflows?

You need session tracing when diagnosing complex agent interactions in debugging and optimization workflows. It helps you understand how components interacted chronologically and identify where the flow diverged or slowed during a session.