@yungho/noclaw-channel
v0.1.7
Published
NoClaw Channel Server - WebSocket IPC bridge for external chat platforms
Maintainers
Readme
@yungho/noclaw-channel
NoClaw Channel Server — WebSocket IPC bridge that connects external chat platforms (WeChat, Telegram) to NoClaw for Obsidian.
Requirements
- Node.js >= 18
- NoClaw plugin installed in Obsidian
Installation
Option A — npx (no install required)
npx @yungho/noclaw-channel startOption B — global install (recommended for daily use)
npm i -g @yungho/noclaw-channel
noclaw-channel startUsage
Start the server
noclaw-channel start
# Custom port
noclaw-channel start --port=9000
# Custom host
noclaw-channel start --host=0.0.0.0Other commands
noclaw-channel status # Check if server is running
noclaw-channel stop # Stop the server
noclaw-channel setup # Interactive configuration wizardConnecting to NoClaw
- Start the Channel Server in your terminal
- Open Obsidian → Settings → NoClaw → Chat Channels
- Enable "Chat Channels"
- Click "Connect"
- For WeChat: scan the QR code shown in the terminal
Supported Platforms
| Platform | Status | Auth Method | |----------|--------|-------------| | WeChat | ✅ Working | QR Code (ClawBot ilink API) | | Telegram | 🔜 Planned | Bot Token |
License
Apache-2.0
