feishu-troubleshoot
飞书插件问题排查工具。包含常见问题 FAQ 和深度诊断命令(/feishu_doctor)。 常见问题可随时查阅。诊断命令用于排查复杂问题(多次授权仍失败、自动授权无法解决等), 会检查账户配置、API 连通性、应用权限、用户授权状态,并生成详细的诊断报告和解决方案。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-troubleshootWhat This Skill Does
The feishu-troubleshoot skill acts as an intelligent diagnostic companion for OpenClaw users integrating with Feishu (Lark). It provides a dual-layer support mechanism: a comprehensive FAQ knowledge base for immediate self-service troubleshooting and a powerful, automated diagnostic command (/feishu_doctor) for identifying complex permission and authentication failures. The tool systematically evaluates your application's API connectivity, secret integrity, and the synchronization between application-level permissions and user-level authorization tokens, providing actionable remediation steps.
Installation
To install this skill, use the following command in your OpenClaw environment:
clawhub install openclaw/skills/skills/chenfa188/openclaw-feishu-troubleshoot
Ensure your OpenClaw agent has the necessary connectivity to reach the Feishu Open Platform APIs.
Use Cases
- Integration Debugging: Quickly identify why an application fails to perform message card interactions by checking the 'card.action.trigger' callback configuration.
- Permission Synchronization: Resolve issues where the application has the correct permissions, but the individual user session lacks the required access scope, preventing specific agent actions.
- Auth Persistence Issues: Diagnose silent failures occurring when user tokens expire or fail to refresh, specifically looking for the 'offline_access' scope requirement.
- Credential Verification: Validate that your App ID and App Secret are correctly configured and that the application is successfully communicating with Feishu's servers.
Example Prompts
- "I keep getting a permission error when trying to send messages. Can you run /feishu doctor to see what's wrong?"
- "My message card buttons aren't doing anything when clicked, how do I fix the callback issue?"
- "The agent asks me to re-authorize every day. Use the troubleshooting tool to check if my refresh tokens are valid."
Tips & Limitations
- Proactive Usage: Don't wait for total failure; use the
/feishu_doctorcommand after initial setup to ensure all permissions are correctly provisioned. - Security: The diagnostic output masks sensitive information like your App Secret to ensure log safety. However, always review the generated report before sharing it with third parties.
- Scope: This tool is strictly for configuration and authorization issues. It does not handle network-level issues outside of the Feishu API endpoint path or internal agent logic errors unrelated to the Feishu integration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chenfa188-openclaw-feishu-troubleshoot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
feishu-im-read
飞书 IM 消息读取工具使用指南,覆盖会话消息获取、话题回复读取、跨会话消息搜索、图片/文件资源下载。 **当以下情况时使用此 Skill**: (1) 需要获取群聊或单聊的历史消息 (2) 需要读取话题(thread)内的回复消息 (3) 需要跨会话搜索消息(按关键词、发送者、时间等条件) (4) 消息中包含图片、文件、音频、视频,需要下载 (5) 用户提到"聊天记录"、"消息"、"群里说了什么"、"话题回复"、"搜索消息"、"图片"、"文件下载" (6) 需要按时间范围过滤消息、分页获取更多消息
feishu-channel-rules
Lark/Feishu channel output rules. Always active in Lark conversations.
feishu-calendar
飞书日历与日程管理工具集。包含日历管理、日程管理、参会人管理、忙闲查询。
feishu-fetch-doc
获取飞书云文档内容。返回文档的 Markdown 内容,支持处理文档中的图片、文件和画板(需配合 feishu_doc_media 工具)。
feishu-task
飞书任务管理工具,用于创建、查询、更新任务和清单。 **当以下情况时使用此 Skill**: (1) 需要创建、查询、更新、删除任务 (2) 需要创建、管理任务清单 (3) 需要查看任务列表或清单内的任务 (4) 用户提到"任务"、"待办"、"to-do"、"清单"、"task" (5) 需要设置任务负责人、关注人、截止时间