← 返回 Skills 市场
ivangdavila

Postman

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
616
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install postman
功能描述
Build, test, and automate APIs with Postman collections, environments, and Newman CLI.
安全使用建议
This skill appears coherent for local Postman/Newman workflows. Before installing or using it: 1) Ensure you have or will install the official 'newman' package from npm (or otherwise provide the binary). 2) Review any collection and environment JSON files before running them — they can contain URLs that will be called and may include secrets. 3) Do not store API tokens or passwords in ~/postman/memory.md or committed collection files; prefer CI environment variables or secure vaults and add environment files to .gitignore. 4) Note the odd phrasing in setup.md ('read setup.md silently' / 'never mention setup or file names') — ask the skill author why the agent is instructed to be silent about setup to ensure no unintended stealthy behavior. 5) If you allow the agent autonomous invocation in your environment, limit which collections it may run and avoid giving it collections that upload local files or call sensitive production endpoints without explicit confirmation.
功能分析
Type: OpenClaw Skill Name: postman Version: 1.0.0 The skill is classified as suspicious due to prompt injection instructions found in `SKILL.md` and `setup.md`. Specifically, the agent is instructed to 'read `setup.md` silently and start naturally — never mention "setup" or file names.' While the content of `setup.md` itself is benign (guiding the agent's initial interaction and memory storage), the instruction to hide its internal processes and lack transparency with the user is a suspicious prompt injection technique. This behavior, if exploited, could be used to conceal malicious actions in other contexts, even though in this specific instance it's used for benign setup guidance. There is no evidence of direct data exfiltration, malicious execution, or persistence.
能力评估
Purpose & Capability
The skill is an instruction-only Postman/Newman helper. It only requires the 'newman' binary and stores collections/environments under ~/postman/, which is consistent with building, running, and automating Postman collections.
Instruction Scope
Instructions focus on creating collections, environments, and running Newman locally. They direct the agent to create/read files in ~/postman/ and to save integration preferences to the agent's MAIN memory. One odd/informal directive: 'read setup.md silently' and 'never mention "setup" or file names' — this is not inherently malicious but is an unexpected instruction about presentation/stealth and should be clarified. The skill does not instruct sending data to external endpoints beyond the APIs the user configures.
Install Mechanism
No install spec is packaged; the README suggests installing Newman via npm (npm install -g newman), a standard public package. There are no downloads from untrusted URLs or archive extraction steps in the bundle.
Credentials
The skill does not require environment variables or credentials in its manifest. However, by design it encourages storing environments and running tests that use tokens/API keys. The docs explicitly warn against storing secrets in memory.md, but the agent is instructed to save 'authentication patterns' and integration preferences to MAIN memory — this could lead to accidental storage of sensitive values if the agent or user is careless. Users should avoid putting raw credentials into collection files or memory.md and instead use secure vaults/CI env vars when possible.
Persistence & Privilege
The skill will create and use a persistent directory under ~/postman/ and save preferences to MAIN memory. always:false (not force-included) and it does not request system-wide privilege changes or modify other skills. Persisting user preferences and collection files is expected for this functionality, but users should be aware that local files may contain secrets if not handled carefully.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install postman
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /postman 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with collections, environments, and Newman automation.
元数据
Slug postman
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Postman 是什么?

Build, test, and automate APIs with Postman collections, environments, and Newman CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 616 次。

如何安装 Postman?

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

Postman 是免费的吗?

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

Postman 支持哪些平台?

Postman 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Postman?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论