Overview
- Skill Key
- deadblue22/feishu-comments
- Author
- deadblue22
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deadblue22/feishu-comments
- Latest Commit SHA
- a1acd32d9a30c4a01fda22e724754204d43d7ffa
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-comments 技能。 若已安装,则直接安装 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)
openstockdata
OpenClaw Skill for stock data analysis
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.