feishu
GitHub通过飞书插件执行用户查询、聊天记录检查及消息发送。支持测试认证、根据邮箱/手机号获取ID、查看群聊历史,以及发送文本或富媒体消息。需明确用户意图并处理权限错误。
Trigger Scenarios
Install
npx skills add fanfan-de/anybox --skill feishu -g -y
SKILL.md
Frontmatter
{
"name": "feishu",
"description": "Use Feishu Open Platform tools to look up users, inspect chats and messages, and send bot messages through a connected Feishu custom app."
}
Feishu
Use this skill when the user asks to work with Feishu or Lark through the installed Feishu plugin.
Available workflows:
- Use
feishu_test_authto check whether the configured app ID and app secret can fetch a tenant access token. - Use
feishu_lookup_user_idswhen the user gives an email address or mobile number and you need anopen_id,user_id, orunion_id. - Use
feishu_list_chats,feishu_get_chat, andfeishu_list_messagesto inspect chats and recent chat history that the app is allowed to read. - Use
feishu_send_textfor normal text bot messages. - Use
feishu_send_messageonly when a non-text Feishu message type is needed and the content object is already known.
Before sending a Feishu message, make sure the user has clearly requested that message to be sent. If the wording is ambiguous, draft the message and ask for confirmation before calling a send tool.
Feishu API access depends on the custom app permissions configured in Feishu Open Platform. If a tool returns a permission error, explain which app capability likely needs to be enabled and avoid retry loops.
Version History
- 08dc189 Current 2026-07-05 18:59


