/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)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-comments - After installation, invoke the skill by name or use
/feishu-comments - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 479 downloads so far.
How do I install Feishu Comments?
Run "/install feishu-comments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Comments free?
Yes, Feishu Comments is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Comments support?
Feishu Comments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Comments?
It is built and maintained by deadblue (@deadblue22); the current version is v1.2.0.