c-slack
关于
This Claude Skill enables sending messages and files to Slack via the `slack` CLI tool. It supports direct messages, channel posts, file uploads, and threaded replies with markdown formatting. Developers can use it to automate Slack notifications and file sharing directly from Claude.
快速安装
Claude Code
推荐npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-slack在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
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
GitHub 仓库
相关推荐技能
himalaya-email-manager
通信这个Claude Skill通过Himalaya CLI工具提供IMAP邮箱管理功能,支持使用自然语言查询搜索、总结和删除邮件。它特别适合开发者快速获取每日邮件摘要和执行批量邮件操作,所有功能都通过Python脚本封装,简化了环境配置和命令执行流程。关键特性包括支持富文本表格输出、多文件夹分类处理,以及完整的Unicode字符和表情符号显示。
imsg
通信imsg是一个macOS命令行工具,让开发者能通过终端直接访问和操作iMessage/SMS。它支持查看聊天列表、获取历史记录、实时监控消息以及发送文本和附件。这个工具特别适合需要自动化处理消息或与Messages.app集成的开发工作流。
internationalization-i18n
通信这个Skill为开发者提供全面的国际化(i18n)和本地化实现指南,适用于构建多语言应用和支持国际用户。它涵盖消息提取、翻译管理、复数规则、日期/时间/数字格式化以及RTL语言支持等关键功能,并集成i18next和gettext等主流库。开发者可借助此Skill快速设置本地化工作流,处理语言切换和区域特定格式需求。
wacli
通信wacli是一个通过命令行管理WhatsApp的工具,支持消息同步、搜索和发送。它通过WhatsApp Web协议工作,适用于需要自动化处理WhatsApp消息或与外部系统集成的开发场景。关键功能包括持续同步消息、历史记录检索以及向指定联系人发送文本和文件。
