Ttal Messaging banner
tta-lab tta-lab

Ttal Messaging

Communication community

Description

--- name: ttal-messaging description: Send messages to humans, agents, or workers through ttal send. --- # ttal messaging `ttal send --to <recipient>` is the same command for humans, agents, and workers. The recipient is a human alias, agent name, or worker address (`<job_id>:<agent_name>`). ## Send cat <<'EOF' | ttal send --to <recipient> message EOF Examples: cat <<'EOF' | ttal send --to <human-alias> done, PR ready EOF cat <<'EOF' | ttal send --to <agent-name> can you review my auth mo

Installation

Installs to ~/.claude/skills/tta-lab-ttal-cli-ttal-messaging/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tta-lab-ttal-cli-ttal-messaging && curl -fsSL https://raw.githubusercontent.com/tta-lab/ttal-cli/HEAD/skills/ttal-messaging.md -o ~/.claude/skills/tta-lab-ttal-cli-ttal-messaging/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository