feishu-doc
Feishu document read/write operations + comment management. Activate when user mentions Feishu docs, cloud docs, docx links, or document comments. --- # Feishu Document Tool Single tool `feishu_doc` with action parameter for all document operations including comment management. ## Token Extraction From URL `https://xxx.feishu.cn/docx/ABC123def` → `doc_token` = `ABC123def` From URL `https://xxx.feishu.cn/docs/doccn123c` → `doc_token` = `doccn123c` ## Actions ### Read Document ```json { "action": "read", "doc_token": "ABC123def" } ```
Changelog: Source: GitHub https://github.com/openxjarvis/openclaw-python
No comments yet. Be the first one!