$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
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 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.
export 3D Snapshot
from "@marketplace"
// Compose a view of a 3D model directly on the node card — orbit, zoom, field of view, environment and material settings — then capture it as an image at a configurable aspect ratio and resolution. The captured picture is exactly what the preview shows.
export Slide Generator
from "@marketplace"
// Generates a single presentation slide from text content and an instruction. Connect multiple Slide Generator outputs to a Presentation Composer to build a full presentation.
export Retopology
from "@marketplace"
// Retopologizes a 3D mesh: voxel remesh, QuadriFlow quad remesh, Geometry Nodes (bundled templates or a custom .blend), or a Remesh+Decimate pipeline.
export Retexture Mesh
from "@marketplace"
// Re-textures an existing 3D mesh (GLB) from a reference image, producing higher-fidelity PBR textures (up to 4K). Runs the TRELLIS.2 texturing pass on the input mesh.
export 3D Print Prep
from "@marketplace"
// Prepares a 3D model for printing: cleanup, watertight repair, gap sealing, optional remesh/hollowing/decimation. Outputs a printable STL (mm), a preview and a validation report.
export 3D Print Check
from "@marketplace"
// Analyzes a 3D model for printability without modifying it: watertightness, self-intersections, thin walls, overhangs, stability and size metrics. Outputs a scored report, a pass/fail verdict and a preview with problem areas highlighted.
export Ontology Traverse
from "@marketplace"
// Walk typed links out of, into, or both directions from an ontology object and return the connected sub-graph.
export Ontology Set Property
from "@marketplace"
// Patch (merge) the properties of an existing ontology object or link and return its id.