Overview
- Skill Key
- 1999azzar/newman
- Author
- 1999azzar
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1999azzar/newman
- Latest Commit SHA
- fc103446369988ee164925b94b2a9df66a96a901
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".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 newman 技能。 若已安装,则直接安装 newman 技能。
# Newman - Postman CLI Runner Newman is the command-line Collection Runner for Postman. Run and test Postman collections directly from the command line with powerful reporting, environment management, and CI/CD integration. ## Quick Start ### Installation ```bash # Global install (recommended) npm install -g newman # Project-specific npm install --save-dev newman # Verify newman --version ``` ### Basic Execution ```bash # Run collection newman run collection.json # With environment newman run collection.json -e environment.json # With globals newman run collection.json -g globals.json # Combined newman run collection.json -e env.json -g globals.json -d data.csv ``` ## Core Workflows ### 1. Export from Postman Desktop **In Postman:** 1. Collections → Click "..." → Export 2. Choose "Collection v2.1" (recommended) 3. Save as `collection.json` **Environment:** 1. Environments → Click "..." → Export 2. Save as `environment.json` ### 2. Run Tests ```bash # Basic run newman run collection.json # With detailed output newman run collection.json --verbose # Fail on errors newman run collection.json --bail # Custom timeout (30s) newman run collection.json --timeout-request 30000 ``` ### 3. Data-Driven Testing **CSV format:** ```csv username,password user1,pass1 user2,pass2 ``` **Run:** ```bash newman run collection.json -d test_data.csv --iteration-count 2 ``` ### 4. Reporters ```bash # CLI only (default) newman run collection.json # HTML report newman run collection.json --reporters cli,html --reporter-html-export report.html # JSON export newman run collection.json --reporters cli,json --reporter-json-export results.json # JUnit (for CI) newman run collection.json --reporters cli,junit --reporter-junit-export junit.xml # Multiple reporters newman run collection.json --reporters cli,html,json,junit \ --reporter-html-export ./reports/newman.html \ --reporter-json-export ./reports/newman.json \ --reporter-junit-export ./reports/newman.xml ```...
# Newman Skill 🧪 > Production-ready Newman (Postman CLI) skill for automated API testing with gold-standard security practices [](LICENSE) [](https://github.com/1999AZZAR/newman-skill/releases) [](https://openclaw.ai) ## 🎯 What is This? A comprehensive OpenClaw skill for running automated API tests using [Newman](https://github.com/postmanlabs/newman), the command-line Collection Runner for Postman. This skill includes production-ready scripts, security scanning, and CI/CD integration templates. ## ✨ Features ### 🔒 Security-First Design - **Hardcoded secret detection** - Prevents API key leaks - **SSL/TLS enforcement** - No insecure connections in production - **Environment variable validation** - Ensures proper variable usage - **PII exposure scanner** - Detects SSN, credit cards, etc. - **Comprehensive security audit** - 8 critical security checks ### 🚀 Production-Ready Scripts 1. **`install-newman.sh`** - Automated Newman installation (global/local) 2. **`run-tests.sh`** - Test runner with security checks & multi-reporter support 3. **`security-audit.sh`** - Collection security scanner with detailed reports ### 📊 Multi-Reporter Support - CLI (console output) - HTML (beautiful reports via htmlextra) - JSON (machine-readable) - JUnit (CI/CD integration) - Custom (build your own) ### 🔄 CI/CD Integration Ready-to-use templates for: - GitHub Actions - GitLab CI - Jenkins (Declarative & Scripted) - CircleCI - Bitbucket Pipelines - Docker / Docker Compose ## 📦 Installation ### Install the Skill ```bash # Clone this repository git clone https://github.com/1999AZZAR/newman-skill.git ~/.openclaw/workspace/skills/newman # Or download and extract curl -L https://github.com/1999AZZAR/newman-skill/archive/main.tar.gz | tar -xz -C ~/.openclaw/workspace/skills/ ```...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.