Agent skill
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-slack
SKILL.md
What This Skill Does
Enables Claude to send messages and share files to Slack channels and users via the slack CLI tool.
Available CLI Tool: slack
Common Commands
# Send a message to a channel
slack chat send --channel "#general" --text "Hello team"
# Send a direct message to a user
slack chat send --channel "@username" --text "Hey!"
# Upload a file to a channel
slack files upload --channel "#general" --file ./report.pdf --title "Weekly Report"
# Post with markdown formatting
slack chat send --channel "#dev" --text "*Bold* and _italic_ text"
# Reply in a thread (requires thread timestamp)
slack chat send --channel "#general" --thread-ts "1234567890.123456" --text "Reply here"
# List channels
slack channels list
Usage Guidelines
- Always confirm the target channel or user before sending
- Use
#channel-namesyntax for channels and@usernamefor DMs - File uploads support PDF, images, text, and most common formats
- Keep messages concise; use threads for follow-ups
Notes
- Requires
slackCLI to be installed and authenticated (slack auth) - Bot token must have
chat:writeandfiles:writescopes - Rate limits apply — avoid bulk sending in tight loops
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
c-video
Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.
Didn't find tool you were looking for?