← Back to Skills Marketplace
Postman
by
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
362
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install postman-integration
Description
Postman integration. Manage Workspaces. Use when the user wants to interact with Postman data.
Usage Guidance
This skill delegates Postman access to the Membrane service and asks you to install their CLI and perform an interactive login. If you plan to use it: 1) Understand that you are trusting Membrane with Postman data and credentials via their connector—review Membrane's privacy/security documentation and the referenced repository/homepage. 2) Installing a global npm CLI modifies your system environment; only run the install if you trust the package source. 3) The skill explicitly advises not to share Postman API keys directly—use the connector/login flow as instructed. 4) If you need stricter control, verify what Membrane stores and whether it can be limited to read-only access before creating connections.
Capability Analysis
Type: OpenClaw Skill
Name: postman-integration
Version: 1.0.3
The skill facilitates Postman integration by instructing the agent to install a global NPM package (`npm install -g @membranehq/cli@latest`) and execute shell commands for authentication and API management. While these actions are aligned with the stated purpose of using the Membrane platform (getmembrane.com), the requirement for global software installation and shell-based credential handling in SKILL.md represents a high-privilege attack surface and significant risk in an agentic environment.
Capability Assessment
Purpose & Capability
The skill's name/description (Postman integration) align with the instructions: it directs the agent to use a Membrane connector to interact with Postman workspaces/collections. Required capabilities (network access, a Membrane account) are consistent with that purpose. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
SKILL.md stays on-topic: it instructs installing the Membrane CLI, logging in, creating a connector for Postman, listing/searching/creating/running actions. It does not instruct reading unrelated files, harvesting arbitrary environment variables, or sending data to unexpected endpoints. It does rely on interactive login/authorization via a browser or printed URL (expected).
Install Mechanism
The registry has no formal install spec (instruction-only), but SKILL.md instructs the user to run `npm install -g @membranehq/cli@latest`. Installing a global npm CLI is a reasonable, common method for providing a client, but it is an intrusive, system-level operation the user must explicitly accept. The install source (npm) is a public registry; there are no obscure download URLs or extracts in the instructions.
Credentials
No environment variables or secret tokens are requested by the skill. Authentication is delegated to Membrane's login flow (browser/authorization URL). This is proportionate to the stated goal of integrating with Postman via a third-party connector.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not ask to modify other skills or system-wide settings. The standard autonomous-invocation flag is unchanged; that is expected for skills and not a concern on its own.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install postman-integration - After installation, invoke the skill by name or use
/postman-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Postman?
Postman integration. Manage Workspaces. Use when the user wants to interact with Postman data. It is an AI Agent Skill for Claude Code / OpenClaw, with 362 downloads so far.
How do I install Postman?
Run "/install postman-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Postman free?
Yes, Postman is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Postman support?
Postman is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Postman?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.3.
More Skills