/install kdp-publisher-de
kdp-publisher — KDP PDF Builder
Dieser Skill wandelt Markdown-Kapitel in KDP-fertige PDFs um — im Buchstil von "OpenClaw – Agentic Authorship".
Voraussetzungen prüfen
# Python-Abhängigkeiten installieren (einmalig):
pip install requests qrcode
# Skill-Verzeichnis:
ls $OPENCLAW_WORKSPACE/skills/kdp-publisher/scripts/
Verwendung
Ein Kapitel:
cd $OPENCLAW_WORKSPACE/skills/kdp-publisher/scripts
python3 build-book.py --chapter /pfad/zu/kapitel.md /pfad/output/kapitel.pdf
Ganzes Buch (alle Kapitel in der konfigurierten Reihenfolge):
cd $OPENCLAW_WORKSPACE/skills/kdp-publisher/scripts
python3 build-book.py /pfad/output/buch.pdf
Was passiert im Hintergrund
build-book.pyorchestriert den Buildmd2typ.pykonvertiert Markdown → Typstcompile.pygeneriert QR-Codes + sendet an TypeTex API → PDF
Markdown-Format
| Element | Syntax |
|---|---|
| Kapitelüberschrift | # Titel |
| Abschnitt | ## Titel |
| Tipp-Box | > **TIPP:** Text |
| Warn-Box | > **WARNUNG:** Text |
| Hinweis-Box | > **HINWEIS:** Text |
| Erfolg-Box | > **ERFOLG:** Text |
| Zitat | > Text |
| QR-Code | [QR-CODE: ID – Label] |
| QR mit Hinweis | [QR-CODE: ID – Label | Hinweistext] |
QR-Codes konfigurieren
QR-Code-URLs werden aus einer links.json geladen. Standardpfad:
$OPENCLAW_WORKSPACE/links.json
Format:
{
"eigene_projekte": { "DASHBOARD_URL": "https://deine-domain.de" },
"qr_codes": {
"MEIN-QR": {
"target": "{{DASHBOARD_URL}}/seite",
"print_url": "deine-domain.de/seite"
}
}
}
Häufige Probleme
- QR nicht gefunden: ID in
links.jsonprüfen, kein_-Präfix - API-Timeout: Kapitel einzeln kompilieren statt ganzes Buch
- Font fehlt: TypeTex API stellt Inter und Liberation Mono bereit — kein lokales Install nötig
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kdp-publisher-de - After installation, invoke the skill by name or use
/kdp-publisher-de - Provide required inputs per the skill's parameter spec and get structured output
What is KDP Publisher DE?
KDP Publisher DE konvertiert Markdown-Kapitel in professionell formatierte, KDP-fähige PDFs im OpenClaw-Buchstil mit QR-Codes. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install KDP Publisher DE?
Run "/install kdp-publisher-de" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is KDP Publisher DE free?
Yes, KDP Publisher DE is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does KDP Publisher DE support?
KDP Publisher DE is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created KDP Publisher DE?
It is built and maintained by Tikitackr (@tikitackr); the current version is v1.0.0.