JanitorAI Full Export

Export your whole JanitorAI account: every chat, the character cards, and every lorebook that is reachable, as one JSON file.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
0don
Instalaciones diarias
2
Instalaciones totales
7
Calificaciones
0 0 0
Versión
1.2.0
Creado
30/8/2026
Actualizado
30/8/2026
Tamaño
16,6 KB
Licencia
MIT
Funciona en

Exports your whole JanitorAI account from your own logged-in session: every chat, the character cards behind them, and the lorebooks.

A floating "Export all" button appears at the bottom right on janitorai.com. One click walks every character you have chatted with, downloads one JSON file, and shows progress while it runs.

What it exports

  • every chat and every message, for every character
  • character cards (name, description, personality, scenario, greeting, example dialogs)
  • lorebooks, including private ones: those answer 404 on their own endpoint even while you are logged in, but JanitorAI still resolves them into the prompt it assembles for a generation, so the text is recovered from there
  • hidden definitions (showdefinition off), recovered the same way

What it cannot export A card whose creator turned allow_proxy off and hid the definition. With both closed the text is never assembled anywhere the browser can read it. Anything unreachable is listed at the end with the reason, rather than silently exported as an empty card.

Notes

  • everything runs in your browser against your own session, nothing is sent anywhere
  • recovered lorebook entries are keyless and always-on, because the keys do not survive the assembly and inventing them would be guesswork
  • the output imports directly into UnoRouter chat; it is plain JSON, so it can be converted for other frontends too