返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
f

feishu-comments

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.0
安全检测
已通过
419
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

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` (reads `appId` and `appSecret` from `channels.feishu`) - **System dependencies**: `curl`, `python3` (must be available on PATH) - **Feishu app permission**: `docs:document.comment:read` or `drive:drive` ## Usage Run the bundled script to get all comments on a document: ```bash bash skills/feishu-comments/scripts/get_comments.sh <doc_token> ``` To fetch specific comments by ID: ```bash bash skills/feishu-comments/scripts/get_comments.sh <doc_token> "id1,id2,id3" ``` Resolve `skills/` paths relative to the workspace directory. ## When to Use - After `feishu_doc` `list_blocks` shows `comment_ids` on 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: 1. Reads Feishu app credentials (`appId`, `appSecret`) from `~/.openclaw/openclaw.json` 2. Obtains a `tenant_access_token` via the Feishu auth API 3. Calls the Drive Comment API to list and batch-query comments 4. 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-comments-1776280844 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-comments-1776280844 技能

通过命令行安装

skillhub install feishu-comments-1776280844

下载

⬇ 下载 feishu-comments v1.2.0(免费)

文件大小: 5.36 KB | 发布时间: 2026-4-16 16:28

v1.2.0 最新 2026-4-16 16:28
Added orphan comment detection (marks comments whose anchor text no longer exists in document as 👻 Orphaned). Default now filters to Open + anchored comments only; use --all flag to include orphaned and resolved. Added summary statistics line.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部