docs: 飞书官方插件上线 — 新增对比指南 & README 重构#54
Conversation
- Add comparison table for 3 integration options (Feishu official / OpenClaw built-in / legacy bridge) - Add detailed Feishu official vs OpenClaw built-in comparison section - Add docs/feishu-official-plugin.md with concise install guide - Update '致社区' section for new landscape - Remove legacy bridge section (deprecated) - Consolidate migration guides
Highlight the real pain point: too many skills/tools/tutorials, what users actually need is verified use cases — especially ones adapted for the Chinese ecosystem (Feishu, DingTalk, WeCom, etc.)
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dbe0afc318
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ### 第四步:配对 & 授权 | ||
|
|
||
| 1. 在飞书中给机器人发消息,获取配对码 | ||
| 2. 终端执行:`openclaw pairing approve feishu --notify` |
There was a problem hiding this comment.
Use explicit pairing code when approving
This step asks users to first obtain a 配对码, but the command shown (openclaw pairing approve feishu --notify) does not include that code, which makes the approval target ambiguous and can fail or approve the wrong pending pairing when more than one request exists. The rest of this repo still documents approval as openclaw pairing approve feishu <CODE>, so this new instruction is inconsistent and can block OAuth onboarding for affected users.
Useful? React with 👍 / 👎.
- Restore '保姆级配置指南' subtitle - Replace detailed comparison table with concise 3-option list - Add two clear navigation links (comparison / migration) - Correct terminology: this project is a plugin, not a bridge
- Restore full migration section (方式一/方式二/验证/清理) that was incorrectly condensed in previous commit - Fix pairing command in feishu-official-plugin.md: openclaw pairing approve feishu <配对码> (per Codex review) - Add '从 OpenClaw 内置迁移到飞书官方' path
- Shorten awesome-usecases-zh intro to one punchy line - Remove '已停止维护' from 本项目插件 description (not confirmed) - Move OpenCrew callout below table of contents
背景
飞书官方推出了 OpenClaw 插件(
feishu-openclaw-plugin),需要更新本项目帮用户理清三种接入方式的区别。改动
新增
docs/feishu-official-plugin.md— 飞书官方插件精简安装指南(4 步 + 维护命令 + FAQ)修改
删除
核心区别总结