# NmTeam AI Agent Skills

NmTeam publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/nm-team/
Markdown page: https://skillscout.sh/official/nm-team/nm-team_skills_skillscout.md
Vendor website: https://nmteam.xyz/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/nm-team/nm-team_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant NmTeam 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

### nm-team/nmbot-skills

Includes 3 official skills: nmbot-commands, nmbot-api, nmbot-features.

Install:

```bash
npx skills add nm-team/nmbot-skills -y
```

Source: https://github.com/nm-Team/nmbot-skills

## Individual skills

### nmbot-commands

Official NmTeam skill from nm-team/nmbot-skills.

Install:

```bash
npx skills add nm-team/nmbot-skills@nmbot-commands -y
```

Package: nm-team/nmbot-skills
Source: https://github.com/nm-Team/nmbot-skills/tree/main/skills/nmbot-commands

### nmbot-api

Official NmTeam skill from nm-team/nmbot-skills.

Install:

```bash
npx skills add nm-team/nmbot-skills@nmbot-api -y
```

Package: nm-team/nmbot-skills
Source: https://github.com/nm-Team/nmbot-skills/tree/main/skills/nmbot-api

### nmbot-features

Official NmTeam skill from nm-team/nmbot-skills.

Install:

```bash
npx skills add nm-team/nmbot-skills@nmbot-features -y
```

Package: nm-team/nmbot-skills
Source: https://github.com/nm-Team/nmbot-skills/tree/main/skills/nmbot-features

## nm-team/nmbot-skills package overview

Includes 3 official skills: nmbot-commands, nmbot-api, nmbot-features.

### Top skills in this package

- nmbot-commands: Official NmTeam skill from nm-team/nmbot-skills.
- nmbot-api: Official NmTeam skill from nm-team/nmbot-skills.
- nmbot-features: Official NmTeam skill from nm-team/nmbot-skills.

### Install

Install the full package:

```bash
npx skills add nm-team/nmbot-skills -y
```

Install a specific skill:

```bash
npx skills add nm-team/nmbot-skills@nmbot-commands -y
```

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

Source: https://github.com/nm-team/nmbot-skills#readme
