← 返回 Skills 市场
Newman
作者
azzar budiyanto
· GitHub ↗
· v1.0.0
794
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install newman
功能描述
Automated API testing with Postman collections via Newman CLI. Use when user requests API testing, collection execution, automated testing, CI/CD integration, or mentions "Postman", "Newman", "API tests", "run collection", or "automated testing".
安全使用建议
This skill appears to be a straightforward Newman (Postman CLI) runner with sensible helpers and a security-audit script. Before installing or running it: 1) Verify the skill source — README references a GitHub repo/maintainer but the registry 'Source' and homepage are unknown; prefer installing from a trusted repo or your own vetted copy. 2) Do not commit collections or environment files that contain secrets; the included audit script helps detect hardcoded secrets but is not foolproof. 3) Be cautious when configuring reporters that send results externally (Slack/webhooks) — those endpoints may receive sensitive request/response data. 4) The install step runs npm install -g newman (remote package execution) — if you require stricter control, audit the npm packages or install pinned versions from an approved mirror. 5) If you plan to use encryption scripts (ENCRYPTION_KEY) or CI examples, store credentials in your platform's secrets store and ensure keys/webhooks are trusted. Overall: coherent and appropriate for the stated purpose, but practice standard secret- and source-verification hygiene.
功能分析
Type: OpenClaw Skill
Name: newman
Version: 1.0.0
The skill is classified as suspicious due to a shell injection vulnerability found in `scripts/run-tests.sh`. The script uses `eval` to execute a constructed `newman` command, and the `--reporters` option, which is directly derived from user input, is not properly sanitized or quoted, allowing an attacker to inject arbitrary shell commands. While the skill otherwise promotes good security practices for API testing and does not show evidence of intentional malicious behavior, this vulnerability allows for remote code execution if untrusted input is provided to the script.
能力评估
Purpose & Capability
Name/description (Newman CLI runner) align with the provided SKILL.md, README, and scripts. The package contains installation, test-runner, and security-audit scripts that are exactly what an automated Postman/Newman skill would need.
Instruction Scope
Runtime instructions focus on running Newman, exporting collections/environments, CI integration, and security scanning. Advanced examples include optional reporters (e.g., Slack webhook) and custom reporters that POST run summaries to external endpoints — this is expected for reporters but is an area where users must configure trusted endpoints to avoid leaking test data.
Install Mechanism
There is no automated binary download in the skill itself; installation relies on npm (npm install -g newman etc.), standard for Newman. No obscure or shortener URLs or extracted archives from unknown hosts are used in the included scripts or docs.
Credentials
Registry metadata declares no required env vars (none required by platform), but scripts and docs reference common test secrets (API_KEY, DB_PASSWORD, ENCRYPTION_KEY) and optional reporter/webhook env variables. This is reasonable — they are optional and typical for API testing — but the skill will read/expect these environment variables if present and will warn about missing values.
Persistence & Privilege
Skill does not request always: true and does not modify other skills. It is instruction-focused with scripts that run locally; nothing in the package asks for permanent platform-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install newman - 安装完成后,直接呼叫该 Skill 的名称或使用
/newman触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the newman skill for automated API testing.
- Provides comprehensive documentation on installing and running Postman collections with Newman CLI.
- Includes guidance for environment management, CI/CD integration, data-driven testing, and custom reporting.
- Covers advanced workflows such as parallel collection execution, security best practices, and troubleshooting tips.
- Offers best practices and real-world usage examples for API automation in development pipelines.
元数据
常见问题
Newman 是什么?
Automated API testing with Postman collections via Newman CLI. Use when user requests API testing, collection execution, automated testing, CI/CD integration, or mentions "Postman", "Newman", "API tests", "run collection", or "automated testing". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 794 次。
如何安装 Newman?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install newman」即可一键安装,无需额外配置。
Newman 是免费的吗?
是的,Newman 完全免费(开源免费),可自由下载、安装和使用。
Newman 支持哪些平台?
Newman 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Newman?
由 azzar budiyanto(@1999azzar)开发并维护,当前版本 v1.0.0。
推荐 Skills