npx claudepluginhub punt-labs/claude-plugins --plugin beadle<what to send> [via <channel>]/sendSend a message via Sinch Conversation API (SMS, RCS)
/sendUse when a spec.md is ready for implementation and needs to be submitted to the belayer pipeline
Arguments: $ARGUMENTS
Send something to the user or a specified recipient via the best available channel. Today, email is the only channel. In the future, this command will support Signal and other channels.
The arguments describe what to send and optionally the channel. Examples:
/send me an email summary — send via email (explicit)/send me a summary — send via email (default, only channel today)/send this to kai@example.com — send to a specific recipient via emailsend_email with the recipient, subject, and body.The result is already formatted by a PostToolUse hook and displayed in the panel. Do not repeat or reformat the send confirmation.
When new channels are added (Signal, etc.), this command will route based on the via argument or infer the channel from context. For now, all sends go through email.