Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @cai-zhuo Updated 6/28/2026 997 downloads 0 stars Security: Pass

Materials Workbench OpenClaw Plugin & Skill | ClawHub

Looking to integrate Materials Workbench into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Materials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents).

Install

ClawHub CLI
openclaw skills install @cai-zhuo/materials-workbench
Node.js (npx)
npx clawhub@latest install materials-workbench

Full SKILL.md

Open original
Metadata table.
nameversiondescription
materials-workbench1.0.0Materials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents).

SKILL.md content below is scrollable.

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)

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.).

ClawHub Registry URL: https://clawhub.ai/cai-zhuo/skills/materials-workbench

Related skills

If this matches your use case, these are close alternatives in the same category.