Install
openclaw skills install materials-workbenchMaterials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents).
openclaw skills install materials-workbenchUse this skill when the user wants to run the materials editor workbench: a local web app with a React client and Express server that renders JSON schemas to images (declare-render) and can generate or edit schemas using AI (materials-agents).
From the workbench root:
pnpm install
pnpm run install:all # install root, server, and client deps
pnpm run dev # start server + client (concurrently)
Set OPENAI_API_KEY for AI/generate features.
client/ — React frontend (Vite).server/ — Express backend (declare-render, materials-agents, canvas).Same as materials-cli: declare-render format with id, width, height, layers (text, image, container, shape, etc.).