Query local Lark/Feishu data from MEMO through the repo's read-first `lark-bridge` plugin. Use when the user wants to inspect docs, chats, messages, mail, calendars, or contacts via the locally configured `lark-cli`.
Use this skill for Lark/Feishu queries that should go through the MEMO-local
plugin wrapper instead of scattered raw lark-cli commands.
bash 06_Infra/plugins/lark-bridge/scripts/doctor_lark.sh
bash 06_Infra/plugins/lark-bridge/scripts/bootstrap_lark_cli.sh
lark-cli auth login --scope "<space separated scopes>"
bash 06_Infra/plugins/lark-bridge/scripts/lark_bridge.sh <subcommand> [args]
docs-searchdocs-fetchchats-listchat-searchmessages-listmessages-searchmail-listcalendar-agendacontact-searchmail-list also depends on the current user having a Feishu mailbox. If the
wrapper says the mailbox is unavailable, treat that as an environment
limitation instead of a scope problem.