スキル一覧に戻る

c-slack

daxaur
更新日 2 days ago
7 閲覧
143
6
143
GitHubで表示
コミュニケーションslackmessagingcommunicationfiles

について

このClaude Skillは、`slack` CLIツールを介してSlackへのメッセージやファイルの送信を可能にします。ダイレクトメッセージ、チャンネル投稿、ファイルアップロード、マークダウン形式でのスレッド返信をサポートしています。開発者はこれを使用して、Claudeから直接Slack通知やファイル共有を自動化できます。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git 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-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 リポジトリ

daxaur/openpaw
パス: skills/c-slack
0
ai-agentanthropicautomationclaudeclaude-codecli

関連スキル

himalaya-email-manager

コミュニケーション

このClaude Skillは、Himalaya CLIツールを介してIMAPを使用したメール管理を可能にします。開発者は自然言語クエリでIMAPアカウントからメールを検索、要約、削除できます。日次の要約取得やバッチ操作の実行など、Claudeから直接自動化されたメールワークフローにご利用いただけます。

スキルを見る

imsg

コミュニケーション

imsgは、macOS用のCLIツールで、Messages.appを介してプログラムでiMessage/SMSとやり取りできます。開発者がチャットの一覧表示、メッセージ履歴の閲覧、会話のリアルタイム監視、メッセージや添付ファイルの送信を可能にします。このスキルを使用して、メッセージングタスクを自動化したり、開発ワークフローにiMessage/SMS機能を統合したりできます。

スキルを見る

internationalization-i18n

コミュニケーション

このClaudeスキルは、アプリケーションの国際化(i18n)とローカライゼーション実装に関する包括的なガイダンスを提供します。i18nextやgettextなどのライブラリを使用したメッセージ抽出、翻訳管理、ロケール固有のフォーマット、RTL(右から左)対応などの主要タスクを網羅しています。多言語アプリケーションを構築する際や、国際ユーザー向けにローカライゼーション機能を追加する際にご活用ください。

スキルを見る

wacli

コミュニケーション

wacliは、WhatsApp Webプロトコルを介してWhatsAppメッセージの送信、検索、同期を可能にするコマンドラインツールです。主にClawdisワークフロー内で自動処理に使用されますが、メッセージ送信、チャット同期、履歴照会のために直接呼び出すこともできます。主な機能には、QRコード認証、バックグラウンドでの継続的同期、テキストおよびファイル送信機能が含まれます。

スキルを見る