Claude Code Plugins

Community-maintained marketplace

Feedback

telemetry-parser

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name telemetry-parser
description Parse adapter-specific telemetry formats into normalized event stream. Handles different formats from Codex/Claude/OpenCode/Crush adapters. Use when working on development tasks.
metadata [object Object]

Telemetry Parser

Parse adapter-specific telemetry formats into normalized event stream.

Inputs

Parameter Type Required Default Description
telemetry_path string Yes - Path to telemetry.jsonl file
adapter_type string No auto-detect Adapter type (codex, claude, opencode, crush, auto-detect)

Outputs

Field Type Description
events array Normalized event stream
summary object Event summary (counts by type, tools used, etc.)
adapter_detected string Detected adapter type

Usage

python scripts/telemetry-parser.py [arguments]

Generated from `skills/development/telemetry-parser.yaml`