An automated command-line tool for running Postman collections to enable seamless API testing and reporting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install newman
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 newman using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Newman is the official command-line collection runner for Postman, designed to allow developers to run and test API collections directly from their terminal or within automated environments. By utilizing Openclaw Skills like Newman, teams can transition from manual API validation to a robust, automated testing framework that ensures consistency across dev, staging, and production environments.
Built on Node.js, it offers full parity with the Postman desktop app's execution engine, meaning your pre-request scripts and test assertions will run exactly as expected. This skill is a cornerstone for modern development workflows that prioritize API-first design and continuous integration.
To get started with this skill, ensure you have Node.js installed on your system. You can then install the runner globally or within your specific project.
# Install Newman globally via npm
npm install -g newman
# Verify the installation
newman --version
# Run a collection file locally
newman run your-collection.json
Newman manages data through several specialized file formats to ensure portability and security within Openclaw Skills workflows:
| Data Type | Format | Purpose |
|---|---|---|
| Collection | .json | Defines requests, folders, and JavaScript test scripts. |
| Environment | .json | Stores variables like base URLs and non-sensitive keys. |
| Globals | .json | Variables accessible across all collections and environments. |
| Iteration Data | .csv / .json | External data used to populate variables during bulk test runs. |
| Reports | .html / .xml | Structured output files for test result analysis and CI integration. |
Loading
A specialized agent skill for generating robust, visually appealing Mermaid.js diagrams using safe syntax and professional layouts.

A standardized Redis-backed caching system for managing AI agent state, session context, and high-speed data retrieval.

A standardized memory system that combines a SQLite metadata index for document organization with a Redis-powered short-term context buffer.

A specialized skill designed to eliminate AI stylistic tells and produce high-density, professional technical documentation.

A powerful management tool for Node-RED instances that enables automated flow deployment, node management, and runtime diagnostics via a streamlined CLI.

A powerful management and monitoring skill for local Pi-hole instances that provides deep insights and control via CLI and FTL database queries.








































