$ welcome --to emblema-marketplace
Templates for Emblema Workspaces
// Discover pre-built workflows and building blocks.
// Use complete workspace solutions or individual nodes.
$ ls ./latest_workspace_templates
view all →export Human Codex Interview
from "@marketplace"
// Runs the Human Codex personality-insight interview in the chat (33 typed questions, or 15 in short mode), analyzes the answers through the four-pass Human Codex engine with the built-in Knowledge Base v2 (48 dimensions, 398 signed causal relations) plus an optional Drive folder of reference documents (RAG), optionally bridged to the organization knowledge graph (ontology entities the documents mention), and produces a non-clinical psychological profile: the schema v2.0 profile JSON and a second-person Markdown report, previewed on the canvas and saved to Drive only on request. // Esegue l'intervista Human Codex in chat (33 domande scritte, o 15 in modalità breve), analizza le risposte con il motore Human Codex a quattro passaggi e la Knowledge Base v2 integrata, con una cartella Drive di riferimento opzionale (RAG, collegabile al grafo di conoscenza dell'organizzazione), e produce un profilo psicologico non clinico: JSON schema v2.0 e report Markdown in seconda persona, salvati su Drive solo su richiesta.
export Odoo to Ontology Feeder
from "@admin"
// Syncs an Odoo Sales + Invoicing instance into the organization ontology: courses, learners, cohorts, enrollments and invoices, with the typed links between them. Idempotent — re-running upserts rather than duplicating. Use when a source system has no native Drive adapter and the workspace itself has to be the pipeline.
export Monthly Business Review
from "@admin"
// Builds a board-ready business review deck for a course business from the organization ontology and live Odoo invoices: revenue by month and by course, enrollment and completion figures, and the actions they imply. Outputs an HTML deck and a downloadable PowerPoint. A second application on the same ontology — it defines no model and ingests nothing.
export Learner Lifecycle Console
from "@admin"
// An operations console for a course business, built on the organization ontology. Reads learners, cohorts, enrollments and courses from the graph, joins them to live Odoo invoices, and sorts every learner into one bucket: overdue, paid-but-inactive, at risk, ready to upsell, or healthy. Drafts re-engagement outreach, and on request writes the follow-up back to Odoo and stamps it on the ontology.
export Drive Materials to Ontology
from "@admin"
// Maps course documents already in Drive onto the organization ontology as CourseMaterial objects, linked to the Course they belong to. The assignment rule lives on the canvas as an editable JSON node, because nothing in Drive states which course a document serves — that mapping is a modelling choice.
export Produzione Documenti Per Emblema
from "@marketplace"
// Crea una presentazione dai documenti di una cartella Drive (o da un singolo file): seleziona i topic principali, genera slide HTML in tema Emblema (con o senza immagini) e su richiesta esporta il file PPTX. La pubblicazione è opzionale (opt-in): di default il deck resta in bozza. / Builds a presentation from the documents in a Drive folder (or a single file): picks the main topics, renders Emblema-themed HTML slides (images optional), and exports a PPTX file on request. Publishing is opt-in; the deck stays a draft by default.
$ ls ./latest_node_templates
view all →export Human Codex Assemble
from "@marketplace"
// Deterministic final stage of the Human Codex interview pipeline (no LLM). Parses the three pass outputs (Pass 1 per_item array, Pass 3 analysis object, Pass 4 presentation object), tolerating code fences and surrounding prose, assembles the single schema v2.0 profile JSON {schema_version, per_item, analysis, presentation}, renders a readable second-person Markdown report from the presentation layer, and reports validation notes (OK, or WARNING/ERROR lines naming the pass to re-run). Fails when analysis or presentation is not valid JSON.
export Odoo user_id projects
from "@a-destefano"
// Elenco dei progetti relativi ad un determinato user_id in formato md
export Web Search
from "@marketplace"
// Search the public web (via Brave Search) and return a ranked list of result URLs (no snippets — deliberate, to avoid SERP-snippet hallucination). The output is a URL list; reading the content behind those URLs is a separate concern handled downstream. Pairs with: `Fetch URL as Markdown`.
export Text Transform
from "@marketplace"
// Transform a text using a custom prompt via an LLM. Input text plus instructions, output the elaborated text.
export Text Summarizer
from "@marketplace"
// Summarizes large text content using an LLM. Automatically splits long documents into chunks and summarizes them hierarchically to produce a final summary.
export Social Post Preparer
from "@marketplace"
// Prepares a social media post payload and renders a platform-native HTML preview (Facebook, Instagram, X/Twitter, LinkedIn). Does not publish — the payload feeds a future publisher node.