html-builder

Convert structured medical analyses into interactive HTML reports with Chart.js visuals.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/n1healthcare/easy-chr --skill html-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-builder
Source: https://github.com/n1healthcare/easy-chr/tree/main/server/.gemini/skills/html-builder
Command: npx skills add https://github.com/n1healthcare/easy-chr --skill html-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of self-contained, visually rich Health Realms by converting structured medical analyses into interactive HTML pages with charts and narrative.

Core Features & Use Cases

  • Automated Health Realm generation: Produce a standalone HTML document that visualizes charts (e.g., line, radar, gauges) from medical data.
  • Patient-friendly storytelling: Transform clinical narratives into an engaging, explanatory HTML report suitable for patients and clinicians.
  • Use Case: Given a structured_data payload and a set of timelines, generate a health Realm that can be shared via URL or saved as a static file.

Quick Start

Provide a structured_data payload for the patient analysis; the skill will output a complete Health Realm HTML file that you can open in a browser.

Frequently Asked Questions about html-builder

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

FAQPage Schema
How do I convert structured medical analysis reports into interactive HTML?

Convert structured medical analysis reports into interactive HTML by supplying a structured_data payload and visualization directives to generate a self-contained HTML document with Chart.js visuals.

Can I create patient-friendly medical dashboards with Chart.js using clinical data?

Yes, you can create patient-friendly medical dashboards with Chart.js by transforming clinical narratives and structured medical data into an engaging, explanatory HTML report with interactive charts.

What is a Health Realm and how does it visualize medical data?

A Health Realm is a standalone HTML experience that visualizes medical data using Chart.js. It transforms clinical analysis reports into interactive pages with line charts, radar charts, and gauges.

Do I need any external dependencies or libraries to generate a standalone HTML medical report?

No external dependencies or libraries are required to generate a standalone HTML medical report. The skill outputs a self-contained HTML file that can be opened directly in a browser or shared via URL.

What format does the input data need to be in to build a Health Realm HTML page?

The input data needs to be in a structured_data payload format along with a set of timelines and visualization directives to successfully build a Health Realm HTML page.

Are there limitations when using standalone HTML for medical data visualization?

Standalone HTML medical data visualization outputs a static file, meaning it does not support real-time data updates or server-side processing. It is designed for static sharing and browser-based viewing.