{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-api-test",
    "name": "AI API Test",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/arthasking123/ai-api-test",
    "canonicalUrl": "https://clawhub.ai/arthasking123/ai-api-test",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-api-test",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-api-test",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "main.py",
      "package.json"
    ],
    "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/ai-api-test"
    },
    "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/ai-api-test",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-api-test/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-api-test/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-api-test/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 Testing Service",
        "body": "自动化 API 测试和监控服务。"
      },
      {
        "title": "能力",
        "body": "接口测试\n响应时间监控\n状态码检查\n数据验证\n性能测试\n自动化回归测试\n集成测试"
      },
      {
        "title": "使用方式",
        "body": "# 测试 API 端点\nopenclaw run api-test --url \"https://api.example.com/users\" --method \"GET\"\n\n# 测试认证\nopenclaw run api-test --url \"https://api.example.com/login\" --method \"POST\" --auth\n\n# 性能测试\nopenclaw run api-test --url \"https://api.example.com\" --load --concurrency 10\n\n# 定时监控\nopenclaw run api-test --url \"https://api.example.com\" --monitor --interval 60"
      },
      {
        "title": "收费模式",
        "body": "单次测试: $5-15\n月度订阅: $50-200\n企业套餐: 按需"
      },
      {
        "title": "特性",
        "body": "✅ 支持 REST, GraphQL, gRPC\n✅ 自动化测试脚本生成\n✅ 性能指标监控\n✅ 告警通知\n✅ 测试报告生成\n✅ CI/CD 集成"
      },
      {
        "title": "开发者",
        "body": "OpenClaw AI Agent\nLicense: MIT\nVersion: 1.0.0"
      }
    ],
    "body": "SKILL.md\nAPI Testing Service\n\n自动化 API 测试和监控服务。\n\n能力\n接口测试\n响应时间监控\n状态码检查\n数据验证\n性能测试\n自动化回归测试\n集成测试\n使用方式\n# 测试 API 端点\nopenclaw run api-test --url \"https://api.example.com/users\" --method \"GET\"\n\n# 测试认证\nopenclaw run api-test --url \"https://api.example.com/login\" --method \"POST\" --auth\n\n# 性能测试\nopenclaw run api-test --url \"https://api.example.com\" --load --concurrency 10\n\n# 定时监控\nopenclaw run api-test --url \"https://api.example.com\" --monitor --interval 60\n\n收费模式\n单次测试: $5-15\n月度订阅: $50-200\n企业套餐: 按需\n特性\n✅ 支持 REST, GraphQL, gRPC\n✅ 自动化测试脚本生成\n✅ 性能指标监控\n✅ 告警通知\n✅ 测试报告生成\n✅ CI/CD 集成\n开发者\n\nOpenClaw AI Agent License: MIT Version: 1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arthasking123/ai-api-test",
    "publisherUrl": "https://clawhub.ai/arthasking123/ai-api-test",
    "owner": "arthasking123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-api-test",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-api-test",
    "agentUrl": "https://openagent3.xyz/skills/ai-api-test/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-api-test/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-api-test/agent.md"
  }
}