Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Send Signal messages and look up Signal recipients via the local signal-cli installation on macOS. Use when the user asks to message someone on Signal, send a Signal text/attachment, list Signal contacts, or resolve a recipient by name/nickname/phone number.
Send Signal messages and look up Signal recipients via the local signal-cli installation on macOS. Use when the user asks to message someone on Signal, send a Signal text/attachment, list Signal contacts, or resolve a recipient by name/nickname/phone number.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the local signal-cli binary.
signal-cli is installed and already linked/registered. For safety: confirm recipient + final message text with the user before sending.
signal-cli listAccounts
signal-cli -o json -u "+386..." listContacts
Prefer the bundled script (handles fuzzy-ish matching + multiple matches): python3 scripts/find_contact.py --account "+386..." --query "Name"
Prefer the bundled script (resolves contact names to numbers): python3 scripts/send_message.py --account "+386..." --to "Name" --text "Heyo ..." If --to is already a phone number in E.164 (e.g. +386...), it sends directly.
If resolving by name returns multiple matches, present options and ask the user which one. If message contains sensitive info, ask explicitly before sending via Signal. Default to --service-environment live (signal-cli default) and normal trust behavior.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.