-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Feature Request
Add support for uploading images and files via clacks send.
Use Case
When using clacks as a bridge for Claude Code to respond via Slack, it's useful to send generated charts, screenshots, or other files. Currently there's no way to upload files - only text messages are supported.
Proposed API
# Upload a file
clacks send -c "#channel" -f /path/to/image.png
# Upload with a message
clacks send -c "#channel" -m "Here's the chart" -f /path/to/chart.png
# Multiple files
clacks send -c "#channel" -f file1.png -f file2.pngContext
This came up while building a Slack-to-Claude Code bridge where Claude generates matplotlib charts but can't send them back to Slack.
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels