← 返回 Skills 市场
QA API Tester
作者
zhanghengyi1986-afk
· GitHub ↗
· v1.0.0
· MIT-0
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install qa-api-tester
功能描述
API interface testing and automation. Send HTTP requests, validate responses, chain API calls, generate test scripts (Python requests/pytest, curl, Postman c...
安全使用建议
This skill appears to genuinely provide API testing helpers, but the metadata is incomplete. Before installing or running it: (1) ensure required tools are present — curl, python3, jq, pytest (or the Python packages requests and pytest) — or be prepared to install them; (2) don't run tests against production systems or provide real credentials until you verify endpoints and test payloads; (3) avoid putting long-lived secrets directly in files under ~/.openclaw/workspace — use ephemeral tokens or CI/service accounts; (4) ask the publisher to update the manifest to list expected env vars (e.g., TOKEN, BASE_URL) and dependencies so you know what the skill truly needs; (5) run the generated scripts in an isolated environment (container or throwaway VM) the first time to confirm behavior. These mismatches look like sloppy metadata rather than malicious intent, but verify dependencies and endpoints before use.
功能分析
Type: OpenClaw Skill
Name: qa-api-tester
Version: 1.0.0
The 'qa-api-tester' skill bundle is a standard toolkit for API testing and automation. It provides legitimate templates for curl commands, pytest scripts, and Postman collections. The instructions in SKILL.md are well-aligned with its stated purpose, and the code snippets follow security best practices, such as using environment variables for authentication tokens rather than hardcoding them. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
The skill's stated purpose (API testing, generating pytest/requests scripts, curl/Postman) aligns with the instructions. However the declared required binaries list only curl and python3 while the instructions also use jq and invoke pytest (python3 -m pytest) and the requests library — these runtime dependencies are not declared in the metadata, making the registry metadata incomplete and incoherent.
Instruction Scope
SKILL.md instructs the agent to run curl commands referencing $TOKEN and to save/run tests in ~/.openclaw/workspace. It suggests using an environment variable TOKEN (and storing tests locally) but requires.env is empty. The doc also pipes curl output to jq (jq usage not declared). The instructions do not ask to read unrelated host files, nor do they exfiltrate to unknown endpoints, but they do assume/require local tooling and environment values that are not declared in the skill manifest.
Install Mechanism
Instruction-only skill with no install spec — low install risk. Nothing will be downloaded or written by an installer, but the skill expects the environment to already have certain tools (see concerns above).
Credentials
The skill does not request credentials in the manifest (requires.env is empty), but the examples and generated scripts rely on API tokens (e.g., $TOKEN) and user-supplied credentials for auth flows. Requesting tokens for the service under test is proportionate, but the manifest should explicitly list expected env vars (e.g., TOKEN, BASE_URL) and any sensitive data practices.
Persistence & Privilege
No elevated privileges or always:true. The skill suggests writing test files to ~/.openclaw/workspace which is the skill's working area; it does not request system-wide changes or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install qa-api-tester - 安装完成后,直接呼叫该 Skill 的名称或使用
/qa-api-tester触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: API testing, JSON schema validation, pytest generation, Postman export, multi-env config
元数据
常见问题
QA API Tester 是什么?
API interface testing and automation. Send HTTP requests, validate responses, chain API calls, generate test scripts (Python requests/pytest, curl, Postman c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 QA API Tester?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install qa-api-tester」即可一键安装,无需额外配置。
QA API Tester 是免费的吗?
是的,QA API Tester 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
QA API Tester 支持哪些平台?
QA API Tester 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 QA API Tester?
由 zhanghengyi1986-afk(@zhanghengyi1986-afk)开发并维护,当前版本 v1.0.0。
推荐 Skills