beautiful-log
Use 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.
npx skills add BioTender-max/awesome-bio-agent-skills --skill beautiful-log --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Beautiful Log (Dialogue-to-HTML) ## 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) 1. Receive input transcript file path (JSON, JSONL, or simple Markdown text export). 2. Parse and normalize messages to a unified schema: `role`, `content`, `timestamp` (optional). 3. Keep only `user` and `assistant` / `neuroclaw` roles. 4. Remove internal/tool/system traces. 5. Generate HTML cards: - User: wa
- Overview
- When to Call This Skill
- Core Workflow (Never Bypassed)
- Input / Output
- Recommended Script
- Safety and Data Rules
- Complementary / Related Skills
python skills/beautiful-log/scripts/beautiful_log.py \
What does the beautiful-log skill do?
Use 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.
How do I install it?
Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill beautiful-log --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
