Cclogviewer
Description
Converts Claude Code JSONL log files into interactive HTML.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Log Viewer
Converts Claude Code JSONL log files into interactive HTML.
Installation
Requires Go 1.21 or later. Install Go from https://go.dev/
git clone https://github.com/brads3290/cclogviewer
cd cclogviewer
make build
Or install directly:
go install github.com/brads3290/cclogviewer/cmd/cclogviewer@latest
Usage
# Quick view (auto-opens in browser)
cclogviewer -input session.jsonl
# Save to file
cclogviewer -input session.jsonl -output conversation.html
# Save and open
cclogviewer -input session.jsonl -output conversation.html -open
Arguments
-input: JSONL log file path (required)-output: HTML output path (optional, auto-generates temp file if omitted)-open: Open in browser (automatic without -output)-debug: Enable debug logging
Features
- Hierarchical conversation display
- Expandable tool calls and results
- Nested Task tool conversations
- Token usage tracking
- Syntax-highlighted code blocks
- Timestamps and role indicators
Building from Source
make build # Build binary
make test # Run tests
make install # Install to /usr/local/bin
See Makefile for all available commands.
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://