add-signal Skill
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge. Published by microsoft in amplifier-app-nanoclaw.
What is add-signal Skill?
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use add-signal Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/add-signal/SKILL.md
What it does
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.
Skill instructions
Add Signal Channel Adds Signal messaging support via a native adapter that speaks JSON-RPC to a signal-cli TCP daemon. No Chat SDK bridge — only Node.js builtins (node:net, node:childprocess, node:fs). Unlike Telegram or Discord, Signal has no bot API. NanoClaw registers as a full Signal account on a dedicated phone number (recommended) or links as a secondary device on your existing number. Prerequisites Java signal-cli requires Java 17+: bash java -version If missing: - macOS: brew install --cask temurin@17 - Debian/Ubuntu: sudo apt-get install -y default-jre - RHEL/Fedora: sudo dnf install -y java-17-openjdk Java 17–25 all work. signal-cli - macOS: brew install signal-cli - Linux: download the native binary from GitHub releases: bash SIGNALCLIVERSION=$(curl -fsSL https://api.github.com/repos/AsamK/signal-cli/releases/latest | python3 -c "import sys,json; print(json.load(sys.stdin)['tagname'][1:])") curl -fsSL "https://github.com/AsamK/signal-cli/releases/download/v${SIGNALCLIVERSION
Explore related resources
Frequently asked questions
What is add-signal?
add-signal is a open-source AI agent skill with Copy skill directory. Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.
Who is add-signal best for?
add-signal is best for reusing agent instructions, scripts, and references.
How do I install add-signal?
Install or run add-signal using Copy skill directory. Check add-signal for the latest setup command.
Is add-signal actively maintained?
add-signal may need a closer maintenance check before production use.
Auto-fetched from GitHub.