slack-block-kit이란?
메시지, 모달, 홈 탭을 위한 Slack Block Kit UI를 구축하세요. Slack 알림, 대화형 양식, 봇 응답, 앱 대시보드 또는 Slack UI를 생성할 때 사용합니다. 블록(섹션, 작업, 입력, 헤더), 요소(버튼, 선택, 날짜 선택기), 구성 개체 및 slack-block-builder 라이브러리를 다룹니다. 출처: linehaul-ai/linehaulai-claude-marketplace.
메시지, 모달, 홈 탭을 위한 Slack Block Kit UI를 구축하세요. Slack 알림, 대화형 양식, 봇 응답, 앱 대시보드 또는 Slack UI를 생성할 때 사용합니다. 블록(섹션, 작업, 입력, 헤더), 요소(버튼, 선택, 날짜 선택기), 구성 개체 및 slack-block-builder 라이브러리를 다룹니다.
명령줄에서 slack-block-kit AI 스킬을 개발 환경에 빠르게 설치
출처: linehaul-ai/linehaulai-claude-marketplace.
Block Kit is Slack's UI framework for creating rich, interactive messages, modals, and Home tabs. It uses a JSON-based structure with three main components:
| Messages | 50 | Notifications, bot responses, channel posts | | Modals | 100 | Forms, confirmations, multi-step workflows | | Home tabs | 100 | App dashboards, user-specific content |
| invalidblocks | Malformed JSON | Validate in Block Kit Builder | | toomanyblocks | Exceeds limit | Reduce to 50 (msg) or 100 (modal) | | invalidelement | Wrong element in block | Check element compatibility | | missingtext | Required text missing | Add text or fields to Section |
메시지, 모달, 홈 탭을 위한 Slack Block Kit UI를 구축하세요. Slack 알림, 대화형 양식, 봇 응답, 앱 대시보드 또는 Slack UI를 생성할 때 사용합니다. 블록(섹션, 작업, 입력, 헤더), 요소(버튼, 선택, 날짜 선택기), 구성 개체 및 slack-block-builder 라이브러리를 다룹니다. 출처: linehaul-ai/linehaulai-claude-marketplace.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill slack-block-kitBrowse more skills from linehaul-ai/linehaulai-claude-marketplace
메시지, 모달, 홈 탭을 위한 Slack Block Kit UI를 구축하세요. Slack 알림, 대화형 양식, 봇 응답, 앱 대시보드 또는 Slack UI를 생성할 때 사용합니다. 블록(섹션, 작업, 입력, 헤더), 요소(버튼, 선택, 날짜 선택기), 구성 개체 및 slack-block-builder 라이브러리를 다룹니다. 출처: linehaul-ai/linehaulai-claude-marketplace.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill slack-block-kit 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/linehaul-ai/linehaulai-claude-marketplace