$ 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 →
document generationplaceholder
H
workspace.yaml
Document Generation
v1.1.0

export Human Codex Interview

from "@marketplace"

unverified

// 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.

#human-codex#personality#psychological-profile
00
2026-09-06
automationplaceholder
O
workspace.yaml
Automation
v1.0.6

export Odoo to Ontology Feeder

from "@admin"

unverified

// 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.

#odoo#ontology#sync
00
2026-08-28
automationplaceholder
M
workspace.yaml
Automation
v1.0.6

export Monthly Business Review

from "@admin"

unverified

// 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.

#ontology#reporting#presentation
00
2026-08-28
automationplaceholder
L
workspace.yaml
Automation
v1.0.6

export Learner Lifecycle Console

from "@admin"

unverified

// 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.

#ontology#console#odoo
00
2026-08-28
automationplaceholder
D
workspace.yaml
Automation
v1.0.3

export Drive Materials to Ontology

from "@admin"

unverified

// 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.

#ontology#drive#documents
00
2026-08-28
document generationplaceholder
P
workspace.yaml
Document Generation
v2.1.0

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.

#pptx#presentazione#presentation
00
2026-08-16

$ ls ./latest_node_templates

view all →
processplaceholder
H
node.py
Process
Document
v1.0.0

export Human Codex Assemble

from "@marketplace"

unverified

// 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.

#human-codex#personality#profile
00
2026-09-04
macroplaceholder
O
node.py
macro
Utility
v1.0.0

export Odoo user_id projects

from "@a-destefano"

unverified

// Elenco dei progetti relativi ad un determinato user_id in formato md

 
00
2026-08-18
inputplaceholder
W
node.py
Input
Integration
v1.0.5

export Web Search

from "@marketplace"

unverified

// 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`.

#web#search#brave
00
2026-08-18
processplaceholder
T
node.py
Process
LLM
v1.3.0

export Text Transform

from "@marketplace"

unverified

// Transform a text using a custom prompt via an LLM. Input text plus instructions, output the elaborated text.

#llm#text#transform
00
2026-08-18
processplaceholder
T
node.py
Process
LLM
v1.6.0

export Text Summarizer

from "@marketplace"

unverified

// Summarizes large text content using an LLM. Automatically splits long documents into chunks and summarizes them hierarchically to produce a final summary.

 
00
2026-08-18
processplaceholder
S
node.py
Process
Communication
v1.0.0

export Social Post Preparer

from "@marketplace"

unverified

// 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.

#social#post#preview
00
2026-08-18