Agent Plugins Marketplace
← All plugins

telemetry

v0.4.0

Review your own coding sessions from real data (time, tokens, tool breakdown, subagents, worktree handling) and decide whether configuration improvements are warranted. Works from local transcripts without credentials, and from Langfuse traces when configured.

CodexClaude Code1 Skill

By gigun0 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 telemetry for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gigun-dev/claude-code
codex plugin marketplace upgrade gigun
codex plugin add telemetry@gigun

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

Compatibility: the page URL and API slug “telemetry-2” remain stable.

  • Codex: telemetry-2@agent-plugin-marketplace → telemetry@gigun

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/gigun-dev/claude-code

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

Plugin files

plugins/telemetry/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/review/SKILL.md

Included Skills1

reviewskills/review/SKILL.md

自分の Claude Code / Codex セッションを実データで振り返り、時間・トークン・ツールの内訳・親子関係・worktree の扱いを確認する。ローカル JSONL だけで答える機能と、要求されたときだけ Langfuse のトレースを引く機能を備える(前者は資格情報もネットワークも要らない)。「セッションを振り返って」「subagent が遅い」「何に時間を使ってる?」「いくら使った?」「worktree がおかしい」「テレメトリ見て」「/telemetry:review」で発火。

Plugin manifests2

plugins/telemetry/.codex-plugin/plugin.json
{
  "$generatedFrom": "../.claude-plugin/plugin.json (scripts/generate_manifests.py --write); generates name/version/description/author here — homepage, repository, keywords, the mcpServers/skills pointer, and interface stay hand-edited in this file",
  "name": "telemetry",
  "version": "0.4.0",
  "description": "Review your own coding sessions from real data (time, tokens, tool breakdown, subagents, worktree handling) and decide whether configuration improvements are warranted. Works from local transcripts without credentials, and from Langfuse traces when configured.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  },
  "interface": {
    "category": "Productivity"
  }
}
plugins/telemetry/.claude-plugin/plugin.json
{
  "name": "telemetry",
  "version": "0.4.0",
  "description": "Review your own coding sessions from real data (time, tokens, tool breakdown, subagents, worktree handling) and decide whether configuration improvements are warranted. Works from local transcripts without credentials, and from Langfuse traces when configured.",
  "author": {
    "name": "gigun",
    "url": "https://github.com/gigun-dev"
  }
}

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

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