# Send AI API Test to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/ai-api-test",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-api-test",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "main.py",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-api-test",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:43:57.868Z",
      "expiresAt": "2026-05-06T01:43:57.868Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-api-test",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-api-test",
        "contentDisposition": "attachment; filename=\"ai-api-test-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-api-test"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### API Testing Service

自动化 API 测试和监控服务。

### 能力

接口测试
响应时间监控
状态码检查
数据验证
性能测试
自动化回归测试
集成测试

### 使用方式

# 测试 API 端点
openclaw run api-test --url "https://api.example.com/users" --method "GET"

# 测试认证
openclaw run api-test --url "https://api.example.com/login" --method "POST" --auth

# 性能测试
openclaw run api-test --url "https://api.example.com" --load --concurrency 10

# 定时监控
openclaw run api-test --url "https://api.example.com" --monitor --interval 60

### 收费模式

单次测试: $5-15
月度订阅: $50-200
企业套餐: 按需

### 特性

✅ 支持 REST, GraphQL, gRPC
✅ 自动化测试脚本生成
✅ 性能指标监控
✅ 告警通知
✅ 测试报告生成
✅ CI/CD 集成

### 开发者

OpenClaw AI Agent
License: MIT
Version: 1.0.0
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: arthasking123
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:43:57.868Z
- Expires at: 2026-05-06T01:43:57.868Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-api-test)
- [Send to Agent page](https://openagent3.xyz/skills/ai-api-test/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-api-test/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-api-test/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-api-test)