render-html

Convert ARIS Markdown/JSON artifacts to HTML with templates and sanitization.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/zhuyingqin/Aris --skill render-html-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-html
Source: https://github.com/zhuyingqin/Aris/tree/main/crates/runtime/assets/skills/render-html
Command: npx skills add https://github.com/zhuyingqin/Aris --skill render-html-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires render_html.py, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill converts ARIS Markdown/JSON artifacts into polished HTML views, making them more accessible and readable for human consumption.

Core Features & Use Cases

  • Markdown to HTML Conversion: Transforms ARIS Markdown/JSON artifacts into single-file HTML views.
  • Custom Templates: Supports academic and dashboard templates for different presentation styles.
  • Sidecar Integration: Allows embedding JSON sidecar files for additional context.
  • Offline Mode: Provides a mode without external CDN dependencies for offline use.
  • Security Features: Implements XSS sanitization and safe URL handling to ensure output safety.

Quick Start

Run the following command to convert an ARIS Markdown artifact to HTML: render-html idea-stage/IDEA_REPORT.md --template academic

Frequently Asked Questions about render-html

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

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

To convert ARIS Markdown to HTML, use the render-html command with your target Markdown file and a specified template. This transforms ARIS Markdown or JSON artifacts into a single-file HTML view optimized for human consumption.

Can I use offline mode for HTML conversion without external CDN dependencies?

Yes, offline mode provides HTML conversion without external CDN dependencies. This allows you to render ARIS Markdown artifacts into standalone HTML views completely offline, ensuring accessibility in restricted network environments.

What templates are available for converting Markdown to HTML?

Academic and dashboard templates are available for Markdown to HTML conversion. These custom templates allow you to apply different presentation styles to your ARIS Markdown artifacts when generating the final HTML views.

Does this HTML conversion tool support JSON sidecar files?

Yes, the HTML conversion tool supports sidecar integration, allowing you to embed JSON sidecar files. This provides additional context alongside your ARIS Markdown artifacts during the HTML rendering process.

How is XSS sanitization handled during Markdown to HTML conversion?

XSS sanitization is implemented during Markdown to HTML conversion to ensure output safety. The process includes safe URL handling, actively preventing cross-site scripting vulnerabilities in the generated HTML views.

Do I need Python scripts to render ARIS JSON artifacts to HTML?

Yes, you need the render_html.py script and its associated templates to render ARIS JSON artifacts to HTML. This dependency is required to execute the conversion and apply the desired academic or dashboard presentation styles.