Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Materials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents).
Materials editor workbench — React UI and Express server to render JSON schemas to images and generate schemas with AI (declare-render + materials-agents).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
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).
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.
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.
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.
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.).
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.