plugins/code-postman/skills/postman-builder/SKILL.md
Postman Collection 构建知识库。提供 Postman v2.1.0 Collection JSON schema、 请求项结构、断言代码模板和环境变量模板。
npx skillsauth add hicaosen/skills postman-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本 skill 为 api-testgen agent 的 Phase 4 提供 Postman Collection 构建能力。Agent 通过读取 references 中的 schema 和模板来生成合法的 Postman 文件。
Agent 在生成 Postman Collection 时:
${CLAUDE_SKILL_DIR}/references/collection-schema.md 获取 JSON 结构${CLAUDE_SKILL_DIR}/references/assertion-templates.md 获取断言代码模板{{baseUrl}} 变量{{authToken}} 变量pm.test() + pm.expect() 标准 APIdevelopment
VictoriaTraces HTTP API reference for querying distributed traces via Jaeger-compatible API. This skill should be used when searching traces, listing services/operations, getting trace details by ID, querying service dependencies, constructing HTTP requests to VictoriaTraces, or working with Jaeger API endpoints for distributed tracing analysis.
development
VictoriaMetrics HTTP API reference for querying metrics, exporting/importing data, TSDB stats, and administrative operations. This skill should be used when constructing HTTP requests to VictoriaMetrics, understanding query endpoints (/api/v1/query, /api/v1/query_range, /api/v1/export, /api/v1/import), response formats, checking cardinality, creating snapshots, or integrating with VictoriaMetrics API.
development
VictoriaLogs HTTP API reference for querying logs, hits stats, field discovery, live tailing, and log statistics. This skill should be used when constructing HTTP requests to VictoriaLogs, understanding query endpoints (/select/logsql/query, /select/logsql/tail, /select/logsql/hits, /select/logsql/field_names), response formats, or integrating with VictoriaLogs API for log search and analysis.
testing
PromQL query language fundamentals for Prometheus and Prometheus-compatible systems. Use for understanding PromQL instant/range vectors, label matchers, aggregation operators, offset/@ modifiers, or when targeting non-VictoriaMetrics Prometheus systems. For VictoriaMetrics-specific features like default_rollup, rollup, or outlier detection, use the metricsql skill.