blink-realtime

Installation
SKILL.md

Requires auth: initialize with auth: { mode: 'managed' } for realtime to work.

Getting Started

# Publish a message to a channel
blink realtime publish chat-room --type message --data '{"text":"Hello everyone!"}'

# Publish with user context
blink realtime publish notifications --type alert --data '{"level":"info","text":"Deploy complete"}'

MCP Tools

Tool Description
blink_realtime_publish Publish event to a channel

SDK Methods

Installs
14
GitHub Stars
2
First Seen
Apr 16, 2026
blink-realtime — blink-new/blink-plugin