# Postman Devrel AI Agent Skills

Postman Devrel publishes official AI agent skills for its tools, services, and developer workflows. The official Github Organization of the Postman Devrel Team. We share interesting demo, projects, cookbooks, etc.

Browse 3 official AI agent skills across 1 Postman Devrel repository, with install commands and source links.

Official page: https://skillscout.sh/official/postman-devrel/
Markdown page: https://skillscout.sh/official/postman-devrel/postman-devrel_skills_skillscout.md
Vendor website: http://postman.com/devrel

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/postman-devrel/postman-devrel_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Postman Devrel skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### postman-devrel/cursor-postman-plugin

Postman plugin for Cursor - Full API lifecycle management with MCP server, skills, commands, and API readiness analysis. Includes 3 official skills: agent-ready-apis, postman-knowledge, postman-routing.

Install:

```bash
npx skills add postman-devrel/cursor-postman-plugin -y
```

Source: https://github.com/Postman-Devrel/cursor-postman-plugin

## Individual skills

### agent-ready-apis

Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.

Install:

```bash
npx skills add postman-devrel/cursor-postman-plugin@agent-ready-apis -y
```

Package: postman-devrel/cursor-postman-plugin
Source: https://github.com/postman-devrel/cursor-postman-plugin/tree/HEAD/skills/agent-ready-apis

### postman-knowledge

Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.

Install:

```bash
npx skills add postman-devrel/cursor-postman-plugin@postman-knowledge -y
```

Package: postman-devrel/cursor-postman-plugin
Source: https://github.com/postman-devrel/cursor-postman-plugin/tree/HEAD/skills/postman-knowledge

### postman-routing

Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.

Install:

```bash
npx skills add postman-devrel/cursor-postman-plugin@postman-routing -y
```

Package: postman-devrel/cursor-postman-plugin
Source: https://github.com/postman-devrel/cursor-postman-plugin/tree/HEAD/skills/postman-routing

## postman-devrel/cursor-postman-plugin package overview

Postman plugin for Cursor - Full API lifecycle management with MCP server, skills, commands, and API readiness analysis. Includes 3 official skills: agent-ready-apis, postman-knowledge, postman-routing.

### Top skills in this package

- agent-ready-apis: Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.
- postman-knowledge: Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.
- postman-routing: Official Postman Devrel skill from postman-devrel/cursor-postman-plugin.

### Install

Install the full package:

```bash
npx skills add postman-devrel/cursor-postman-plugin -y
```

Install a specific skill:

```bash
npx skills add postman-devrel/cursor-postman-plugin@agent-ready-apis -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/postman-devrel/cursor-postman-plugin#readme
