| name | feishu-checkin |
| description | Use when the user wants to send a check-in (打卡) message or daily punch-in to the Feishu group "开源俱乐部" |
Feishu Group Check-in
Send a check-in (打卡) message to the "开源俱乐部" Feishu group under the "华中科技大学开放原子开源俱乐部" organization.
Quick Reference
| Field | Value |
|---|
| Organization | 华中科技大学开放原子开源俱乐部 |
| Chat ID | oc_090c74f5719c2fd5afb0f7ff0bc97dce |
| Group Name | 开源俱乐部 健身|美食|闲聊|八卦|游戏|漫画|读书|打卡|叮咚鸡 |
Command
lark-cli im +messages-send --as user \
--chat-id "oc_090c74f5719c2fd5afb0f7ff0bc97dce" \
--text "打卡"
If the user wants a custom message, replace "打卡" with their text.
Required Scopes
im:message.send_as_user
im:message
If missing, run: lark-cli auth login --scope "im:message.send_as_user im:message"