{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ub2-api-health-checker",
    "name": "API Health Checker",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/underbench2-gif/ub2-api-health-checker",
    "canonicalUrl": "https://clawhub.ai/underbench2-gif/ub2-api-health-checker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ub2-api-health-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ub2-api-health-checker",
    "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-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/ub2-api-health-checker"
    },
    "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/ub2-api-health-checker",
    "agentPageUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/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": "API Health Checker",
        "body": "A skill that enables Claw to test API endpoints, verify their responses, measure performance, and generate a health report."
      },
      {
        "title": "What This Skill Does",
        "body": "This skill provides a systematic API testing and monitoring workflow:\n\nEndpoint Testing — Send HTTP requests (GET, POST, PUT, DELETE) to specified API endpoints\nResponse Validation — Check status codes, response times, and response body structure against expected values\nAuthentication Support — Handle API keys, Bearer tokens, and basic auth headers\nPerformance Measurement — Record response times and flag slow endpoints\nHealth Report — Generate a comprehensive report summarizing the status of all tested endpoints"
      },
      {
        "title": "How to Use",
        "body": "Provide API endpoints and Claw will test them:\n\n\"Check if https://api.example.com/v1/status is responding correctly\"\n\"Test all endpoints in this API and report which ones are failing\"\n\"Monitor these 5 endpoints and tell me their average response times\"\n\"Verify that the /users endpoint returns a JSON array with the expected fields\""
      },
      {
        "title": "Configuration",
        "body": "You can specify:\n\nEndpoints — A list of URLs to test\nExpected status codes — What HTTP status each endpoint should return (default: 200)\nTimeout — Maximum wait time per request (default: 10 seconds)\nHeaders — Custom headers including authentication tokens\nRequest body — For POST/PUT requests"
      },
      {
        "title": "Output",
        "body": "The health report includes:\n\nStatus Summary — Total endpoints tested, passed, failed, and timed out\nPer-Endpoint Details — URL, method, status code, response time, and pass/fail result\nPerformance Metrics — Average, min, max, and p95 response times\nRecommendations — Suggestions for endpoints that are slow or returning errors"
      }
    ],
    "body": "API Health Checker\n\nA skill that enables Claw to test API endpoints, verify their responses, measure performance, and generate a health report.\n\nWhat This Skill Does\n\nThis skill provides a systematic API testing and monitoring workflow:\n\nEndpoint Testing — Send HTTP requests (GET, POST, PUT, DELETE) to specified API endpoints\nResponse Validation — Check status codes, response times, and response body structure against expected values\nAuthentication Support — Handle API keys, Bearer tokens, and basic auth headers\nPerformance Measurement — Record response times and flag slow endpoints\nHealth Report — Generate a comprehensive report summarizing the status of all tested endpoints\nHow to Use\n\nProvide API endpoints and Claw will test them:\n\n\"Check if https://api.example.com/v1/status is responding correctly\"\n\"Test all endpoints in this API and report which ones are failing\"\n\"Monitor these 5 endpoints and tell me their average response times\"\n\"Verify that the /users endpoint returns a JSON array with the expected fields\"\nConfiguration\n\nYou can specify:\n\nEndpoints — A list of URLs to test\nExpected status codes — What HTTP status each endpoint should return (default: 200)\nTimeout — Maximum wait time per request (default: 10 seconds)\nHeaders — Custom headers including authentication tokens\nRequest body — For POST/PUT requests\nOutput\n\nThe health report includes:\n\nStatus Summary — Total endpoints tested, passed, failed, and timed out\nPer-Endpoint Details — URL, method, status code, response time, and pass/fail result\nPerformance Metrics — Average, min, max, and p95 response times\nRecommendations — Suggestions for endpoints that are slow or returning errors"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/underbench2-gif/ub2-api-health-checker",
    "publisherUrl": "https://clawhub.ai/underbench2-gif/ub2-api-health-checker",
    "owner": "underbench2-gif",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ub2-api-health-checker",
    "downloadUrl": "https://openagent3.xyz/downloads/ub2-api-health-checker",
    "agentUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ub2-api-health-checker/agent.md"
  }
}