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 document revisions via comments.
Why use this skill?
Learn how to use the feishu-comments skill to fetch and analyze feedback from your Feishu documents directly within your OpenClaw agent workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/deadblue22/feishu-commentsWhat This Skill Does
The feishu-comments skill empowers OpenClaw to interact directly with Feishu document infrastructure by retrieving comment threads from docx files. It leverages the Feishu Drive Comment API to fetch, parse, and display both global and inline comments, including status updates and multi-user reply chains. The skill operates by securely reading your application credentials from the local OpenClaw configuration file to authenticate via OAuth 2.0, ensuring a secure and authorized bridge between your local agent and your Feishu organization data.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/deadblue22/feishu-comments
Ensure you have python3 and curl installed on your system. Before running, populate your ~/.openclaw/openclaw.json with the appropriate appId and appSecret under the channels.feishu key. Your Feishu app must be configured with docs:document.comment:read permissions.
Use Cases
- Collaborative Review: Streamline the feedback loop by pulling document comments directly into your conversation, allowing the AI to summarize reviewer concerns.
- Project Tracking: Monitor progress on shared project documents by tracking 'Resolved' versus 'Open' comment statuses.
- Contextual Awareness: When analyzing document structures, use this skill to enrich the AI's understanding of text blocks by surfacing related discussion threads that aren't visible in the document body itself.
Example Prompts
- "Can you check the comments on this doc: https://xxx.feishu.cn/docx/ABC123def and summarize the main feedback?"
- "Are there any unresolved comments left on the project proposal?"
- "Fetch the latest replies for comment id 12345 on the current document."
Tips & Limitations
- Token Extraction: For standard docs, use the token from the URL. For wiki-based documents, you must first convert the wiki link to an object token using the
feishu_wikiskill. - Read-Only: This skill is strictly for reading data. It cannot be used to post new comments or reply to existing ones.
- Security: No data is transmitted to third-party servers; all communications occur directly between your agent and the Feishu/Lark official API endpoints. Always ensure your environment configuration file permissions are set strictly to your user.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-deadblue22-feishu-comments": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read
Related Skills
feishu-api-lookup
Look up Feishu Open API documentation. Activate when: needing to find a specific Feishu API endpoint, understanding API parameters/response, writing scripts that call Feishu APIs, or troubleshooting Feishu API errors. Uses web_search + web_fetch to find and extract API docs in real-time.
feishu-bitable-query
Query Feishu Bitable (多维表格) with server-side filter, sort, field selection, and multiple output formats. Activate when querying bitable records with conditions, filtering multidimensional table data, or when data volume is large and client-side filtering is inefficient. Preferred over feishu_bitable_list_records tool when filter expressions or full pagination is needed.
feishu-thread-forward
Forward Feishu thread/topic to a user, group, or topic via REST API. Activate when: forwarding a thread/topic to another chat, sharing a topic post to a different group, or any scenario involving Feishu thread-level forwarding (转发话题). The built-in feishu message tool does NOT support thread forwarding — this skill fills that gap.
feishu-doc-sync
飞书文档增量同步与表格操作指南。覆盖:表格更新策略(delete+insert)、header_row 设置、insert action、列宽算法、三阶段 diff 同步。当需要同步本地文档到飞书、操作飞书表格、或做增量编辑时激活。
feishu-merged-msg
Fetch and parse Feishu merged/forwarded messages (合并转发消息). Activate when a Feishu message shows "Merged and Forwarded Message" with no readable content, or when you need to retrieve sub-messages from a merge_forward message type.