一键导入
feishu-troubleshoot
When 飞书 plugin errors or auth failures occur → troubleshoot with FAQ and authorization diagnostics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When 飞书 plugin errors or auth failures occur → troubleshoot with FAQ and authorization diagnostics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
| name | feishu-troubleshoot |
| description | When 飞书 plugin errors or auth failures occur → troubleshoot with FAQ and authorization diagnostics. |
| triggers | {"intent_patterns":["飞书问题|feishu error|授权失败|权限不足","feishu troubleshoot|飞书排查|飞书诊断","飞书.*报错|lark.*error|飞书.*不好使|lark.*not.*working","token.*过期|expired|刷新.*token|refresh.*token","scope.*不够|insufficient.*scope|缺少.*权限|missing.*permission","飞书.*连不上|lark.*connection|API.*失败|API.*failed","飞书.*怎么.*了|what.*wrong.*lark|为什么.*飞书|why.*feishu"],"context_signals":{"keywords":["troubleshoot","排查","诊断","权限不足","授权失败","报错","error","token","scope","连接","失败"]},"confidence_threshold":0.5} |
| priority | 8 |
| requires_tools | ["bash"] |
| max_tokens | 300 |
| cooldown | 15 |
Token 过期
99991668 或 99991672权限不足
99991400 或 99991403Refresh Token 过期
| 功能模块 | 所需权限 scope |
|---|---|
| 日历读写 | calendar:calendar, calendar:calendar:readonly |
| 文档读写 | docx:document, docx:document:readonly |
| 多维表格 | bitable:app, bitable:app:readonly |
| 任务管理 | task:task, task:task:readonly |
| 通讯录 | contact:user.base:readonly, contact:department.base:readonly |
| 消息读写 | im:message, im:message:readonly |
| 云盘 | drive:drive, drive:drive:readonly |
| Wiki | wiki:wiki, wiki:wiki:readonly |
| 邮件 | mail:mailgroup, mail:mailgroup:readonly |
频率限制
字段值格式错误
skills/feishu-bitable/references/record-values.md# 查看授权状态
python3 skills/feishu-cli/run.py '{"action":"auth","subcommand":"status"}'
# 查看可用模块
python3 skills/feishu-cli/run.py '{"action":"help","topic":"modules"}'