oRPC RPC Handler

Installation
SKILL.md

RPC Handler

RPCHandler enables communication with clients over oRPC's proprietary RPC protocol.

Designed exclusively for RPCLink. Avoid sending requests manually.

Supported Data Types

  • string, number (including NaN)
  • boolean, null, undefined
  • Date (including Invalid Date)
  • BigInt, RegExp, URL
  • Record (object), Array
  • Set, Map
  • Blob (unsupported in AsyncIteratorObject)
  • File (unsupported in AsyncIteratorObject)
  • AsyncIteratorObject (only at root level; powers Event Iterator)

Setup

Installs
First Seen
oRPC RPC Handler — ali-master/skills