add-signal

Integrate Signal messaging into NanoClaw via a signal-cli TCP daemon.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-signal-vincentchong123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: add-signal
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-signal
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-signal-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the lack of native Signal messaging support in AI agents by providing a secure, direct integration with the signal-cli TCP daemon, bypassing the need for third-party chat SDK bridges.

Core Features & Use Cases

  • Native Signal Adapter: Enables direct communication with Signal users and groups using Node.js builtins.
  • Flexible Registration: Supports both dedicated bot numbers and linking as a secondary device to an existing account.
  • Advanced Messaging: Handles Markdown formatting, quoted replies, and typing indicators for seamless interaction.

Quick Start

Run the add-signal skill to configure the native adapter and link your Signal account to the NanoClaw agent.

Frequently Asked Questions about add-signal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Signal messaging into an AI agent without using third-party chat SDKs?▼

Signal messaging integration bypasses third-party chat SDKs by interfacing directly with a signal-cli TCP daemon to facilitate secure 1:1 and group communication for AI agents.

What do I need to run a Signal messaging integration with a signal-cli daemon?▼

Running a Signal messaging integration requires Java 17+ and a configured signal-cli instance to manage account identity and message routing for the native adapter.

Can I link a Signal bot as a secondary device to an existing account?▼

Yes, the Signal messaging integration supports flexible registration, allowing you to configure a dedicated bot number or link as a secondary device to an existing account.

Does the Signal messaging integration support Markdown formatting and quoted replies?▼

Yes, the Signal messaging integration handles advanced messaging features including Markdown formatting, quoted replies, and typing indicators for seamless interaction with Signal users and groups.

Is there a way to automate Signal group communication natively using Node.js?▼

Automating Signal group communication natively is possible using a Node.js adapter that interfaces directly with the signal-cli TCP daemon to enable direct communication with Signal users and groups.