{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdbot-meshyai-skill",
    "name": "Meshy AI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sabatesduran/clawdbot-meshyai-skill",
    "canonicalUrl": "https://clawhub.ai/sabatesduran/clawdbot-meshyai-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdbot-meshyai-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdbot-meshyai-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api-notes.md",
      "scripts/image_to_3d_obj.py",
      "scripts/meshy_client.py",
      "scripts/text_to_image.py"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdbot-meshyai-skill"
    },
    "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/clawdbot-meshyai-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/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": "Meshy.ai",
        "body": "Generate Meshy assets via API and save outputs locally."
      },
      {
        "title": "Setup",
        "body": "Add env var: MESHY_API_KEY=msy-...\nOptional: MESHY_BASE_URL (defaults to https://api.meshy.ai)"
      },
      {
        "title": "Text → 2D (Text to Image)",
        "body": "Use scripts/text_to_image.py.\n\npython3 skills/public/meshy-ai/scripts/text_to_image.py \\\n  --prompt \"a cute robot mascot, flat vector style\" \\\n  --out-dir ./meshy-out\n\nDownloads one or more images (if multi-view) into ./meshy-out/text-to-image_<taskId>_<slug>/."
      },
      {
        "title": "Image → 3D (always save OBJ)",
        "body": "Use scripts/image_to_3d_obj.py."
      },
      {
        "title": "Local image",
        "body": "python3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \\\n  --image ./input.png \\\n  --out-dir ./meshy-out"
      },
      {
        "title": "Public URL",
        "body": "python3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \\\n  --image-url \"https://.../input.png\" \\\n  --out-dir ./meshy-out\n\nAlways downloads model.obj (and model.mtl if provided by Meshy) into ./meshy-out/image-to-3d_<taskId>_<slug>/."
      },
      {
        "title": "Notes",
        "body": "Meshy tasks are async: create → poll until status=SUCCEEDED → download URLs.\nAPI reference for this skill: references/api-notes.md."
      }
    ],
    "body": "Meshy.ai\n\nGenerate Meshy assets via API and save outputs locally.\n\nSetup\nAdd env var: MESHY_API_KEY=msy-...\nOptional: MESHY_BASE_URL (defaults to https://api.meshy.ai)\nText → 2D (Text to Image)\n\nUse scripts/text_to_image.py.\n\npython3 skills/public/meshy-ai/scripts/text_to_image.py \\\n  --prompt \"a cute robot mascot, flat vector style\" \\\n  --out-dir ./meshy-out\n\nDownloads one or more images (if multi-view) into ./meshy-out/text-to-image_<taskId>_<slug>/.\nImage → 3D (always save OBJ)\n\nUse scripts/image_to_3d_obj.py.\n\nLocal image\npython3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \\\n  --image ./input.png \\\n  --out-dir ./meshy-out\n\nPublic URL\npython3 skills/public/meshy-ai/scripts/image_to_3d_obj.py \\\n  --image-url \"https://.../input.png\" \\\n  --out-dir ./meshy-out\n\nAlways downloads model.obj (and model.mtl if provided by Meshy) into ./meshy-out/image-to-3d_<taskId>_<slug>/.\nNotes\nMeshy tasks are async: create → poll until status=SUCCEEDED → download URLs.\nAPI reference for this skill: references/api-notes.md."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sabatesduran/clawdbot-meshyai-skill",
    "publisherUrl": "https://clawhub.ai/sabatesduran/clawdbot-meshyai-skill",
    "owner": "sabatesduran",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdbot-meshyai-skill",
    "agentUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdbot-meshyai-skill/agent.md"
  }
}