{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alicloud-platform-docs-api-review",
    "name": "Alicloud Platform Docs Api Review",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/cinience/alicloud-platform-docs-api-review",
    "canonicalUrl": "https://clawhub.ai/cinience/alicloud-platform-docs-api-review",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alicloud-platform-docs-api-review",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-platform-docs-api-review",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/review-rubric.md",
      "scripts/review_product_docs_and_api.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. 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",
      "slug": "alicloud-platform-docs-api-review",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:31:00.177Z",
      "expiresAt": "2026-05-06T03:31:00.177Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-platform-docs-api-review",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-platform-docs-api-review",
        "contentDisposition": "attachment; filename=\"alicloud-platform-docs-api-review-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "alicloud-platform-docs-api-review"
      },
      "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/alicloud-platform-docs-api-review"
    },
    "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/alicloud-platform-docs-api-review",
    "agentPageUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/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": "Alibaba Cloud Product Docs + API Docs Reviewer",
        "body": "Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review."
      },
      {
        "title": "What this skill does",
        "body": "Resolve product from latest OpenAPI metadata.\nFetch latest API docs for default version.\nDiscover product/help-doc links from official product page.\nProduce a structured review report with:\n\nscore\nevidence\nprioritized suggestions (P0/P1/P2)"
      },
      {
        "title": "Workflow",
        "body": "Run the bundled script:\n\npython skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product \"<product name or product code>\"\n\nExample:\n\npython skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product \"ECS\""
      },
      {
        "title": "Output policy",
        "body": "All generated artifacts must be written under:\n\noutput/alicloud-platform-docs-api-review/\n\nFor each run, the script creates:\n\nreview_evidence.json\nreview_report.md"
      },
      {
        "title": "Reporting guidance",
        "body": "When answering the user:\n\nState resolved product + version first.\nSummarize the score and the top 3 issues.\nList P0/P1/P2 recommendations with concrete actions.\nProvide source links used in the report."
      },
      {
        "title": "Validation",
        "body": "mkdir -p output/alicloud-platform-docs-api-review\nfor f in skills/platform/docs/alicloud-platform-docs-api-review/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-platform-docs-api-review/validate.txt\n\nPass criteria: command exits 0 and output/alicloud-platform-docs-api-review/validate.txt is generated."
      },
      {
        "title": "Output And Evidence",
        "body": "Save artifacts, command outputs, and API response summaries under output/alicloud-platform-docs-api-review/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility."
      },
      {
        "title": "Prerequisites",
        "body": "Configure least-privilege Alibaba Cloud credentials before execution.\nPrefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.\nIf region is unclear, ask the user before running mutating operations."
      },
      {
        "title": "References",
        "body": "Review rubric: references/review-rubric.md"
      }
    ],
    "body": "Alibaba Cloud Product Docs + API Docs Reviewer\n\nUse this skill when the user gives a product name and asks for an end-to-end documentation/API quality review.\n\nWhat this skill does\nResolve product from latest OpenAPI metadata.\nFetch latest API docs for default version.\nDiscover product/help-doc links from official product page.\nProduce a structured review report with:\nscore\nevidence\nprioritized suggestions (P0/P1/P2)\nWorkflow\n\nRun the bundled script:\n\npython skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product \"<product name or product code>\"\n\n\nExample:\n\npython skills/platform/docs/alicloud-platform-docs-api-review/scripts/review_product_docs_and_api.py --product \"ECS\"\n\nOutput policy\n\nAll generated artifacts must be written under:\n\noutput/alicloud-platform-docs-api-review/\n\nFor each run, the script creates:\n\nreview_evidence.json\nreview_report.md\nReporting guidance\n\nWhen answering the user:\n\nState resolved product + version first.\nSummarize the score and the top 3 issues.\nList P0/P1/P2 recommendations with concrete actions.\nProvide source links used in the report.\nValidation\nmkdir -p output/alicloud-platform-docs-api-review\nfor f in skills/platform/docs/alicloud-platform-docs-api-review/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-platform-docs-api-review/validate.txt\n\n\nPass criteria: command exits 0 and output/alicloud-platform-docs-api-review/validate.txt is generated.\n\nOutput And Evidence\nSave artifacts, command outputs, and API response summaries under output/alicloud-platform-docs-api-review/.\nInclude key parameters (region/resource id/time range) in evidence files for reproducibility.\nPrerequisites\nConfigure least-privilege Alibaba Cloud credentials before execution.\nPrefer environment variables: ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, optional ALICLOUD_REGION_ID.\nIf region is unclear, ask the user before running mutating operations.\nReferences\nReview rubric: references/review-rubric.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cinience/alicloud-platform-docs-api-review",
    "publisherUrl": "https://clawhub.ai/cinience/alicloud-platform-docs-api-review",
    "owner": "cinience",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review",
    "downloadUrl": "https://openagent3.xyz/downloads/alicloud-platform-docs-api-review",
    "agentUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-platform-docs-api-review/agent.md"
  }
}