Skip to content

docs: 飞书官方插件上线 — 新增对比指南 & README 重构#54

Merged
AlexAnys merged 7 commits into
mainfrom
docs/feishu-official-plugin
Mar 7, 2026
Merged

docs: 飞书官方插件上线 — 新增对比指南 & README 重构#54
AlexAnys merged 7 commits into
mainfrom
docs/feishu-official-plugin

Conversation

@AlexAnys
Copy link
Copy Markdown
Owner

@AlexAnys AlexAnys commented Mar 7, 2026

背景

飞书官方推出了 OpenClaw 插件(feishu-openclaw-plugin),需要更新本项目帮用户理清三种接入方式的区别。

改动

新增

  • docs/feishu-official-plugin.md — 飞书官方插件精简安装指南(4 步 + 维护命令 + FAQ)
  • README 开头增加三种接入方式对比表(飞书官方 / OpenClaw 内置 / 早期桥接)
  • 新增飞书官方 vs OpenClaw 内置详细对比章节(功能、身份、安装复杂度)
  • 新增从内置迁移到飞书官方路径

修改

  • 致社区微调,适配飞书官方也出插件的新局面
  • 迁移指南整合精简

删除

  • 移除独立桥接模式整个 section(已停维)
  • 移除桥接相关链接

核心区别总结

飞书官方插件 OpenClaw 内置插件
操作身份 用户身份(OAuth) 机器人身份
日历/任务
文档编辑 ✅ 创建+编辑 读取为主
多维表格 ✅ 完整 CRUD 基础读写
维护方 飞书团队 OpenClaw 社区

AlexAnys added 2 commits March 7, 2026 09:39
- 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.)
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread docs/feishu-official-plugin.md Outdated
### 第四步:配对 & 授权

1. 在飞书中给机器人发消息,获取配对码
2. 终端执行:`openclaw pairing approve feishu --notify`
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

AlexAnys added 5 commits March 7, 2026 09:58
- 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
@AlexAnys AlexAnys merged commit 3b23083 into main Mar 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant