Agent Plugins Marketplace
All plugins

session-report

v1.11.1

Generate an explorable HTML report of Codex session usage — tokens, cache efficiency, subagent costs, and slash-command frequency — from local transcripts.

CodexClaude CodeAgent Plugins1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add session-report@agent-plugin-marketplace

Paste 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-toolkit

Clone 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

dist/plugins/session-report/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/session-report/SKILL.md

Included Skills1

session-reportskills/session-report/SKILL.md

Generates a self-contained HTML report of session usage — tokens, cache efficiency, subagent costs, and slash command frequency — from local transcripts.

Plugin manifests3

dist/plugins/session-report/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
dist/plugins/session-report/.claude-plugin/plugin.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"
  ],
  "skills": "./skills/session-report"
}
dist/plugins/session-report/plugin.json
{
  "$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"
  ]
}

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)