LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

creating-server-protocol - Guide for Creating Moorestech Server Protocols

Guide for creating moorestech server protocols (Request-Response and Event types)

Tags

Updated: 2026-03-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create protocol class
  • Register protocol
  • Create event packet
  • Create test
  • Verify compilation

Inputs

  • Protocol type
  • ServiceProvider
  • EventProtocolProvider
  • ServerContext

Outputs

  • Protocol file
  • Event packet file
  • Test file
  • Compilation result

Requirements

  • Unity environment
  • MessagePack library
  • UniRx library
  • moorestech_server project

Source

  • Spec: SKILL.md
server-protocol
game-server
networking
protocol-development
Create protocol class
Register protocol
Create event packet
Create test
Protocol type
ServiceProvider
EventProtocolProvider
Protocol file
Event packet file
Test file