feishu-cli-comment
Installation
SKILL.md
飞书文档评论技能
管理飞书云文档的评论,包括列出评论和添加新评论。
使用方法
/feishu-comment list <file_token> --type docx # 列出云文档评论
/feishu-comment add <file_token> --type docx --text "评论" # 添加评论
/feishu-comment delete <file_token> <comment_id> --type docx # 删除评论
注意:--type 参数为必需,指定文件类型(docx/sheet/bitable)。
CLI 命令详解
1. 列出文档评论
Related skills