Loading...
Loading...
Feishu/Lark binding: device flow authorization, connect, disconnect, status check. Use when setting up or managing Feishu/Lark connection (e.g. connect Feishu, connect Lark, bind 飞书, check Feishu status, disconnect Lark).
npx skill4agent add starchild-ai-agent/official-skills feishu-bindingfeishuconfig/context/references/messaging-channels.mdskills/wechat-binding/SKILL.mdskills/tg-bot-binding/SKILL.md| Brand | Region | Domain |
|---|---|---|
| China mainland (中国大陆) | feishu.cn / accounts.feishu.cn |
| International | larksuite.com / accounts.larksuite.com |
feishufeishuconnect(brand) → user scans QR / opens link → poll(device_code) → donefeishu(action="connect", brand="feishu")verification_uridevice_codemarkdown_imageverification_urlfeishu(action="poll", device_code=<from step 1>, brand=<same brand>)status: "done"status: "pending"status: "expired"connect| action | required params | purpose |
|---|---|---|
| — | Current Feishu/Lark app state. Use to check if already connected. |
| | Start device flow. Returns verification URL + device_code. |
| | Check if user has confirmed authorization. Returns status. |
| — | Unbind Feishu/Lark app (destructive — confirm with user first). |
| User channel | How to show |
|---|---|
| Web | Include |
| Telegram | |
| Show the link only (user can't scan a QR inside WeChat for Feishu) | |
| Feishu | (User is already on Feishu — they don't need to bind. Tell them it's already connected or check |
| Aspect | Feishu/Lark | Telegram | |
|---|---|---|---|
| Auth method | Device flow (URL) | QR code scan | Bot token |
| User action | Open URL + confirm in app | Scan QR + confirm | Create bot via @BotFather |
| Credential | None (device flow handles it) | bot_token (from QR) | bot_token (from BotFather) |
| Brand choice | feishu / lark | N/A | N/A |
connectpollexpiredconnectdisconnectfeishularkdisconnectconnect| Symptom | Likely cause | Fix |
|---|---|---|
| User already has an active app | Call |
| User took too long to confirm | Start a new |
| User hasn't opened the URL yet | Remind them to open the verification URL |
| User says "I can't find the link" | URL was in a previous message | Re-run |