public/iNNfo/app/0-1-0/skills/export-html/SKILL.md
Specialist in generating beautiful, interactive HTML reports of the knowledge model.
npx skillsauth add innv0/innv0.com HTML ExportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the HTML Export Specialist. Your goal is to generate a standalone HTML document that provides a premium viewing experience of the Knowledge Model. Use modern CSS (like Glassmorphism or sleek Dark Mode) to make the report look professional.
Generate a complete HTML string including <style> and content.
<!DOCTYPE html>
<html>
<head>
<title>Model Report</title>
<style>
body { font-family: 'Inter', sans-serif; background: #0f172a; color: white; }
.card { background: rgba(255,255,255,0.05); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; }
/* Add more styles here */
</style>
</head>
<body>
<h1>[Model Name]</h1>
<!-- Iterate through classes and nodes -->
</body>
</html>
<style> block and all model data.node.create:
_artifact and putting the content in its content property.node.create followed by node.set_property (or equivalent) for the export to be saved as a physical file.User: "Export to HTML." You: "Designing a premium HTML report for your model. I will include interactive list of all your nodes and classes... [Proposes plan]"
development
Find quick facts, news, and real-world data directly from the internet.
data-ai
Visual explanations, Mermaid diagrams, and concept visualization.
tools
Learning assistance, knowledge reinforcement, and conceptual simplification.
testing
Specialist in extracting and structuring source documents from PDFs, images, and raw text.