feishu-card이란?
Feishu 대화형 메시지 카드(버튼, 선택, 상태 표시기)를 만들고 보냅니다. WebSocket의 카드 콜백 이벤트를 처리합니다. 텍스트 회신 대신 버튼을 통해 아침 브리핑, 알림, 확인 또는 사용자 상호 작용의 이점을 얻을 수 있는 메시지를 보낼 때 사용합니다. 출처: alextangson/feishu_skills.
Feishu 대화형 메시지 카드(버튼, 선택, 상태 표시기)를 만들고 보냅니다. WebSocket의 카드 콜백 이벤트를 처리합니다. 텍스트 회신 대신 버튼을 통해 아침 브리핑, 알림, 확인 또는 사용자 상호 작용의 이점을 얻을 수 있는 메시지를 보낼 때 사용합니다.
명령줄에서 feishu-card AI 스킬을 개발 환경에 빠르게 설치
출처: alextangson/feishu_skills.
Build, send, and handle callbacks for Feishu interactive message cards. Cards replace plain text messages for any communication that benefits from structured layout or user actions (buttons, selects).
Critical: The content field must be a JSON string (stringified JSON), not a raw object.
| blue | Blue | Normal briefings, info | | green | Green | Success, completed | | red | Red | Alerts, failures | | orange | Orange | Warnings, degraded | | purple | Purple | Special, creative | | turquoise | Teal | Skill/tech results | | grey | Grey | Low priority, FYI |
Feishu 대화형 메시지 카드(버튼, 선택, 상태 표시기)를 만들고 보냅니다. WebSocket의 카드 콜백 이벤트를 처리합니다. 텍스트 회신 대신 버튼을 통해 아침 브리핑, 알림, 확인 또는 사용자 상호 작용의 이점을 얻을 수 있는 메시지를 보낼 때 사용합니다. 출처: alextangson/feishu_skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/alextangson/feishu_skills --skill feishu-cardFeishu 대화형 메시지 카드(버튼, 선택, 상태 표시기)를 만들고 보냅니다. WebSocket의 카드 콜백 이벤트를 처리합니다. 텍스트 회신 대신 버튼을 통해 아침 브리핑, 알림, 확인 또는 사용자 상호 작용의 이점을 얻을 수 있는 메시지를 보낼 때 사용합니다. 출처: alextangson/feishu_skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-card 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/alextangson/feishu_skills