# Svix AI Agent Skills

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

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

Official page: https://skillscout.sh/official/svix/
Markdown page: https://skillscout.sh/official/svix/svix_skills_skillscout.md
Vendor website: https://www.svix.com/

## Prompt for your agent

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

### svix/ai

Includes 2 official skills: receiving-webhooks, svix-sending-webhooks.

Install:

```bash
npx skills add svix/ai -y
```

Source: https://github.com/svix/ai

## Individual skills

### receiving-webhooks

Official Svix skill from svix/ai.

Install:

```bash
npx skills add svix/ai@receiving-webhooks -y
```

Package: svix/ai
Source: https://github.com/svix/ai/tree/main/skills/receiving-webhooks

### svix-sending-webhooks

Official Svix skill from svix/ai.

Install:

```bash
npx skills add svix/ai@svix-sending-webhooks -y
```

Package: svix/ai
Source: https://github.com/svix/ai/tree/HEAD/skills/svix-sending-webhooks

## svix/ai package overview

Includes 2 official skills: receiving-webhooks, svix-sending-webhooks.

### Top skills in this package

- receiving-webhooks: Official Svix skill from svix/ai.
- svix-sending-webhooks: Official Svix skill from svix/ai.

### Install

Install the full package:

```bash
npx skills add svix/ai -y
```

Install a specific skill:

```bash
npx skills add svix/ai@receiving-webhooks -y
```

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

Source: https://github.com/svix/ai#readme
