agenttrace
v0.3.48Audit local AI coding-agent sessions for cost, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.
By luoyuctlLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agenttrace for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agenttrace@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/luoyuctl/agenttrace/.
Plugin files
├── .codex-plugin/plugin.json└── skills/agenttrace-session-audit/SKILL.md
Included Skills1
Audit local AI coding-agent sessions with agenttrace. Use when the user asks to inspect Claude Code, Codex CLI, Gemini CLI, Qwen Code, Cline, Aider, Cursor exports, Hermes Agent, OpenCode, OpenClaw, Pi, Oh My Pi, Kimi CLI, Copilot-style logs, or generic JSON/JSONL traces for cost, tokens, tool failures, latency, anomalies, health, diffs, or CI gates.
Plugin manifests1
{
"name": "agenttrace",
"version": "0.3.48",
"description": "Audit local AI coding-agent sessions for cost, token waste, failures, latency, anomalies, health, diffs, and CI gate signals.",
"author": {
"name": "luoyuctl",
"url": "https://github.com/luoyuctl"
},
"homepage": "https://luoyuctl.github.io/agenttrace/",
"repository": "https://github.com/luoyuctl/agenttrace",
"license": "MIT",
"keywords": [
"codex",
"ai-agents",
"observability",
"sessions",
"cost",
"tui",
"ci"
],
"skills": "./skills/",
"interface": {
"displayName": "agenttrace",
"shortDescription": "Audit local AI agent sessions",
"longDescription": "Use agenttrace to inspect local Claude Code, Codex CLI, Gemini CLI, Qwen Code, Aider, Cursor, OpenCode, Oh My Pi, Kimi, Copilot-style, and generic JSON/JSONL sessions for spend, token use, tool failures, latency, health, anomalies, diffs, and CI-ready gate signals.",
"developerName": "luoyuctl",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://luoyuctl.github.io/agenttrace/",
"privacyPolicyURL": "https://github.com/luoyuctl/agenttrace/blob/master/PRIVACY.md",
"termsOfServiceURL": "https://github.com/luoyuctl/agenttrace/blob/master/LICENSE",
"defaultPrompt": [
"Audit my latest AI coding-agent session with agenttrace.",
"Summarize local agent session health and token waste.",
"Create a Markdown overview report for agent sessions."
],
"brandColor": "#54FF00",
"composerIcon": "./assets/plugin-icon.svg",
"logo": "./assets/plugin-icon.svg",
"screenshots": [
"./assets/tui-preview.png",
"./assets/terminal-demo.png"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agenttrace on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agenttrace)