kirby-to-book

Convert Kirby CMS pages into Moodle Book chapters with XML.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/astoeffer/plugin-marketplace --skill kirby-to-book
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kirby-to-book
Source: https://github.com/astoeffer/plugin-marketplace/tree/main/plugins/cloodle-content-native/skills/kirby-to-book
Command: npx skills add https://github.com/astoeffer/plugin-marketplace --skill kirby-to-book

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Kirby CMS content into Moodle Book format or structured book/XML outputs.

Core Features & Use Cases

  • Block to HTML Mapping: Maps Kirby blocks to HTML suitable for Moodle Book.
  • Book XML Structure: Provides a sample book/XML schema for chapters and content.
  • Export Process: Retrieve Kirby pages, transform, and package for export.

Quick Start

Fetch Kirby content and export as a Moodle Book chapter set using the provided mapping rules.

Frequently Asked Questions about kirby-to-book

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

FAQPage Schema
How do I convert Kirby CMS content to Moodle Book format?

Convert Kirby CMS content to Moodle Book by mapping Kirby blocks to HTML, applying the book/XML schema to structure chapters, and packaging assets like images. The Skill handles block transformation and generates the XML needed for Moodle Book modules.

Can I export multi-page Kirby content as a structured book?

Yes. Export multi-page Kirby content as structured book/XML output by retrieving pages, transforming block content to HTML, and organizing chapters according to the book schema. Assets and styling are included in the package.

What Kirby blocks are supported for Moodle Book conversion?

The Skill maps Kirby blocks to HTML suitable for Moodle Book chapters using defined block-to-HTML mappings. Cloodle styling is applied during conversion to ensure compatibility with Moodle Book modules.

Do I need to manually structure XML for Moodle Book chapters?

No. The Skill generates book/XML automatically by transforming Kirby page content into chapter elements. You provide the Kirby pages; the Skill handles XML structure, HTML mapping, and asset packaging.

What file formats does the Moodle Book export include?

The export package includes book/XML files for chapter structure and embedded images. HTML is generated from Kirby blocks; all assets are organized for direct import into Moodle Book modules.