SKILL·D7DB81

c-slack

daxaur
Updated 1 month ago
9 views
152
8
152
View on GitHub
Communicationslackmessagingcommunicationfiles

About

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.

Quick Install

Claude Code

Recommended
Primary
npx skills add daxaur/openpaw -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/daxaur/openpaw
Git CloneAlternative
git clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-slack

Copy and paste this command in Claude Code to install this skill

Documentation

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-name syntax for channels and @username for DMs
  • File uploads support PDF, images, text, and most common formats
  • Keep messages concise; use threads for follow-ups

Notes

  • Requires slack CLI to be installed and authenticated (slack auth)
  • Bot token must have chat:write and files:write scopes
  • Rate limits apply — avoid bulk sending in tight loops

GitHub Repository

daxaur/openpaw
Path: skills/c-slack
0
ai-agentanthropicautomationclaudeclaude-codecli
FAQ

Frequently asked questions

What is the c-slack skill?

c-slack is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-slack-related tasks without extra prompting.

How do I install c-slack?

Use the install commands on this page: add c-slack to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does c-slack belong to?

c-slack is in the Communication category, tagged slack, messaging, communication and files.

Is c-slack free to use?

Yes. c-slack is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

himalaya-email-manager
Communication

This Claude Skill enables email management through the Himalaya CLI tool using IMAP. It allows developers to search, summarize, and delete emails from an IMAP account with natural language queries. Use it for automated email workflows like getting daily summaries or performing batch operations directly from Claude.

View skill
imsg
Communication

imsg is a CLI tool for macOS that lets you programmatically interact with iMessage/SMS via the Messages.app. It enables developers to list chats, view message history, watch conversations in real-time, and send messages or attachments. Use this skill to automate messaging tasks or integrate iMessage/SMS functionality into your development workflows.

View skill
internationalization-i18n
Communication

This Claude Skill provides comprehensive guidance for implementing internationalization (i18n) and localization in applications. It covers key tasks like message extraction, translation management, locale-specific formatting, and RTL support using libraries like i18next and gettext. Use it when building multi-language applications or adding localization features for international users.

View skill
wacli
Communication

wacli is a command-line tool that enables WhatsApp messaging, search, and synchronization via the WhatsApp Web protocol. It's primarily used within Clawdis workflows for automated handling but can be called directly to send messages, sync chats, or query history. Key features include QR-based authentication, continuous background syncing, and the ability to send both text and files.

View skill