$ whois @marketplace
Emblema Official
// Personal publisher for Emblema Official
$ ls workspace-templates/ (8)
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 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.
export Brainstorm to Design Spec
from "@marketplace"
// Interactively turn an idea into a reviewed design spec the way a thoughtful collaborator would - ask clarifying questions one at a time, assess scope (and decompose if it is too big for one spec), explore 2-3 approaches and let you choose, draft the design and revise it with you, then self-review the spec for placeholders, contradictions, scope creep, and ambiguity before you take it into implementation planning. Gated and conversational, not a one-shot generator.
export Brand Voice
from "@marketplace"
// Derive a source-grounded writing-style profile from a person's real posts, essays, docs, and site copy - choosing whichever sources they have - then draft on-voice content for any brief and channel without generic AI tropes.
export Template Create Avatar
from "@marketplace"
// A template used to create Virtual Avatars
export Template Create Scene
from "@marketplace"
// A template to showcase the creation of a Scene or Setting to be referenced further in other workspaces
export Swap Avatar Clothes
from "@marketplace"
// Swap existing avatar clothes with new clothes from reference images
export Template Create Clothes
from "@marketplace"
// A Template used to Generate Reusable Clothing for Avatars
$ ls node-templates/ (102)
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 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.
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 save-file
from "@marketplace"
// Save a workspace file or text into a Drive folder
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 Preview
from "@marketplace"
// Preview any node's output. Connect an output to the value input and run: the node shows the value inside itself (expandable to a full-content dialog) and echoes it unchanged to its own value output so you can keep chaining. Accepts any type; non-text values are rendered as formatted JSON.
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.
export Ontology Search
from "@marketplace"
// Search the organization ontology (knowledge graph) for matching objects plus a match count. Supports entity mode (search by NAME), schema mode (search by RELATIONSHIP/THEME via matching types), and hybrid.
export Ontology From Documents
from "@marketplace"
// Bridge documents onto the knowledge graph: given document ids (e.g. semantic chunk hits), return the ontology objects appearing in them, ranked by appearance frequency and connectivity, optionally with the links among them. Wire from KB Semantic Search's documentIds output.
export Ontology Entity 360
from "@marketplace"
// Fetches the full 360 profile of one ontology entity - its links grouped by type WITH counts (e.g. 'employed_by (incoming): 18'), plus appearance counts - and emits a synthesizer-ready text summary. Wire objectId from Merge Ranked Lists' topId so the top fused entity's relationship profile reaches the answer. This is the node that answers COUNT and relationship questions from the graph.
export Ontology Delete
from "@marketplace"
// Soft-delete (recoverable server-side) an ontology object or link. Returns its id and the delete timestamp.
export Ontology Create Object
from "@marketplace"
// Create (or idempotently upsert by identity key) an object in the organization ontology and return its id for chaining into Ontology Create Link.
export Ontology Create Link
from "@marketplace"
// Link two ontology objects with a typed edge. Returns the link id and whether the server refused to downgrade an existing higher-confidence link.
export Ontology Aggregate
from "@marketplace"
// Count ontology objects, grouped by object type. Returns EXACT totals over everything the caller may see — a real census, not a sample or a ranked page. Leave every input empty for a whole-graph breakdown, or set a type for a single count.
export Odoo RPC
from "@marketplace"
// Call an Odoo 19 model method (search_read, read, search, search_count, create, write, unlink, or a custom method) via the Odoo JSON-2 API. Uses the Odoo connection from account settings, or ODOO_URL / ODOO_API_KEY (and optional ODOO_DATABASE) as workspace secrets.
export Merge Ranked Lists
from "@marketplace"
// Fuse two ranked lists of records into one with Reciprocal Rank Fusion (RRF): items surfacing in both lists rank highest. Generic and pure (no network) — wire e.g. Ontology Search's results into listA and Ontology From Documents' entities into listB.
export List Artifacts
from "@marketplace"
// List all Artifact ids on a Drive item (a Drive item can have many artifacts). Feed each id into Get Artifact to read its content.
export Knowledge Synthesizer
from "@marketplace"
// Synthesizes an answer from multiple document chunks using an LLM. Connect one or more Document Chunk nodes to the context port.
export KB Semantic Search
from "@marketplace"
// Semantic (vector) search over the knowledge base's document chunks. Returns the ranked chunks, synthesizer-ready chunk texts, and the deduped document ids. Wire chunkTexts into Knowledge Synthesizer's context and documentIds into Ontology From Documents.
export Get Artifact
from "@marketplace"
// Read an existing Artifact's content and metadata from Drive by its id.
export Fetch URL as Markdown
from "@marketplace"
// Fetch a batch of public URLs (1-50) and return per-URL Markdown ready for LLM consumption. Scrapes HTML and converts to Markdown via crawl4ai + Playwright + Chromium. Wire directly from `Web Search` — the urls input accepts the ranked URL array as-is. Returns parallel arrays (markdown, title, error) plus success_count and failed_count. On success each markdown item is prefixed with a Source/title header. Failure is encoded by empty markdown. Pairs with: `Web Search`.
export Drive Video Reader
from "@marketplace"
// Reads a video file from Drive and outputs it as a Video file.
export Drive Image Reader
from "@marketplace"
// Reads an image from Drive and outputs it as an Image file.
export Drive Folder Reader
from "@marketplace"
// Reads all documents from a Drive folder recursively. Returns document references that can be passed to a Drive Document Reader.
export Drive Document Reader
from "@marketplace"
// Reads one or more documents from Drive and returns their text content. Multiple documents are merged into a single output.
export Drive Audio Reader
from "@marketplace"
// Reads an audio file from Drive and outputs it as an Audio file.
export Drive 3D Model Loader
from "@marketplace"
// Reads a 3D file from Drive (GLB, glTF, OBJ, STL, FBX, PLY, USDZ or .blend) and outputs it as a File for 3D nodes like Retopology.
export Create Artifact
from "@marketplace"
// Generate a knowledge-base-grounded Artifact (document) from a Drive folder using a generation template, then wait for generation to finish and output the content.
export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node inputs and outputs. Configure via the wizard to select which inputs to forward and which outputs to expose.
export Video Upscale
from "@marketplace"
// Upscales, denoises, or deblurs a video. Upscale uses Topaz Starlight Precise 2.5 (latent diffusion) by default; denoise/deblur use Theia. Supports up to 4x upscaling.
export Video Normalize
from "@marketplace"
// Normalizes a video to a target resolution, frame rate, and codec. Resize modes include crop (fill frame) and pad (letterbox).
export Video Shot Detect (Neural)
from "@marketplace"
// Detects shot boundaries in video using neural network analysis. Fast and accurate shot detection for professional video editing workflows.
export Text to Video
from "@marketplace"
// Generates a video from a text prompt using the LTX 2.3 22B diffusion transformer. Text-to-video (t2v) only — no input image required.
export Video Scene Detect
from "@marketplace"
// Detects scene and shot boundaries in video. Supports detection of hard cuts and gradual transitions. Returns timecodes, durations, and keyframe timestamps.
export Video Retake
from "@marketplace"
// Regenerates a [start, end] time window of a video from a text prompt, preserving everything outside the window. Audio in the window is regenerated in sync (LTX 2.5).
export Motion Transfer
from "@marketplace"
// Makes the character from an image perform the motion of a reference video (LTX 2.5 motion cloning). Best results when the character's pose and framing match the reference's first frame.
export Video Color Match
from "@marketplace"
// Matches the color grading of a video to a reference image. Extracts the color profile from the reference and applies it to the video. Strength parameter controls transfer intensity.
export Video Lip Sync
from "@marketplace"
// Synchronizes lip movements in a video to match a provided audio track. Lip Expression controls how pronounced the mouth motion is (LatentSync guidance scale). Handles audio/video length mismatches with loop modes and configurable silent padding. Cloud/hybrid: fal-ai/sync-lipsync/v3 (seed, silent_padding, lip expression and inference steps silently ignored). Local: LatentSync 1.6.
export Video Frame Interpolation
from "@marketplace"
// Generates intermediate frames between existing frames. Output mode controls timing: 'smooth' increases frame rate at the same duration; 'slowmo' keeps the original frame rate and stretches the duration.
export Image to Video
from "@marketplace"
// Animates a first-frame image into a video guided by a text prompt. Optionally accepts an end frame, an audio track, and a motion reference video (support depends on the active video backend).
export Video Dub
from "@marketplace"
// Re-dubs a talking video: generates new speech from the prompt in the source speaker's voice, with lips re-rendered to match (LTX 2.5). Duration follows the source video.
export Portrait Animation
from "@marketplace"
// Generates a video by animating a portrait image driven by an audio clip. Supports configurable output resolution and reproducible seeds. Cloud/hybrid: VEED Fabric 1.0 (480p/720p, audio-driven duration). Local: Sonic.
export Video Join
from "@marketplace"
// Joins multiple videos into a single video. Normalizes all inputs to a common resolution, framerate, and codec. Optionally connect a Make Array to the Video Order port to control concatenation order.
export Video Overlay
from "@marketplace"
// Overlays a video onto another video with positioning, scaling, optional cropping, and optional green-screen removal.
export Video Image Overlay
from "@marketplace"
// Overlays a static image onto a video at a specified position and size.
export Text Merge
from "@marketplace"
// Merges two text inputs into a single output. Supports configurable separators, templates, and formatting options.
export Text to Speech
from "@marketplace"
// Converts text to speech with support for 23 languages and optional voice cloning. Produces natural, expressive speech from text input.
export Voice Conversion
from "@marketplace"
// Converts speech from one voice to another. Provide a source audio clip and a target voice reference to produce the same speech in the target voice.
export RAG Agent
from "@marketplace"
// Runs a RAG agent that retrieves and analyzes data from Drive. Select a folder or file as context, provide a prompt, and the agent will search the knowledge base to answer your question.
export Text
from "@marketplace"
// A constant text value. Provides a multi-line editor that outputs the text unchanged.
export String
from "@marketplace"
// A constant string value. Outputs a single-line string unchanged.
export Number
from "@marketplace"
// A constant numeric value. Outputs a number unchanged.
export JSON Object
from "@marketplace"
// A constant JSON object. Provides a JSON editor that outputs the object unchanged.
export Folder
from "@marketplace"
// Selects a folder from Drive. Outputs the folder reference for use by downstream nodes.
export File
from "@marketplace"
// Selects a file from Drive. Outputs the file reference for use by downstream nodes.
export Boolean
from "@marketplace"
// A constant boolean value. Outputs true or false to downstream nodes.
export Public Share
from "@marketplace"
// Publishes content or files to a public URL. Supports HTML, plain text, and file downloads. Optionally protects with a PIN. Re-running the node refreshes the content without changing the link.
export Presentation Composer
from "@marketplace"
// Assembles slide sections into a complete presentation. Outputs a self-contained HTML file viewable in any browser.
export PPTX Converter
from "@marketplace"
// Converts an HTML presentation into a downloadable PowerPoint (.pptx) file. Connect to a Presentation Composer output.
export Music Creation
from "@marketplace"
// Generates a music track from a style description and lyrics. Supports configurable BPM, musical key, time signature, duration, and multiple languages.
export Music Creation Legacy
from "@marketplace"
// [Legacy — use Music Creation instead.] Generates a music track from a style description and lyrics. Supports configurable BPM, musical key, time signature, and duration. Outputs an MP3 audio file.
export 3D Model Creation
from "@marketplace"
// Generates a 3D model (GLB) from a single image. Creates textured mesh with configurable polygon count and texture resolution.
export 3D Model Creation Legacy
from "@marketplace"
// [Legacy — use 3D Model Creation instead.] Generates a 3D model (GLB) from a single image. Creates textured mesh with configurable polygon count and texture resolution.
export Make Array
from "@marketplace"
// Collects multiple inputs into an ordered array. Add items dynamically and drag to reorder. Carries files through when item ports receive image/video/audio outputs.
export Macro
from "@marketplace"
// A composite node that encapsulates a workspace as a reusable building block. Configure inputs and outputs via the wizard.
export Lark Update Task
from "@marketplace"
// Updates an existing Lark task. Can modify title, description, due/start dates, and mark tasks as complete. Only provided fields are updated.
export Lark Get Tasklist
from "@marketplace"
// Fetches a single Lark tasklist (board) by its ID. Returns the tasklist name, owner, and members. Re-execute to refresh.
export Lark Get Task
from "@marketplace"
// Fetches a single Lark task by its ID. Returns the task summary, status, due date, and members. Re-execute to refresh.
export Lark Get Member
from "@marketplace"
// Fetches details of a single Lark user by their ID. Returns name, email, avatar, and department. Use to enrich task data with member information.
export Lark List Tasks
from "@marketplace"
// Lists tasks from a Lark tasklist (board). Supports filtering by completion status and pagination. Connect a Lark List Tasklists node to discover available boards.
export Lark List Tasklists
from "@marketplace"
// Lists all tasklists (boards) accessible in Lark Suite. Returns names, owners, and member counts. Connect the tasklist ID output to a Lark List Tasks node to retrieve tasks.
export Lark List Members
from "@marketplace"
// Lists organization members from Lark Suite. Use to discover members for task assignment. Supports filtering by department and pagination.
export Lark Create Task
from "@marketplace"
// Creates a new task in Lark Suite. Supports title, description, due/start dates, member assignment, and tasklist placement.
export JSON Break
from "@marketplace"
// Decomposes a JSON object or array into individual output ports. Configure via the wizard to select which properties or items to expose.
export Infographic Renderer
from "@marketplace"
// Renders infographic syntax into a PNG or SVG image. Accepts the infographic markup format and produces a rendered output. Use to render manually written or LLM-generated infographic definitions.
export Infographic Generator
from "@marketplace"
// Generates a professional infographic from text content. Uses an LLM to analyze the content and select the best visualization layout. Outputs a PNG or SVG image. Supports 237 templates across charts, lists, comparisons, hierarchies, sequences, and relations.
export Object Detection
from "@marketplace"
// Detects objects in images and video. Returns bounding boxes, class labels, and confidence scores across 80 object categories.
export Image Analysis
from "@marketplace"
// Analyzes images using computer vision. Generates detailed captions, text extraction (OCR), and object detection with bounding boxes.
export Image Upscale
from "@marketplace"
// Upscales an image to higher resolution. Supports configurable scale factor.
export Typographic Image
from "@marketplace"
// Generates images where readable text and layout matter — posters, covers, multi-panel illustrations, infographics. Handles English and Chinese. Specialized alternative to Image Creation.
export Image Remove Background
from "@marketplace"
// Removes the background from an image. Outputs a transparent PNG.
export Text Recognition (OCR)
from "@marketplace"
// Detects and recognizes text in images and video. Returns text regions, recognized text, and confidence scores. Supports multiple languages.
export Pose Estimation
from "@marketplace"
// Detects human body poses in images and video. Identifies body landmarks, shot types, and camera angles. Supports multi-person detection with configurable thresholds.
export Image Edit
from "@marketplace"
// Edits images using up to 10 reference images and a text prompt. Supports configurable aspect ratio, megapixel output, and reproducible seeds.
export Image Creation
from "@marketplace"
// Generates an image from a text prompt. Supports configurable aspect ratio, megapixel resolution, and reproducible seeds.
export HTTP Request
from "@marketplace"
// Makes HTTP requests to external APIs. Supports various methods, headers, authentication, and response parsing. Use to integrate external services and fetch data.
export Document Chunk
from "@marketplace"
// Fetches a document chunk by its ID. Returns the chunk text and source document reference for use with Knowledge Synthesizer nodes.
export Custom Code
from "@marketplace"
// A programmable node with custom Python code. Use when no existing template fits your needs. The AI assistant will generate appropriate code, inputs, and outputs based on your instructions.
export Test File Processor
from "@marketplace"
// Accepts file inputs, processes them, and produces file outputs. Tests the full file pipeline.
export Video Creation Legacy
from "@marketplace"
// Creates videos from images. Supports two modes: (1) Image to Video — generates a video from a starting image guided by a text prompt, (2) Audio-Driven Animation — animates a starting image driven by an audio track. Outputs a video file.
export Video Creation Wan 2.2
from "@marketplace"
// Generates a video from a starting image using the WAN 2.2 I2V 14B model via a native GPU service. Optionally guided by a text prompt. Outputs an MP4 video file.
export Test File Generator
from "@marketplace"
// Generates test files of various types (image, audio, video) for testing the file handling pipeline.
export Video Upscale (Real-ESRGAN TRT)
from "@marketplace"
// Upscale a video with Real-ESRGAN accelerated by TensorRT. Pick a variant (x2, x4, anime 6B, 4x-Ultrasharp). First run per variant builds an engine (~5–10 min); subsequent runs are instant.