buzz-handoff
Installation
SKILL.md
Buzz Handoff
Requirements
This skill requires a Buzz CLI that implements the handoff contract introduced
by block/buzz@9e6ee814b:
buzzonPATHBUZZ_RELAY_URLconfigured in the agent process environmentBUZZ_PRIVATE_KEYconfigured in the agent process environmentBUZZ_AUTH_TAGwhen required by the configured identity- message-link thread reads and compact message output support
Before reading or writing, check only whether the required variables exist. Never print their values:
test -n "${BUZZ_RELAY_URL:-}" && test -n "${BUZZ_PRIVATE_KEY:-}"