Skip to main content
Back to registry

rivetkit-client-javascript

rivet-dev/skills

Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with rivetkit/client .

Installs1
Install command
npx skills add https://github.com/rivet-dev/skills --skill rivetkit-client-javascript
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with rivetkit/client . See the backend quickstart guide for getting started. For actors that implement onRequest or onWebSocket , call them directly: Keys uniquely identify actor instances. Use compound keys (arrays) for hierarchical addressing: Don't build keys with string interpolation like "org:${userId}" when userId contains user data. Use arrays instead to prevent key injection attacks. createClient() automatically reads: Defaults to window.location.origin + "/api/rivet" in the browser or on the server when unset. Endpoints support URL auth syntax: You can also pass the endpoint without auth and provide RIVET_NAMESPACE and RIVET_TOKEN separately. For serverless deployments, use your app's /api/rivet URL. See Endpoints for details.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does rivetkit-client-javascript do?

Use this skill when building JavaScript clients (browser, Node.js, or Bun) that connect to Rivet Actors with rivetkit/client .

Is rivetkit-client-javascript good?

rivetkit-client-javascript does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does rivetkit-client-javascript work with?

rivetkit-client-javascript currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp.

What are alternatives to rivetkit-client-javascript?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install rivetkit-client-javascript?

npx skills add https://github.com/rivet-dev/skills --skill rivetkit-client-javascript

Related skills

More from rivet-dev/skills

Related skills

Alternatives in Software Engineering