/install feishu-comments
Feishu Document Comments
Fetch comments from Feishu docx documents via the Drive Comment API.
Requirements
- Feishu app credentials configured in
~/.openclaw/openclaw.json(readsappIdandappSecretfromchannels.feishu) - System dependencies:
curl,python3(must be available on PATH) - Feishu app permission:
docs:document.comment:readordrive:drive
Usage
Run the bundled script to get all comments on a document:
bash skills/feishu-comments/scripts/get_comments.sh \x3Cdoc_token>
To fetch specific comments by ID:
bash skills/feishu-comments/scripts/get_comments.sh \x3Cdoc_token> "id1,id2,id3"
Resolve skills/ paths relative to the workspace directory.
When to Use
- After
feishu_doclist_blocksshowscomment_idson blocks - When user asks to review or check comments on a document
- During document collaboration review cycles
Output Format
Each comment shows:
- Comment ID, status (Open/Resolved), scope (Global/Local)
- Quoted text (for local/inline comments)
- All replies with user ID and text content
Extracting doc_token
From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def
For wiki pages, first use feishu_wiki to get obj_token, then use that as the doc_token.
How It Works
The bundled shell script:
- Reads Feishu app credentials (
appId,appSecret) from~/.openclaw/openclaw.json - Obtains a
tenant_access_tokenvia the Feishu auth API - Calls the Drive Comment API to list and batch-query comments
- Formats and outputs comment content to stdout
No data is sent to any third party beyond the Feishu/Lark API endpoints.
Limitations
- Read-only (cannot create or reply to comments)
- API error responses are printed to stderr (may contain request IDs but no sensitive data)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-comments - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-comments触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Feishu Comments 是什么?
Read comments from Feishu documents. Use when: user asks to check/read/fetch comments on a Feishu doc, review feedback on a document, or collaborate on docum... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 479 次。
如何安装 Feishu Comments?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-comments」即可一键安装,无需额外配置。
Feishu Comments 是免费的吗?
是的,Feishu Comments 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Comments 支持哪些平台?
Feishu Comments 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Comments?
由 deadblue(@deadblue22)开发并维护,当前版本 v1.2.0。