LogoClawIndex
CasesSkillsAbout
LogoClawIndex

add-nodebridge-handler - Add new message handler to NodeBridge system

Adds new message handlers to enable communication between UI and Node.js backend

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Add handler to src/nodeBridge.ts
  • Update types in src/nodeBridge.types.ts
  • Update test script HANDLERS object
  • Test handler with script

Inputs

  • NodeBridge source files
  • Handler implementation code
  • Type definitions
  • Test configuration

Outputs

  • Updated nodeBridge.ts
  • Updated nodeBridge.types.ts
  • Updated test-nodebridge.ts
  • Test execution results

Requirements

  • Node.js environment
  • TypeScript project structure
  • Access to src directory
  • Bun runtime for testing

Source

  • Spec: SKILL.md

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.
nodebridge
handler
typescript
backend
message-handling
Add handler to src/nodeBridge.ts
Update types in src/nodeBridge.types.ts
Update test script HANDLERS object
Test handler with script
NodeBridge source files
Handler implementation code
Type definitions
Updated nodeBridge.ts
Updated nodeBridge.types.ts
Updated test-nodebridge.ts