{
  "schemaVersion": "1.0",
  "item": {
    "slug": "alicloud-platform-openapi-product-api-discovery",
    "name": "Alicloud Platform Openapi Product Api Discovery",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/cinience/alicloud-platform-openapi-product-api-discovery",
    "canonicalUrl": "https://clawhub.ai/cinience/alicloud-platform-openapi-product-api-discovery",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/alicloud-platform-openapi-product-api-discovery",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=alicloud-platform-openapi-product-api-discovery",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/openapi-meta.md",
      "references/product-sources.md",
      "scripts/analyze_products_vs_skills.py",
      "scripts/apis_from_openapi_meta.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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/alicloud-platform-openapi-product-api-discovery"
    },
    "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-openapi-product-api-discovery",
    "agentPageUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/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 + API Discovery",
        "body": "Follow this workflow to collect products, resolve API metadata, and build summaries for skill planning."
      },
      {
        "title": "Workflow",
        "body": "Fetch product lists from the three sources\n\nTicket System (ListProducts)\nSupport & Service (ListProductByGroup)\nBSS OpenAPI (QueryProductList)\n\nRun the bundled scripts (from this skill folder):\n\npython scripts/products_from_ticket_system.py\npython scripts/products_from_support_service.py\npython scripts/products_from_bssopenapi.py\n\nProvide required env vars in each script (see references).\n\nMerge product lists\n\npython scripts/merge_product_sources.py\n\nThis writes output/product-scan/merged_products.json and .md.\n\nFetch OpenAPI metadata product list\n\npython scripts/products_from_openapi_meta.py\n\nThis writes output/product-scan/openapi-meta/products.json and products_normalized.json.\n\nFetch OpenAPI API docs per product/version\n\npython scripts/apis_from_openapi_meta.py\n\nBy default this can be large. Use filters for dry runs:\n\nOPENAPI_META_MAX_PRODUCTS=10\nOPENAPI_META_PRODUCTS=Ecs,Ons\nOPENAPI_META_VERSIONS=2014-05-26\n\nJoin products with API counts\n\npython scripts/join_products_with_api_meta.py\n\nSummarize products by category/group\n\npython scripts/summarize_openapi_meta_products.py\n\n(Optional) Compare products vs existing skills\n\npython scripts/analyze_products_vs_skills.py"
      },
      {
        "title": "Output discipline",
        "body": "All generated files must go under output/. Do not place temporary files elsewhere."
      },
      {
        "title": "Validation",
        "body": "mkdir -p output/alicloud-platform-openapi-product-api-discovery\nfor f in skills/platform/openapi/alicloud-platform-openapi-product-api-discovery/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-platform-openapi-product-api-discovery/validate.txt\n\nPass criteria: command exits 0 and output/alicloud-platform-openapi-product-api-discovery/validate.txt is generated."
      },
      {
        "title": "Output And Evidence",
        "body": "Save artifacts, command outputs, and API response summaries under output/alicloud-platform-openapi-product-api-discovery/.\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": "Product source APIs: see references/product-sources.md\nOpenAPI meta endpoints: see references/openapi-meta.md"
      }
    ],
    "body": "Alibaba Cloud Product + API Discovery\n\nFollow this workflow to collect products, resolve API metadata, and build summaries for skill planning.\n\nWorkflow\nFetch product lists from the three sources\nTicket System (ListProducts)\nSupport & Service (ListProductByGroup)\nBSS OpenAPI (QueryProductList)\n\nRun the bundled scripts (from this skill folder):\n\npython scripts/products_from_ticket_system.py\npython scripts/products_from_support_service.py\npython scripts/products_from_bssopenapi.py\n\n\nProvide required env vars in each script (see references).\n\nMerge product lists\npython scripts/merge_product_sources.py\n\n\nThis writes output/product-scan/merged_products.json and .md.\n\nFetch OpenAPI metadata product list\npython scripts/products_from_openapi_meta.py\n\n\nThis writes output/product-scan/openapi-meta/products.json and products_normalized.json.\n\nFetch OpenAPI API docs per product/version\npython scripts/apis_from_openapi_meta.py\n\n\nBy default this can be large. Use filters for dry runs:\n\nOPENAPI_META_MAX_PRODUCTS=10\nOPENAPI_META_PRODUCTS=Ecs,Ons\nOPENAPI_META_VERSIONS=2014-05-26\nJoin products with API counts\npython scripts/join_products_with_api_meta.py\n\nSummarize products by category/group\npython scripts/summarize_openapi_meta_products.py\n\n(Optional) Compare products vs existing skills\npython scripts/analyze_products_vs_skills.py\n\nOutput discipline\n\nAll generated files must go under output/. Do not place temporary files elsewhere.\n\nValidation\nmkdir -p output/alicloud-platform-openapi-product-api-discovery\nfor f in skills/platform/openapi/alicloud-platform-openapi-product-api-discovery/scripts/*.py; do\n  python3 -m py_compile \"$f\"\ndone\necho \"py_compile_ok\" > output/alicloud-platform-openapi-product-api-discovery/validate.txt\n\n\nPass criteria: command exits 0 and output/alicloud-platform-openapi-product-api-discovery/validate.txt is generated.\n\nOutput And Evidence\nSave artifacts, command outputs, and API response summaries under output/alicloud-platform-openapi-product-api-discovery/.\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\nProduct source APIs: see references/product-sources.md\nOpenAPI meta endpoints: see references/openapi-meta.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/cinience/alicloud-platform-openapi-product-api-discovery",
    "publisherUrl": "https://clawhub.ai/cinience/alicloud-platform-openapi-product-api-discovery",
    "owner": "cinience",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery",
    "downloadUrl": "https://openagent3.xyz/downloads/alicloud-platform-openapi-product-api-discovery",
    "agentUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/agent",
    "manifestUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/alicloud-platform-openapi-product-api-discovery/agent.md"
  }
}