# Getting started with plugin.delivery

AI Plugin Index - Function call plugins and tools for SperaxOS

## Install

```bash
npm install plugin.delivery
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/plugin.delivery.git
cd plugin.delivery
```

Available commands:

| Command | Runs |
|---|---|
| `npm run build` | `bun scripts/build.ts` |
| `npm run lint` | `eslint "scripts/**/*.ts" --fix` |
| `npm run test` | `bun scripts/test.ts` |
| `npm run dev` | `vercel dev` |

## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/plugin.delivery#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/plugin.delivery/issues).
