Beautiful Log (Dialogue-to-HTML)
SkillDocs & knowledgeUse this skill after a conversation or task is completed when the user wants a clean, beautiful HTML chat log. It keeps only direct NeuroClaw <-> User dialogue, filters out tool calls / internal traces / SKILL.md reading notes, and renders distinct colored message cards for each side.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Beautiful Log (Dialogue-to-HTML) skill
What this skill tells your AI
The instructions your AI receives, as published by cuhk-aim-group/neurodiscovery in skills/beautiful-log/SKILL.md and read by ahel’s review.
Overview
beautiful-log converts a conversation transcript into a clean, shareable HTML report.
It is designed for research logging and progress tracking, while removing noisy execution traces.
This skill:
- Keeps only direct dialogue between User and NeuroClaw.
- Filters out tool/system/internal content (for example: tool calls, file-read traces, SKILL.md parsing notes, hidden reasoning traces).
- Renders a polished HTML page with different background colors for User and NeuroClaw messages.
- Preserves message order and basic formatting (line breaks, code blocks as plain text).
When to Call This Skill
- A task is finished and the user wants a readable conversation archive.
- The user asks for an exportable discussion record.
- Weekly or daily research summary requires clean chat evidence.
Core Workflow (Never Bypassed)
- Receive input transcript file path (JSON, JSONL, or simple Markdown text export).
- Parse and normalize messages to a unified schema:
role,content,timestamp(optional). - Keep only
userandassistant/neuroclawroles. - Remove internal/tool/system traces.
- Generate HTML cards:
- User: warm light background card.
- NeuroClaw: cool light background card.
- Save output HTML to user-specified location.
- Return summary: kept messages, filtered messages, output path.
Input / Output
- Input: conversation export file (recommended JSON/JSONL).
- Output: standalone HTML file (no external assets required).
Recommended Script
Use:
scripts/beautiful_log.py
Example:
python skills/beautiful-log/scripts/beautiful_log.py \
--input logs/session_2026-04-05.jsonl \
--output logs/session_2026-04-05_beautiful.html \
--title "NeuroClaw Session Log"
Safety and Data Rules
- Do not include hidden reasoning or tool internals in final export.
- Keep only direct dialogue content.
- If sensitive information appears in user messages, recommend manual redaction before sharing externally.
Complementary / Related Skills
claw-shell(safe command execution)
Created At: 2026-04-05 23:26 HKT Last Updated At: 2026-04-05 23:26 HKT Author: chengwang96
Signals
- GitHub stars
- 85
- Forks
- 4
- Last commit
- Sep 2026
ahel recommends instead
Advanced
- Catalog kind
- skill
- Gateway key
beautiful-log-cuhk-aim-group- Source
- github.com/cuhk-aim-group/neurodiscovery