← 返回 Skills 市场
wanng-ide

Api Tester

作者 WANGJUNJIE · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
7631
总下载
6
收藏
99
当前安装
1
版本数
在 OpenClaw 中安装
/install api-tester
功能描述
Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting...
安全使用建议
Review the code path that runs when the skill is executed directly, especially the hardcoded google.com and example.com requests. Install only if you are comfortable with an API helper that can send any headers and payloads the agent provides, and avoid using real tokens or sensitive data except with endpoints you trust.
功能分析
Type: OpenClaw Skill Name: api-tester Version: 1.0.0 The OpenClaw AgentSkills bundle 'api-tester' is designed to perform structured HTTP/HTTPS requests, functioning as a basic API client. The `index.js` file implements this functionality using Node.js's built-in `http` and `https` modules, allowing configurable methods, endpoints, headers, and bodies. The `SKILL.md` documentation accurately describes its purpose and usage without any prompt injection attempts or instructions for malicious behavior. There is no evidence of intentional harmful actions such as data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. While the capability to make arbitrary network requests could be misused by a malicious user of the agent, the skill itself merely provides the stated functionality without inherent malicious intent or exploitable vulnerabilities in its implementation.
能力评估
Purpose & Capability
The stated API-client capability matches the implementation pattern of sending user-specified HTTP/HTTPS methods, headers, and JSON bodies, but that same capability can transmit secrets or sensitive payloads if a user supplies them.
Instruction Scope
The docs describe explicit request usage, but the reported index.js entry point also contacts google.com and example.com as smoke tests, which is not clearly disclosed as part of normal skill behavior.
Install Mechanism
No evidence was provided of install hooks, postinstall execution, package-manager persistence, or dependency-install behavior beyond the skill files themselves.
Credentials
Outbound network access is inherent to an API tester, but hardcoded third-party egress is broader than necessary and may surprise users in restricted environments.
Persistence & Privilege
No evidence indicates background workers, credential-store reads, privilege escalation, file mutation, or durable persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install api-tester
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /api-tester 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of api-tester, a lightweight, dependency-free HTTP client for OpenClaw. - Supports structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body. - Automatically stringifies JSON bodies and parses JSON responses. - Includes timeout support (default 10s, configurable). - Provides structured response with status, headers, parsed data, raw body, and error messaging. - No external dependencies; uses Node.js built-in http/https modules.
元数据
Slug api-tester
版本 1.0.0
许可证
累计安装 261
当前安装数 99
历史版本数 1
常见问题

Api Tester 是什么?

Perform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7631 次。

如何安装 Api Tester?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install api-tester」即可一键安装,无需额外配置。

Api Tester 是免费的吗?

是的,Api Tester 完全免费(开源免费),可自由下载、安装和使用。

Api Tester 支持哪些平台?

Api Tester 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Api Tester?

由 WANGJUNJIE(@wanng-ide)开发并维护,当前版本 v1.0.0。

💬 留言讨论