Skip to main content
Back to the directory
rivet-dev/skillsSoftware EngineeringFrontend and Design

rivetkit-client-swiftui

SwiftUI client library for connecting to Rivet Actors with reactive bindings and event streaming.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
4

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/rivet-dev/skills --skill rivetkit-client-swiftui
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, rivetkit-client-swiftui has 4 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: rivet-dev/skills. Canonical URL: https://skills.sh/rivet-dev/skills/rivetkit-client-swiftui.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
SwiftUI client library for connecting to Rivet Actors with reactive bindings and event streaming. Use this skill when building SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI . RivetKit version: 2.2.0 Add the Swift package dependency and import RivetKitSwiftUI : RivetKitSwiftUI re-exports RivetKitClient and SwiftUI , so a single import covers both. The @Actor property wrapper always uses get-or-create semantics and accepts: 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. Call .rivetKit(endpoint:) or .rivetKit(client:) once at the root of your view tree: When using .rivetKit(endpoint:) , the client is created once and cached per endpoint. When using .rivetKit(client:) , store the client as a property on App (not inside body ) since SwiftUI can call body multiple times.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

SwiftUI client library for connecting to Rivet Actors with reactive bindings and event streaming.

Is rivetkit-client-swiftui good?

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

Which AI agents support rivetkit-client-swiftui?

rivetkit-client-swiftui currently lists compatibility with Skills CLI.

Is rivetkit-client-swiftui safe to install?

rivetkit-client-swiftui has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to rivetkit-client-swiftui?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install rivetkit-client-swiftui?

Run the following command to install rivetkit-client-swiftui: npx skills add https://github.com/rivet-dev/skills --skill rivetkit-client-swiftui

Related skills

More from rivet-dev/skills

Related skills

Alternatives in Software Engineering