skills/sandbox-agent/references/ai/SKILL.md
# skill.md > Source: `docs/ai/skill.mdx` > Canonical URL: https://sandboxagent.dev/docs/ai/skill > Description: Agent skill manifest for this documentation. --- Mintlify hosts a `skill.md` file for this documentation site. Access it at: ``` https://sandboxagent.dev/docs/skill.md ``` To add it to an agent using the Skills CLI: #### npx ```bash npx skills add rivet-dev/skills -s sandbox-agent ``` #### bunx ```bash bunx skills add rivet-dev/skills -s sandbox-agent ``` If you run a reverse
npx skillsauth add rivet-dev/skills skills/sandbox-agent/references/aiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Source:
docs/ai/skill.mdxCanonical URL: https://sandboxagent.dev/docs/ai/skill Description: Agent skill manifest for this documentation.
Mintlify hosts a skill.md file for this documentation site.
Access it at:
https://sandboxagent.dev/docs/skill.md
To add it to an agent using the Skills CLI:
npx skills add rivet-dev/skills -s sandbox-agent
bunx skills add rivet-dev/skills -s sandbox-agent
If you run a reverse proxy in front of the docs, make sure /skill.md and /.well-known/skills/*
are forwarded to Mintlify.
development
RivetKit backend and Rivet Actor runtime guidance. Use for building, modifying, debugging, or testing Rivet Actors, registries, serverless/runner modes, deployment, or actor-based workflows.
tools
RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings.
tools
RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections.
tools
RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks with createRivetKit, or manage realtime state with useActor.