{
  "schemaVersion": "1.0",
  "item": {
    "slug": "materials-workbench",
    "name": "Materials Workbench",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/cai-zhuo/materials-workbench",
    "canonicalUrl": "https://clawhub.ai/cai-zhuo/materials-workbench",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/materials-workbench",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=materials-workbench",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "client/index.html",
      "client/package.json",
      "client/src/App.tsx",
      "client/src/api.ts"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "materials-workbench",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T08:20:33.051Z",
      "expiresAt": "2026-05-09T08:20:33.051Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=materials-workbench",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=materials-workbench",
        "contentDisposition": "attachment; filename=\"materials-workbench-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "materials-workbench"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/materials-workbench"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/materials-workbench",
    "agentPageUrl": "https://openagent3.xyz/skills/materials-workbench/agent",
    "manifestUrl": "https://openagent3.xyz/skills/materials-workbench/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/materials-workbench/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Materials Workbench",
        "body": "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)."
      },
      {
        "title": "What it is",
        "body": "Client — React + Vite app for editing and previewing render schemas.\nServer — Express API that renders schemas to PNG/JPG and uses materials-agents (OpenAI) for schema generation or refinement."
      },
      {
        "title": "When to use",
        "body": "User wants to \"run the workbench\", \"start the materials editor\", or \"open the schema editor UI\".\nUser needs a local dev environment for rendering schemas and AI-assisted schema creation."
      },
      {
        "title": "Run",
        "body": "From the workbench root:\n\npnpm install\npnpm run install:all   # install root, server, and client deps\npnpm run dev           # start server + client (concurrently)\n\nClient usually: http://localhost:5173\nServer usually: http://localhost:3000 (or port in server config)\n\nSet OPENAI_API_KEY for AI/generate features."
      },
      {
        "title": "Project layout",
        "body": "client/ — React frontend (Vite).\nserver/ — Express backend (declare-render, materials-agents, canvas)."
      },
      {
        "title": "Schema format",
        "body": "Same as materials-cli: declare-render format with id, width, height, layers (text, image, container, shape, etc.)."
      }
    ],
    "body": "Materials Workbench\n\nUse 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).\n\nWhat it is\nClient — React + Vite app for editing and previewing render schemas.\nServer — Express API that renders schemas to PNG/JPG and uses materials-agents (OpenAI) for schema generation or refinement.\nWhen to use\nUser wants to \"run the workbench\", \"start the materials editor\", or \"open the schema editor UI\".\nUser needs a local dev environment for rendering schemas and AI-assisted schema creation.\nRun\n\nFrom the workbench root:\n\npnpm install\npnpm run install:all   # install root, server, and client deps\npnpm run dev           # start server + client (concurrently)\n\nClient usually: http://localhost:5173\nServer usually: http://localhost:3000 (or port in server config)\n\nSet OPENAI_API_KEY for AI/generate features.\n\nProject layout\nclient/ — React frontend (Vite).\nserver/ — Express backend (declare-render, materials-agents, canvas).\nSchema format\n\nSame as materials-cli: declare-render format with id, width, height, layers (text, image, container, shape, etc.)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cai-zhuo/materials-workbench",
    "publisherUrl": "https://clawhub.ai/cai-zhuo/materials-workbench",
    "owner": "cai-zhuo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/materials-workbench",
    "downloadUrl": "https://openagent3.xyz/downloads/materials-workbench",
    "agentUrl": "https://openagent3.xyz/skills/materials-workbench/agent",
    "manifestUrl": "https://openagent3.xyz/skills/materials-workbench/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/materials-workbench/agent.md"
  }
}