Work Out Loud with your Claude Code!
Claude Code plugin that streams your conversations to Slack or any webhook endpoint in real-time.
claude plugin marketplace add suzuki-toshihir0/aloud-code && claude plugin install aloud-codeThe binary is downloaded automatically on first use.
mkdir -p ~/.config/aloud-code
cat > ~/.config/aloud-code/config.toml << 'EOF'
[webhook]
url = "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
EOF/aloud-code:on # start streaming this session
/aloud-code:off # stop streaming
That's it — once enabled, every user prompt and Claude response is automatically sent to your webhook.
Messages appear in Slack with the project name and session ID as the sender:
my-project [a1b2c3d4]
👤 User
Help me implement a file watcher in Rust
my-project [a1b2c3d4]
🤖 Claude
I'll help you create a file watcher in Rust...
claude plugin marketplace update suzuki-toshihir0
claude plugin update aloud-code@suzuki-toshihir0The binary is updated automatically on the next hook execution.
To check the installed version:
claude plugin list~/.config/aloud-code/config.toml:
[webhook]
url = "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"The plugin is OFF by default each session. Use /aloud-code:on to enable.
