beautiful-log

Filter User-NeuroClaw dialogue from JSON, JSONL, or Markdown transcripts into HTML logs.

78|3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill beautiful-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beautiful-log
Source: https://github.com/CUHK-AIM-Group/NeuroClaw/tree/main/skills/beautiful-log
Command: npx skills add https://github.com/CUHK-AIM-Group/NeuroClaw --skill beautiful-log

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a clean, shareable HTML log by filtering out tool traces and internal notes, preserving only User and NeuroClaw dialogue.

Core Features & Use Cases

  • Keeps only direct User and NeuroClaw messages.
  • Renders a polished HTML log with distinct styling per speaker.
  • Supports input formats JSON, JSONL, and Markdown exports for easy integration.

Quick Start

Run the script to convert a transcript into a polished HTML log.

Frequently Asked Questions about beautiful-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert chat transcripts to HTML for research notes?

You can convert chat transcripts to HTML by processing JSON, JSONL, or Markdown exports to filter dialogue and render a polished HTML log. It extracts direct user and assistant messages while excluding tool traces and internal notes.

How do I filter out tool traces from a conversation transcript?

You can filter tool traces from a conversation transcript by running deterministic parsing that isolates direct User and NeuroClaw dialogue. It normalizes roles and extracts content to produce a clean HTML log.

How do I generate clean HTML reports from meeting transcripts?

You generate clean HTML reports from meeting transcripts by applying deterministic parsing and role normalization to filter out internal notes. It renders the remaining direct dialogue into a polished, shareable HTML document.

What is the best way to share conversation logs as a polished HTML document?

The best way to share conversation logs as a polished HTML document is using deterministic parsing to extract direct dialogue. This filters out tool traces and internal notes, ensuring safe and reproducible HTML rendering for collaborative sessions.

Why does my transcript export include internal notes in the HTML log?

Your transcript export includes internal notes in the HTML log if the filtering step is bypassed. This skill applies deterministic parsing and role normalization to exclude tool traces and internal notes, preserving only direct user and assistant dialogue.