What problem does it solve?
This Skill solves the problem of distributing and sharing OKF knowledge packages by converting them into single-file, minified HTML pages, making them easily shareable, offline accessible, and visually engaging.
Core Features & Use Cases
- Single-File HTML: Converts OKF knowledge packages into a single HTML file for easy sharing and offline access.
- Minified HTML: Optimizes the HTML file size by minifying the code, improving load times.
- Visual Engagement: Embeds navigation, Markdown reader, and concept relationship graph for a rich user experience.
- Use Case: Convert an OKF bundle into a standalone HTML page for offline use or to share with others without the need for a server or installation.
Quick Start
Run the following command to convert an OKF bundle into a single HTML file: python scripts/build_web.py <bundle directory> -o okf.html