mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 23:01:37 +00:00
21 lines
425 B
Text
21 lines
425 B
Text
---
|
|
title: "skill.md"
|
|
description: "Agent skill manifest for this documentation."
|
|
---
|
|
|
|
Mintlify hosts a `skill.md` file for this documentation site.
|
|
|
|
Access it at:
|
|
|
|
```
|
|
https://rivet.dev/docs/skill.md
|
|
```
|
|
|
|
To add it to an agent using the Skills CLI:
|
|
|
|
```
|
|
npx skills add rivet.dev/docs/skill.md
|
|
```
|
|
|
|
If you run a reverse proxy in front of the docs, make sure `/skill.md` and `/.well-known/skills/*`
|
|
are forwarded to Mintlify.
|