Install every skill from this repository$ npx skills add rivet-dev/skills
Repository directory
Skills
18 of 18
#Skill8W activityInstalls
1sandbox-agentDeploy, configure, and integrate Sandbox Agent - a universal API for orchestrating AI coding agents (Claude Code, Codex, OpenCode, Amp) in sandboxed environments. Use when setting up sandbox-agent server locally or in cloud sandboxes (E2B, Daytona, Docker), creating and managing agent sessions via SDK or API, streaming agent events and handling human-in-the-loop interactions, building chat UIs for coding agents, or understanding the universal schema for agent responses.10.1K2rivetkitRivetKit backend and Rivet Actor runtime guidance. Use for building, modifying, debugging, or testing Rivet Actors, registries, serverless/runner modes, deployment, or actor-based workflows.7.7K3rivetkit-client-javascriptRivetKit JavaScript client guidance. Use for browser, Node.js, or Bun clients that connect to Rivet Actors with rivetkit/client, create clients, call actions, or manage connections.7.6K4rivetkit-client-reactRivetKit 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.7.5K5rivetkit-client-swiftuiRivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings.7.3K6rivetkit-client-swiftRivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections.7.3K7multiplayer-gamePragmatic patterns for building multiplayer games: matchmaking, tick loops, realtime state, interest management, and validation.7.2K8cron-jobsPatterns for durable one-shot, calendar, and fixed-interval work on Rivet Actors.1.2K9ai-agentBuild an AI agent backend with persistent memory: one Rivet Actor per conversation, queued message handling, and streaming LLM responses as realtime events.1.2K10chat-roomBuild a realtime chat room backend with Rivet Actors: one actor per room, SQLite-backed message history, and WebSocket broadcast to every connected client.1.2K11ai-agent-workspaceGive every AI agent its own computer: a persistent workspace with a filesystem, processes, shells, networking, and agent sessions on a lightweight in-process OS.1.2K12per-tenant-databaseMulti-tenant data isolation with one Rivet Actor per tenant: the actor key is the tenant id, so each tenant gets its own isolated dataset and migrations.1.2K13collaborative-text-editorBuild a collaborative text editor backend with Yjs CRDTs and Rivet Actors: per-document actors relay sync and awareness updates and persist snapshots.1.1K14rivet-actorsActors: The primitive for agent orchestration.1715rivet-agentosagentOS: A computer for every agent.1316rivet-dynamic-appsDynamic Apps: Deploy an AI-generated backend for every user.1317rivet-workflowsWorkflows: Durable, replayable multi-step operations.1318rivet-secure-execrivet-secure-exec is published by rivet-dev/skills. Review its source instructions before using it in an agent workflow.12