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.

add-nodebridge-handler - Add NodeBridge Handler to System

Adds a new message handler to the NodeBridge communication system

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
  • add test entry to scripts/test-nodebridge.ts
  • test handler via command line

Inputs

  • src/nodeBridge.ts
  • src/nodeBridge.types.ts
  • scripts/test-nodebridge.ts
  • handler name
  • input type definitions
  • output type definitions
  • cwd parameter

Outputs

  • updated nodeBridge.ts file
  • updated nodeBridge.types.ts file
  • test script entry
  • working handler implementation

Requirements

  • Node.js environment
  • TypeScript project
  • NodeBridge system
  • message bus access

Source

  • Spec: SKILL.md
nodebridge
handler
typescript
message-handler
backend
add handler to src/nodeBridge.ts
update types in src/nodeBridge.types.ts
add test entry to scripts/test-nodebridge.ts
test handler via command line
src/nodeBridge.ts
src/nodeBridge.types.ts
scripts/test-nodebridge.ts
updated nodeBridge.ts file
updated nodeBridge.types.ts file
test script entry