{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zentao",
    "name": "zentao",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/leeguooooo/zentao",
    "canonicalUrl": "https://clawhub.ai/leeguooooo/zentao",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/zentao",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zentao",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/zentao"
    },
    "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/zentao",
    "agentPageUrl": "https://openagent3.xyz/skills/zentao/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zentao/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zentao/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to use this skill",
        "body": "Use this skill when the user asks to:\n\nlogin to ZenTao via the CLI\nlist products\nlist bugs for a product\nview bug details\nlist the user's own bugs"
      },
      {
        "title": "Installation (recommended)",
        "body": "To install globally with pnpm:\n\npnpm i -g @leeguoo/zentao-mcp\n\nIf pnpm is not installed:\n\nnpm i -g pnpm\npnpm i -g @leeguoo/zentao-mcp"
      },
      {
        "title": "Login workflow",
        "body": "Run login once:\n\nzentao login \\\n  --zentao-url=\"https://zentao.example.com/zentao\" \\\n  --zentao-account=\"leo\" \\\n  --zentao-password=\"***\"\n\nThis writes credentials to:\n\n~/.config/zentao/config.toml (or $XDG_CONFIG_HOME/zentao/config.toml)\n\nVerify:\n\nzentao whoami\n\nIMPORTANT: --zentao-url usually must include /zentao.\nIf login returns HTML 404, the base path is likely missing /zentao."
      },
      {
        "title": "Commands",
        "body": "List products (simple by default):\n\nzentao products list\n\nList bugs for a product:\n\nzentao bugs list --product 6\n\nGet bug details:\n\nzentao bug get --id 1329\n\nList my bugs (include details):\n\nzentao bugs mine --status active --include-details\n\nFull JSON output:\n\nzentao products list --json\nzentao bugs list --product 6 --json\nzentao bug get --id 1329 --json\nzentao bugs mine --include-details --json"
      }
    ],
    "body": "zentao (ZenTao CLI)\nWhen to use this skill\n\nUse this skill when the user asks to:\n\nlogin to ZenTao via the CLI\nlist products\nlist bugs for a product\nview bug details\nlist the user's own bugs\nInstallation (recommended)\n\nTo install globally with pnpm:\n\npnpm i -g @leeguoo/zentao-mcp\n\n\nIf pnpm is not installed:\n\nnpm i -g pnpm\npnpm i -g @leeguoo/zentao-mcp\n\nLogin workflow\nRun login once:\nzentao login \\\n  --zentao-url=\"https://zentao.example.com/zentao\" \\\n  --zentao-account=\"leo\" \\\n  --zentao-password=\"***\"\n\nThis writes credentials to:\n~/.config/zentao/config.toml (or $XDG_CONFIG_HOME/zentao/config.toml)\nVerify:\nzentao whoami\n\n\nIMPORTANT: --zentao-url usually must include /zentao. If login returns HTML 404, the base path is likely missing /zentao.\n\nCommands\n\nList products (simple by default):\n\nzentao products list\n\n\nList bugs for a product:\n\nzentao bugs list --product 6\n\n\nGet bug details:\n\nzentao bug get --id 1329\n\n\nList my bugs (include details):\n\nzentao bugs mine --status active --include-details\n\n\nFull JSON output:\n\nzentao products list --json\nzentao bugs list --product 6 --json\nzentao bug get --id 1329 --json\nzentao bugs mine --include-details --json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/leeguooooo/zentao",
    "publisherUrl": "https://clawhub.ai/leeguooooo/zentao",
    "owner": "leeguooooo",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zentao",
    "downloadUrl": "https://openagent3.xyz/downloads/zentao",
    "agentUrl": "https://openagent3.xyz/skills/zentao/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zentao/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zentao/agent.md"
  }
}