render-html

Convert Markdown and JSON artifacts into single-file HTML reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eagle-a/julun --skill render-html-eagle-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-html
Source: https://github.com/eagle-a/julun/tree/main/skills/render-html
Command: npx skills add https://github.com/eagle-a/julun --skill render-html-eagle-a

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires re, html, hashlib, json, datetime, pathlib, argparse, sys, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill converts Markdown/JSON artifacts into a polished single-file HTML view, making it easier for humans to read and review complex information.

Core Features & Use Cases

  • Markdown to HTML Conversion: Render Markdown and JSON artifacts into a human-readable HTML format.
  • Custom Templates: Use academic or dashboard templates to format the output according to specific requirements.
  • Review Integration: Integrate with a cross-model Codex review for academic template HTML to ensure fidelity and safety.
  • Offline Mode: Provide an offline mode for environments without internet access.
  • Use Case: When you need a visually appealing HTML report from a Markdown document or want to share research findings in a user-friendly format.

Quick Start

Use the /render-html skill to convert the 'research-wiki/SUMMARY.md' file into an HTML report using the academic template.

Frequently Asked Questions about render-html

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

FAQPage Schema
How do I convert Markdown files to HTML for human reading?

You can convert Markdown files to HTML by transforming Markdown or JSON artifacts into a polished single-file HTML view, making complex information easier for humans to read and review. This process supports academic and dashboard templates for customized formatting.

Can I generate an HTML report from Markdown without an internet connection?

Yes, you can generate an HTML report from Markdown without an internet connection by using offline mode. This feature is specifically designed for environments without internet access, allowing you to render Markdown or JSON artifacts into polished HTML locally.

What is the best way to format Markdown documents into an academic HTML report?

The best way to format Markdown documents into an academic HTML report is to use a custom academic template during the Markdown to HTML conversion. This approach ensures the output meets specific research formatting requirements and can integrate a cross-model review for fidelity and safety.

Does Markdown to HTML conversion require installing external Python packages?

No, Markdown to HTML conversion does not require installing external Python packages because it relies solely on the Python standard library for execution. Built-in dependencies like re, html, json, and pathlib ensure the rendering process runs without external package management.

How do I embed JSON sidecar files when rendering Markdown to HTML?

To embed JSON sidecar files when rendering Markdown to HTML, you use the conversion tool's embedding options during the rendering process. This integrates the JSON data directly into the final polished single-file HTML view, keeping related structured data and text together.