Convert Kirby CMS content to book/document formats. Use when generating PDFs, ebooks, or structured documents from CMS content.
/plugin marketplace add astoeffer/moodle-plugin-marketplace/plugin install cloodle-content-native@astoeffer-dev-pluginsThis skill is limited to using the following tools:
Export Kirby content as native Moodle Book chapters.
<?xml version="1.0" encoding="UTF-8"?>
<book>
<name>Book Title</name>
<intro><![CDATA[<p>Description</p>]]></intro>
<chapters>
<chapter>
<pagenum>1</pagenum>
<subchapter>0</subchapter>
<title>Chapter Title</title>
<content><![CDATA[<p>HTML content</p>]]></content>
</chapter>
</chapters>
</book>
| Kirby Block | HTML Output |
|---|---|
heading | <h2> or <h3> |
text | <div class="cloodle-text"> |
image | <figure><img><figcaption> |
quote | <blockquote> |
list | <ul> or <ol> |
<div class="cloodle-content">
<h2 class="cloodle-heading">Title</h2>
<div class="cloodle-text">
<p>Content styled with Cloodle theme</p>
</div>
</div>
/opt/cloodle/tools/content-pipeline/pptx_to_moodle.py--format bookCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.