fire-card-to-epub

Convert FIRE analysis card JSON into validated EPUB files with TOC and index.

256|38|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/twhsi/skills --skill fire-card-to-epub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fire-card-to-epub
Source: https://github.com/twhsi/skills/tree/main/skills/fire-card-to-epub
Command: npx skills add https://github.com/twhsi/skills --skill fire-card-to-epub

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of converting FIRE analysis cards, Chinese knowledge notes, or project-note JSON into EPUB books, making complex documentation easily accessible and portable.

Core Features & Use Cases

  • EPUB Conversion: Transforms FIRE cards and JSON notes into validated EPUB files.
  • Book Creation: Constructs EPUBs with directory cards, chapter cards, keyword index cards, and backlinks.
  • Use Case: Ideal for turning in-depth knowledge bases into shareable eBooks, perfect for academic or professional reference materials.

Quick Start

Generate an EPUB from the provided FIRE cards using the fire-card-to-epub skill.

Frequently Asked Questions about fire-card-to-epub

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

FAQPage Schema
How do I convert JSON notes to EPUB for knowledge archiving?

This Skill converts FIRE analysis cards and project-note JSON inputs into validated EPUB files, generating a structured eBook complete with a table of contents, keyword index, and backlinks for knowledge archiving.

What is a FIRE analysis card and how does it become an eBook?

FIRE analysis cards are structured Chinese knowledge notes. This Skill transforms these JSON-based cards into EPUB format by mapping them into directory cards, chapter cards, and keyword index cards to create a portable reference eBook.

Do I need Python to generate EPUB files from my knowledge notes?

Yes, Python is required. The Skill uses Python scripts to process your JSON input, construct the EPUB book structure with TOC and index cards, and run validation checks on the final document output.

Can I create a table of contents and keyword index when converting JSON to EPUB?

Yes, EPUB conversion automatically constructs a table of contents and a keyword index. It also builds directory cards, chapter cards, and backlinks directly from your JSON input data during the eBook generation process.

Is there a best way to archive complex Chinese knowledge notes into a shareable format?

Converting your notes into a validated EPUB is an effective way to archive complex documentation. This approach transforms in-depth knowledge bases into portable, shareable eBooks suitable for academic or professional reference.

Why does EPUB validation fail when converting my project notes?

EPUB validation failures often occur if the input JSON structure is incomplete. This Skill includes built-in validation scripts to check the generated EPUB output, ensuring the TOC, links, and index meet format standards.