$ browse --type node-templates
Node Templates
// Individual building blocks for your workspace workflows
export Slide Generator
from "@marketplace"
// Generates a single Reveal.js slide from text content and an instruction. Output is an HTML <section> element.
export Presentation Composer
from "@marketplace"
// Assembles Reveal.js slide sections into a complete presentation. Outputs a self-contained HTML file viewable in any browser.
export PPTX Converter
from "@marketplace"
// Converts a Reveal.js HTML presentation into a downloadable PowerPoint (.pptx) file.
export Infographic Renderer
from "@marketplace"
// Renders AntV Infographic DSL syntax into an image. Accepts the declarative DSL format (starting with 'infographic <template-name>') and produces a PNG or SVG output. Use this to render manually written or LLM-generated infographic syntax.
export Infographic Generator
from "@marketplace"
// Generates a professional infographic from text content. Uses an LLM to analyze the content, select the best visualization template, and produce AntV Infographic DSL. The DSL is then rendered into a PNG or SVG image. Supports 237 templates across charts, lists, comparisons, hierarchies, sequences, and relations.