Agent skill · Workflow & Productivity

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.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Requires: []
Path: skills/neuroclaw/beautiful-log/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Call This Skill
  3. Core Workflow (Never Bypassed)
  4. Input / Output
  5. Recommended Script
  6. Safety and Data Rules
  7. Complementary / Related Skills
Commands it runs
python skills/beautiful-log/scripts/beautiful_log.py \
More from awesome-bio-agent-skills
All skills →
About this skill
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.

Keep going