#21707: feat: add VRChat relay extension with OSC protocol support
size: XL
Cluster:
Messaging Channel Integrations
## Summary
Adds a new VRChat relay extension (\extensions/vrchat-relay/\) integrating OpenClaw with VRChat via OSC protocol.
## Features
- **OSC Communication**: Send/receive OSC messages to/from VRChat
- **Chatbox**: Messages with typing animation, rate-limited (5 msg/5 sec)
- **Avatar Parameters**: Control avatar parameters (bool/int/float)
- **Input Commands**: Jump, Move, Look (PRO permission)
- **Camera Control**: Zoom, Aperture, FocalDistance, Exposure, GreenScreen, LookAtMe (DIRECTOR permission) validated against VRChat 2025.3.3 Open Beta
- **OSCQuery Discovery**: Automatic avatar parameter discovery
- **Permission Profiles**: SAFE / PRO / DIRECTOR
- **Audit Logging**: Full operation logging
- **VRChat Auth**: API auth with 2FA/TOTP support
## Files
\\\
extensions/vrchat-relay/
index.ts # Plugin entry point (~600 lines)
package.json # @openclaw/vrchat-relay
openclaw.plugin.json # Plugin manifest + configSchema
README.md # Full documentation
src/
osc/ # types, codec, client, camera params
auth/ # VRChat API auth
tools/ # chatbox, avatar, input, listener, camera, permissions, rate-limiter, discovery, audit
\\\
## Verification
- \pnpm tsgo\ passes with 0 errors
- OSC tested against VRChat localhost (127.0.0.1:9000/9001)
## Refs
- [VRChat OSC Docs](https://docs.vrchat.com/docs/osc-overview)
- [VRChat Camera OSC 2025.3.3](https://docs.vrchat.com/docs/vrchat-202533-openbeta)
Most Similar PRs
#22260: feat(extensions/deltachat): add Delta.Chat channel extension
by alanz · 2026-02-20
59.5%
#13972: feat: add Gossip channel extension
by peterjah · 2026-02-11
58.3%
#12619: Add Synology Chat channel integration
by MikeWang0316tw · 2026-02-09
57.1%
#9199: feat: Add Cisco Webex Teams channel plugin
by chrharri · 2026-02-05
57.1%
#9763: feat(extensions): add Recoder plugin for AI code generation
by caelum0x · 2026-02-05
56.5%
#10351: feat: Add Mumble voice chat extension
by emadomedher · 2026-02-06
55.6%
#7088: feat: add Camb AI extension
by neilruaro-camb · 2026-02-02
55.1%
#13407: feat: add Anthropic Vertex AI provider extension
by roccolangeweg · 2026-02-10
54.7%
#10424: feat: Add OVHcloud AI Endpoints as a provider
by eliasto · 2026-02-06
54.6%
#19514: feat: add Bluesky DM channel extension
by librenews · 2026-02-17
54.4%