.env 파일에서 SLACK_WEBHOOK_URL, SLACK_MENTION_USER_ID 확인
설정 상태 표시:
Slack Notify Status
---
Webhook URL: 설정됨 (hooks.slack.com/...)
Mention ID: 설정됨 (U0ADZVBU2TU)
Hook: Stop 이벤트 등록됨
---
미설정 항목이 있으면 setup 안내
Notes
Webhook URL 미설정 시 hook은 조용히 skip됩니다 (에러 없음)
Node.js 내장 https 모듈만 사용 (외부 의존성 없음)
메시지에 프로젝트명, git branch, 타임스탬프, 마지막 프롬프트 포함
멘션 설정 시 모바일 푸시 알림 수신 가능
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: yakuda81-cpu-claude-slack-notify-slack-notify3description: Slack Notify Skill4---56# Slack Notify Skill78Claude Code 응답 완료 시 Slack 알림을 보내는 플러그인입니다.910## Arguments1112| Argument | Description |13|----------|-------------|14| `setup` | Slack Webhook URL과 멘션 User ID를 설정합니다 |15| `test` | 테스트 알림 메시지를 보냅니다 |16| `status` | 현재 설정 상태를 확인합니다 |1718## Action Details1920### setup21221. AskUserQuestion으로 Slack Webhook URL 입력 요청23 - Slack App 생성 및 Incoming Webhook 설정 방법 안내242. AskUserQuestion으로 멘션할 User ID 입력 요청 (선택)25 - 프로필 > 더보기 > 멤버 ID 복사 안내263. 프로젝트 루트의 `.env` 파일에 저장:27 ```28 SLACK_WEBHOOK_URL=<입력값>29 SLACK_MENTION_USER_ID=<입력값>30 ```314. 기존 .env가 있으면 해당 키만 추가/업데이트 (다른 내용 보존)325. 저장 완료 메시지 + 테스트 제안3334### test35361. `.env`에서 SLACK_WEBHOOK_URL, SLACK_MENTION_USER_ID 읽기372. 미설정 시: "먼저 `/slack-notify setup`을 실행하세요" 안내383. 설정됨: node로 테스트 메시지 전송394. 결과 확인 후 성공/실패 메시지 표시4041### status42431. `.env` 파일에서 SLACK_WEBHOOK_URL, SLACK_MENTION_USER_ID 확인442. 설정 상태 표시:45 ```46 Slack Notify Status47 ---48 Webhook URL: 설정됨 (hooks.slack.com/...)49 Mention ID: 설정됨 (U0ADZVBU2TU)50 Hook: Stop 이벤트 등록됨51 ---52 ```533. 미설정 항목이 있으면 setup 안내5455## Notes5657- Webhook URL 미설정 시 hook은 조용히 skip됩니다 (에러 없음)58- Node.js 내장 https 모듈만 사용 (외부 의존성 없음)59- 메시지에 프로젝트명, git branch, 타임스탬프, 마지막 프롬프트 포함60- 멘션 설정 시 모바일 푸시 알림 수신 가능6162---63> Converted and distributed by [TomeVault](https://tomevault.io/claim/yakuda81-cpu) — claim your Tome and manage your conversions.64<!-- tomevault:4.0:skill_md:2026-04-15 -->
Run npx skillmds@latest add tomevault-io/yakuda81-cpu-claude-slack-notify-slack-notify in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Slack Notify Skill It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.