rivetkit-client-javascript

rivetkit client javascript

rivet-dev 17 ↓ 7.1k updated 25d ago
Claude Code
View source ↗

What it does

  • Prefer fail-fast behavior by default.
  • Avoid try/catch unless absolutely needed.
  • If a catch is used, handle the error explicitly, at minimum by logging it.
  • RIVETENDPOINT (endpoint)
  • RIVETNAMESPACE
  • actor.stopping: the actor has fully stopped, i.e. the sleep grace period has ended but it has not yet restarted.
  • guard.actorstoppedwhilewaiting: the request reached the actor tunnel, but the actor stopped before the gateway received a response.

Requirements & configuration

  • https://namespace:token@api.rivet.dev
  • Need More Than the Client?
  • If you need more about Rivet Actors, registries, or server-side RivetKit, add the main skill:

Configuration: RIVET_ENDPOINTRIVET_NAMESPACERIVET_TOKENRIVET_RUNNER

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

rivetkit client javascript

Source

Repository: https://github.com/rivet-dev/skills

rivetkit-client-javascript FAQ

What does the rivetkit-client-javascript skill do?

RivetKit 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. Prefer fail-fast behavior by default. Avoid try/catch unless absolutely needed.

What does rivetkit-client-javascript require?

https://namespace:token@api.rivet.dev Need More Than the Client? If you need more about Rivet Actors, registries, or server-side RivetKit, add the main skill: Configuration keys: RIVET_ENDPOINT, RIVET_NAMESPACE, RIVET_TOKEN, RIVET_RUNNER.

How do I install rivetkit-client-javascript?

Run: npx -y skills add https://github.com/rivet-dev/skills --skill rivetkit-client-javascript --agent claude-code — the source lives at github.com/rivet-dev/skills.

Maintain rivetkit-client-javascript?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

rivetkit-client-javascript on getagentictools
[![rivetkit-client-javascript on getagentictools](https://getagentictools.com/badge/skills/rivet-dev-skills-rivetkit-client-javascript.svg)](https://getagentictools.com/skills/rivet-dev-skills-rivetkit-client-javascript?ref=badge)
npx agentictools info skills/rivet-dev-skills-rivetkit-client-javascript

The second line is the CLI lookup for this page — handy in READMEs and docs.