MCP HubMCP Hub
스킬 목록으로 돌아가기

c-slack

daxaur
업데이트됨 2 days ago
3 조회
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은 IMAP을 통해 Himalaya CLI 도구를 이용한 이메일 관리를 가능하게 합니다. 개발자들이 자연어 쿼리로 IMAP 계정의 이메일을 검색하고, 요약하고, 삭제할 수 있게 해줍니다. 일일 요약 수신이나 Claude에서 직접 배치 작업 수행과 같은 자동화된 이메일 워크플로우에 활용하세요.

스킬 보기

imsg

커뮤니케이션

imsg는 macOS용 CLI 도구로, Messages.app을 통해 iMessage/SMS와 프로그래밍 방식으로 상호작용할 수 있게 해줍니다. 이 도구를 사용하면 개발자가 채팅 목록을 확인하고, 메시지 기록을 조회하며, 대화를 실시간으로 모니터링하고, 메시지나 첨부 파일을 보낼 수 있습니다. 이 스킬을 활용하여 메시징 작업을 자동화하거나 개발 워크플로우에 iMessage/SMS 기능을 통합해 보세요.

스킬 보기

internationalization-i18n

커뮤니케이션

이 Claude Skill은 애플리케이션에 국제화(i18n)와 현지화를 구현하기 위한 포괄적인 지침을 제공합니다. i18next 및 gettext와 같은 라이브러리를 활용하여 메시지 추출, 번역 관리, 로케일별 형식 지정, RTL(오른쪽에서 왼쪽) 지원 등 주요 작업을 다룹니다. 다국어 애플리케이션을 구축하거나 국제 사용자를 위한 현지화 기능을 추가할 때 활용하세요.

스킬 보기

wacli

커뮤니케이션

wacli는 WhatsApp Web 프로토콜을 통해 WhatsApp 메시징, 검색 및 동기화를 가능하게 하는 명령줄 도구입니다. 주로 Clawdis 워크플로우 내에서 자동화 처리를 위해 사용되지만, 메시지 전송, 채팅 동기화 또는 기록 조회를 위해 직접 호출할 수도 있습니다. 주요 기능으로는 QR 기반 인증, 지속적인 백그라운드 동기화, 텍스트 및 파일 전송 기능이 포함됩니다.

스킬 보기