A command-line interface for Postman that enables seamless API discovery, request inspection, and environment variable resolution without leaving the terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pmctl
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pmctl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
pmctl is a dedicated CLI tool designed to bridge the gap between the Postman GUI and the terminal. By integrating this tool into your Openclaw Skills, you can browse collections, inspect request details like headers and body params, and resolve environment variables to their real values. It is particularly useful for developers who prefer terminal workflows or need to script API interactions using Postman data as a source of truth. It provides a lightweight way to understand APIs and construct commands without the overhead of a heavy desktop application.
To get started with this entry in the Openclaw Skills directory, install the package via pip:
pip install pmctl
Then, configure your Postman API key and set a workspace:
# Add a profile with your Postman API key
pmctl profile add my-profile --api-key "PMAK-..." --default
# Set your active workspace
pmctl profile set-workspace <workspace-id>
# Verify your identity and connection
pmctl profile whoami
The pmctl skill interacts with the Postman API schema, organizing data into four main entities. Using this within Openclaw Skills ensures structured access to the following data points:
| Entity | Attributes Provided |
|---|---|
| Collections | Name, UID, Request Tree, Path, and Folder structure |
| Requests | HTTP Method, URL, Headers, Body, Query Params, and Path Variables |
| Environments | Name, UID, Variable Keys, and Unmasked Values |
| Workspaces | Name, UID, and Type (Personal or Team) |
Loading
A specialized financial utility for real-time Hong Kong Dollar (HKD) exchange rate conversion and historical trend analysis.

Cortex is a file-based, git-tracked persistent memory system for AI agents that features a behavioral knowledge graph and hybrid search.

Buffer is a session management framework that ensures AI agents maintain context persistence and peak performance through structured handoffs and real-time monitoring.

A comprehensive diagnostic and repair skill designed to maintain agent persistence, fix communication channels, and optimize OpenClaw configurations.

A professional-grade automation pipeline that mines Reddit for viral angles and generates ready-to-publish content for multiple social platforms.

A systematic algorithm coach that transforms problem descriptions into optimized, production-ready code through deep logical decomposition.








































