Skip to content

suzuki-toshihir0/aloud-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aloud-code

Work Out Loud with your Claude Code!

Claude Code plugin that streams your conversations to Slack or any webhook endpoint in real-time.

screenshot

Installation

1. Add the plugin to Claude Code

claude plugin marketplace add suzuki-toshihir0/aloud-code && claude plugin install aloud-code

The binary is downloaded automatically on first use.

2. Configure your webhook

mkdir -p ~/.config/aloud-code
cat > ~/.config/aloud-code/config.toml << 'EOF'
[webhook]
url = "https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
EOF

Usage

Toggle streaming in a session

/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.

Slack Output Format

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...

Update

claude plugin marketplace update suzuki-toshihir0
claude plugin update aloud-code@suzuki-toshihir0

The binary is updated automatically on the next hook execution.

To check the installed version:

claude plugin list

Configuration

~/.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.

About

Work Out Loud with your Claude Code!

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors