Интеграция с Signal через нативный адаптер
★ 7.5 · integration
add-signal is a Claude Code skill that integrates Signal messaging via a native adapter communicating with a signal-cli daemon over JSON-RPC — no Chat SDK bridge, only Node.js builtins. NanoClaw links to Signal as a secondary device on an existing phone number, requiring no new number registration or bot API. The skill copies `signal.ts` and `signal-registration.test.ts` into `src/channels/`, appends a single import line to the channel barrel, and installs `qrcode@1.5.4` and `@types/qrcode@1.5.6` for rendering the device-link QR in the terminal. Once the phone scans the QR, the assistant sends and receives as that phone's Signal number — supporting both direct messages and group chats wired to agent groups.
- #signal
- #messaging
- #device-link
- #native-adapter
- #communication