resonite-user

resonite-user is a skill for Claude Code, Codex from sandraschi/resonite-mcp. It costs 0 tokens per session (1,328 once invoked), scanned A, original, MIT.

A task guide for building, testing, and animating content in a live Resonite session through ResoniteLink tools. Resonite is a virtual-world platform, and the guide explains how to connect to a running session.

In plain words
What is it for?
It is for creating and testing objects or animations in a live Resonite world through an agent.
Why use it?
It documents the connection and reconnection steps needed when a world or session changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for creating and testing objects or animations in a live Resonite world through an agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandraschi/resonite-mcp/resonite-user
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sandraschi/resonite-mcp --skill resonite-user
Clone the repo
git clone --depth 1 https://github.com/sandraschi/resonite-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resonite-user

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandraschi/resonite-mcp/resonite-user/github.svg)](https://agentmods.dev/skills/sandraschi/resonite-mcp/resonite-user)
Your own site
<a href="https://agentmods.dev/skills/sandraschi/resonite-mcp/resonite-user"><img src="https://agentmods.dev/badge/skills/sandraschi/resonite-mcp/resonite-user/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for resonite-user

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandraschi/resonite-mcp/resonite-user"><img src="https://agentmods.dev/badge/skills/sandraschi/resonite-mcp/resonite-user.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,328 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01328
Opus 5 $0.00000 $0.00664
Sonnet 5 $0.00000 $0.00266
Haiku 4.5 $0.00000 $0.00133

Measured 3d ago against content hash 26874bce3dea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

resonite-user scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/resonite_mcp/skills/resonite-user/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Resonite World Building & Testing

You are helping a human build, test, and animate content in a live Resonite session through resonite-mcp's ResoniteLink tools (resonite_link_*, src/resonite_mcp/tools/resonite_link.py and depot.py). This is a task-oriented recipe skill; for the full tool/protocol reference see assets/prompts/system.md §5.9, and assets/prompts/user.md §10-11b for longer walkthroughs.

New 2026-09-03. resonite-mcp had no FastMCP-native skill before this.

Before anything: discover and connect

ResoniteLink is enabled per-session (Dashboard -> Session -> Settings -> Enable ResoniteLink in-game, or enableResoniteLink in headless config). It is NOT always-on.

  1. resonite_link_discover(timeout_seconds=12.0) - listens on UDP 12512 for the session's broadcast, returns its real port. Don't guess/hardcode a port.
  2. resonite_link_connect(host="localhost", port=<from discover>).
  3. After any world save/load or world/session change, reconnect and re-resolve slot IDs by name. Slot/component IDs are NOT persistent across a world reload (confirmed against the upstream Yellow-Dog-Man/ResoniteLink docs) - a cached ID from before a reload is stale, not a bug to chase.
  • No local-user position query. The protocol only exposes the world data model, not session/user data - there is no way to read where the connected human currently is. Every spawn tool here needs explicit pos_x/y/z; none can default to "in front of you" the way overte-mcp's fixture spawner can.
  • No generic model file import. VRM/GLB/FBX cannot be imported as a single opaque asset - only importTexture2DFile/importMeshJSON/importMeshRawData/importAudioClipFile exist. Use resonite_link_depot_spawn(kind="model", ...) (below), which decomposes the GLB/VRM into mesh-JSON first - don't hand-roll a raw file-import call, it doesn't exist.

Recipe: build something from scratch

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 86 lines · 0 tokens per session scan A 26874bce3dea

Subscribe to this mod's changes

resonite-user is a skill published in the GitHub repository sandraschi/resonite-mcp (8 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,328 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

vibeue

Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…

kevinpbuckley/VibeUE · 82 tokens

pygame-core

Structure a pygame (pygame-ce) game in Python: the init/event/update/draw loop, delta-time movement, Surface/Rect blitting, keyboard/mouse input, and Sprite/Group management with collision. Use when building or debugging a pygame game — when the user mentions pygame, pygame-ce, the game loop, blit, Surface, Rect…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

hz-unity-meta-mixed-reality-utility-kit

Meta XR Mixed Reality Utility Kit (MRUK) (com.meta.xr.mrutilitykit) for Unity XR development. Use when working with Scene API data (rooms, walls, floors, furniture), spawning prefabs on scene anchors, placing virtual objects in the real world, world locking to prevent anchor drift, raycasting against room geometry…

meta-quest/agentic-tools · 136 tokens

hz-unity-meta-movement-sdk-retargeting

Set up and tweak Meta Movement SDK (MSDK) retargeting for a character model. Use this whenever the user wants to retarget a humanoid FBX/prefab for Meta Quest body tracking, generate a retargeting config, or hand-edit the resulting .json (fix known-joint mappings, exclude joints from auto-mapping, rename target…

meta-quest/agentic-tools · 182 tokens

hz-vr-debug

Debugs Meta Quest and Horizon OS VR/MR applications using the metavr CLI — view logs, capture screenshots, diagnose common issues. Use when troubleshooting crashes, errors, or unexpected behavior on Quest devices.

meta-quest/agentic-tools · 46 tokens

hz-unity-face-tracking

Drive ARKit-blendshape-rigged head/face models in Unity with the wearer's facial expressions on Meta Quest via Meta Movement SDK (face tracking + A2E). Use when a user has an FBX with the 52 ARKit blendshapes (any prefix, L/R suffixes) and wants it to animate from face tracking on Quest Pro / Quest 3 / Quest 3S.

meta-quest/agentic-tools · 92 tokens