Fetch comments from Feishu docx documents via the Drive Comment API.
~/.openclaw/openclaw.json (reads appId and appSecret from channels.feishu)curl, python3 (must be available on PATH)docs:document.comment:read or drive:driveRun the bundled script to get all comments on a document:
bash skills/feishu-comments/scripts/get_comments.sh <doc_token>
To fetch specific comments by ID:
bash skills/feishu-comments/scripts/get_comments.sh <doc_token> "id1,id2,id3"
Resolve skills/ paths relative to the workspace directory.
feishu_doc list_blocks shows comment_ids on blocksEach comment shows:
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.
The bundled shell script:
appId, appSecret) from ~/.openclaw/openclaw.jsontenant_access_token via the Feishu auth APINo data is sent to any third party beyond the Feishu/Lark API endpoints.
共 2 个版本