Agent Plugins Marketplace
← All plugins

usage-insights

v1.1.3

Generate privacy-safe Claude Code and Codex usage reports for an explicit time period.

CodexClaude Code1 Skill

By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 25, 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 usage-insights for Codex and Claude Code

Installs for the current user
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add usage-insights@glstack-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the glstack-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “usage-insights” remain stable.

  • Codex: usage-insights@agent-plugin-marketplace → usage-insights@glstack-plugins

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/glebedel/glstack-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/engineering/usage-insights/.

Plugin files

plugins/engineering/usage-insights/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/usage-insights/SKILL.md

Included Skills1

usage-insightsskills/usage-insights/SKILL.md

Use when someone wants to understand, compare, audit, or share Claude Code and/or Codex token usage for a defined time period, including attribution by model, folder, use case, tool, MCP provider, skill, plugin, effort, execution path, or conversation—without exposing raw prompts.

Plugin manifests2

plugins/engineering/usage-insights/.codex-plugin/plugin.json
{
  "name": "usage-insights",
  "version": "1.1.3",
  "description": "Generate privacy-safe Claude Code and Codex usage reports for an explicit time period.",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "interface": {
    "displayName": "Usage Insights",
    "shortDescription": "Generate privacy-safe Claude Code and Codex usage reports for an explicit time period.",
    "longDescription": "Generate privacy-safe Claude Code and Codex usage reports for an explicit time period.",
    "developerName": "Guillaume Lebedel",
    "category": "Engineering",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/glebedel/glstack-plugins",
    "defaultPrompt": [
      "Use Usage Insights to run this workflow."
    ]
  },
  "license": "MIT",
  "keywords": [
    "usage",
    "tokens",
    "claude-code",
    "codex",
    "analytics",
    "cost",
    "reporting"
  ],
  "skills": "./.codex/skills/"
}
plugins/engineering/usage-insights/.claude-plugin/plugin.json
{
  "name": "usage-insights",
  "version": "1.1.3",
  "description": "Generate privacy-safe Claude Code and Codex usage reports for an explicit time period.",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "license": "MIT",
  "keywords": [
    "usage",
    "tokens",
    "claude-code",
    "codex",
    "analytics",
    "cost",
    "reporting"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[usage-insights on Agent Plugins Marketplace](https://pluginsmp.com/plugins/usage-insights)