/install materials-workbench
Materials Workbench
Use 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).
What it is
- Client — React + Vite app for editing and previewing render schemas.
- Server — Express API that renders schemas to PNG/JPG and uses materials-agents (OpenAI) for schema generation or refinement.
When to use
- User wants to "run the workbench", "start the materials editor", or "open the schema editor UI".
- User needs a local dev environment for rendering schemas and AI-assisted schema creation.
Run
From the workbench root:
pnpm install
pnpm run install:all # install root, server, and client deps
pnpm run dev # start server + client (concurrently)
- Client usually: http://localhost:5173
- Server usually: http://localhost:3000 (or port in server config)
Set OPENAI_API_KEY for AI/generate features.
Project layout
client/— React frontend (Vite).server/— Express backend (declare-render, materials-agents, canvas).
Schema format
Same as materials-cli: declare-render format with id, width, height, layers (text, image, container, shape, etc.).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install materials-workbench - After installation, invoke the skill by name or use
/materials-workbench - Provide required inputs per the skill's parameter spec and get structured output
What is Materials Workbench?
Materials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents). It is an AI Agent Skill for Claude Code / OpenClaw, with 596 downloads so far.
How do I install Materials Workbench?
Run "/install materials-workbench" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Materials Workbench free?
Yes, Materials Workbench is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Materials Workbench support?
Materials Workbench is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Materials Workbench?
It is built and maintained by White (@cai-zhuo); the current version is v1.0.0.