session-report
v1.11.1Generate an explorable HTML report of Codex session usage — tokens, cache efficiency, subagent costs, and slash-command frequency — from local transcripts.
By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 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 session-report for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add session-report@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/jabworks/agentic-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/session-report/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/session-report/SKILL.md
Included Skills1
Generates a self-contained HTML report of session usage — tokens, cache efficiency, subagent costs, and slash command frequency — from local transcripts.
Plugin manifests3
{
"name": "session-report",
"version": "1.11.1",
"description": "Generate an explorable HTML report of Codex session usage — tokens, cache efficiency, subagent costs, and slash-command frequency — from local transcripts.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"usage",
"tokens",
"cache",
"sessions",
"analytics",
"report"
],
"skills": "./skills/session-report",
"interface": {
"displayName": "Session Report",
"shortDescription": "HTML usage report for Codex sessions.",
"longDescription": "Scans ~/.codex/sessions transcripts and generates a self-contained HTML report with token totals, project breakdown, session timeline, subagent costs, and optimization recommendations.",
"developerName": "jabworks",
"category": "Productivity",
"defaultPrompt": [
"Generate a session report for the last 7 days.",
"Show me my token usage this week.",
"Session report for the last 30 days."
]
}
}{
"name": "session-report",
"version": "1.11.1",
"description": "Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagent costs, and slash-command frequency — from local transcripts.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"usage",
"tokens",
"cache",
"sessions",
"analytics",
"report"
],
"skills": "./skills/session-report"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "session-report",
"version": "1.11.1",
"description": "Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagent costs, and slash-command frequency — from local transcripts.",
"author": {
"name": "jabworks"
},
"repository": "https://github.com/jabworks/agentic-toolkit",
"license": "MIT",
"keywords": [
"usage",
"tokens",
"cache",
"sessions",
"analytics",
"report"
]
}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.
[session-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-report)