meta-log-converter

Community

Convert platform logs to ShareGPT JSON

Authorslowman2084
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill converts legacy platform test runner stdout logs into ShareGPT-format JSON so downstream evaluation and iteration tools can consume conversation records consistently and automatically.

Core Features & Use Cases

  • Structured Log Parsing: Parse runner node markers and map agent outputs, tool calls, tool responses, and summaries into ShareGPT conversation roles.
  • Cached Converter Scripts: Detect and reuse existing scripts named log_converter_*.py to speed up repeated conversions for known formats.
  • On-the-fly Parser Generation: When no cached script matches, analyze the log format, generate a Python converter that accepts --input and --output, and persist it for reuse.
  • Metadata Enrichment & Robust Error Handling: Extract metadata from query.txt and config_snapshot.yaml, record timestamps, mark partial parses with parse_quality, and fall back to inline parsing on cached-script failures.
  • Use Case: Integrate legacy platform test outputs into eval-judge and iteration pipelines by converting execution_log.txt files into run_log.json records.

Quick Start

Convert the directory containing execution_log.txt into a ShareGPT run_log.json using the meta-log-converter, and cache any generated parser script for reuse.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: meta-log-converter
Download link: https://github.com/slowman2084/meta-agent/archive/main.zip#meta-log-converter

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.