# NFE.io AI Agent Skills

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

Browse 2 official AI agent skills across 2 NFE.io repositories, with install commands and source links.

Official page: https://skillscout.sh/official/nfe/
Markdown page: https://skillscout.sh/official/nfe/nfe_skills_skillscout.md
Vendor website: https://nfe.io/

## Prompt for your agent

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

### nfe/client-nodejs

Includes 1 official skill: nfeio-node-sdk.

Install:

```bash
npx skills add nfe/client-nodejs -y
```

Source: https://github.com/nfe/client-nodejs

### nfe/client-php

Includes 1 official skill: nfeio-php-sdk.

Install:

```bash
npx skills add nfe/client-php -y
```

Source: https://github.com/nfe/client-php

## Individual skills

### nfeio-node-sdk

Official NFE.io skill from nfe/client-nodejs.

Install:

```bash
npx skills add nfe/client-nodejs@nfeio-node-sdk -y
```

Package: nfe/client-nodejs
Source: https://github.com/nfe/client-nodejs/tree/master/skills/nfeio-node-sdk

### nfeio-php-sdk

Official NFE.io skill from nfe/client-php.

Install:

```bash
npx skills add nfe/client-php@nfeio-php-sdk -y
```

Package: nfe/client-php
Source: https://github.com/nfe/client-php/tree/master/skills/nfeio-php-sdk

## nfe/client-nodejs package overview

Includes 1 official skill: nfeio-node-sdk.

### Top skills in this package

- nfeio-node-sdk: Official NFE.io skill from nfe/client-nodejs.

### Install

Install the full package:

```bash
npx skills add nfe/client-nodejs -y
```

Install a specific skill:

```bash
npx skills add nfe/client-nodejs@nfeio-node-sdk -y
```

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

Source: https://github.com/nfe/client-nodejs#readme
