Agent skill
postman
Postman API platform for testing and documentation. Use for API testing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/postman
SKILL.md
Postman
Postman is the complete API lifecycle platform. 2025 features AI Agent Builder (orchestrating multi-step workflows) and Postbot (AI driven testing).
When to Use
- API Development: Documentation, Mock Servers, and Monitors.
- Testing: Automated testing in CI via
newmanCLI. - Collaboration: Workspaces and "Forks" of collections.
Core Concepts
Collections
Groups of requests. Can be run as a suite.
Environments
Variables ({{base_url}}) that change between Dev, Staging, and Prod.
Pre-request Scripts
JavaScript code that runs before a request (e.g. generating an HMAC signature).
Best Practices (2025)
Do:
- Use AI Agents: Build workflows that chain requests intelligently using natural language.
- Use Mock Servers: Design the API first, create a mock, and let frontend devs build against it before backend is ready.
- Use
newman: Run collections in GitHub Actions.
Don't:
- Don't hardcode auth: Use "Auth" tab variables.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?