Skip to main content
Back to the directory
larksuite/cliSoftware EngineeringFrontend and Design

lark-drive

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
84

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/larksuite/cli --skill lark-drive
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, lark-drive has 84 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: larksuite/cli. Canonical URL: https://skills.sh/larksuite/cli/lark-drive.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 导入分流规则: 如果用户要把本地 Excel / CSV / .base 快照导入成 Base / 多维表格 / bitable,必须优先使用 lark-cli drive +import --type bitable 。不要先切到 lark-base ; lark-base 只负责导入完成后的表内操作。 飞书开放平台中,不同类型的文档有不同的 URL 格式和 Token 处理方式。在进行文档操作(如添加评论、下载文件等)时,必须先获取正确的 file_token 。 知识库链接( /wiki/TOKEN )背后可能是云文档、电子表格、多维表格等不同类型的文档。 不能直接假设 URL 中的 token 就是 file_token ,必须先查询实际类型和真实 token。 使用 wiki.spaces.get_node 查询节点信息 从返回结果中提取关键信息 根据 obj_type 使用对应的 API 返回结果示例: drive +add-comment 支持两种模式。 全文评论:未传 --block-id 时默认启用,也可显式传 --full-comment ;支持 docx 、旧版 doc URL,以及最终解析为 doc / docx 的 wiki URL。 局部评论:传 --block-id 时启用;仅支持 docx ,以及最终解析为 docx 的 wiki URL。block ID 可通过 docs +fetch --api-version v2 --detail with-ids 获取。 drive +add-comment 的 --content 需要传 reply_elements JSON 数组字符串,例如 --content '[{"type":"text","text":"正文"}]' 。 slides 评论要求显式传 --block-id ! ;CLI 会将其拆分后写入 anchor.block_id 和 anchor.slide_block_type 。其中 是 PPT XML 协议中的元素 id ;不支持 --selection-with-ellipsis 和 --full-comment 。 评论写入内容(添加评论、回复评论、编辑回复)里的文本不能直接出现 ;提交前必须先转义: < , > -> > 。 使用 drive +add-comment 时,shortcut 会对 type=text 的文本元素自动做上述转义兜底;如果直接调用 drive file.comments create_v2 、 drive file.comment.replys create 、 drive file.comment.replys update ,则需要在请求里自行传入已转义的内容。 如果 wiki 解析后不是 doc / docx / sheet / slides ,不要用 +add-comment 。 如果需要更底层地直接调用评论 V2 协议,再走原生 API:先执行 lark-cli schema drive.file.comments.create_v2 ,再执行...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does lark-drive do?

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理

Is lark-drive good?

lark-drive does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support lark-drive?

lark-drive currently lists compatibility with Skills CLI.

Is lark-drive safe to install?

lark-drive has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to lark-drive?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install lark-drive?

Run the following command to install lark-drive: npx skills add https://github.com/larksuite/cli --skill lark-drive

Related skills

More from larksuite/cli

larksuite/cli/Software Engineering

lark-base

前置条件: 先阅读 ../lark-shared/SKILL.md 。 执行前必做: 执行任何 base 命令前,必须先阅读对应命令的 reference 文档,再调用命令。 命名约定: Base 业务命令仅使用 lark-cli base +... 形式;如需先解析 Wiki 链接,可先调用 lark-cli wiki ... 。 分流规则: 如果用户要“把本地文件导入成 Base / 多维表格 / bitable”,第一步不是 base ,而是 lark-cli drive +import --type bitable ;导入完成后再回到 lark-cli base +... 做表内操作。

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-doc

⚠️ API 版本:本 skill 使用 v2 API。所有 docs +create 、 docs +fetch 、 docs +update 命令必须携带 --api-version v2 。

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-im

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理

Weekly installs
85
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
larksuite/cli/Software Engineering

lark-calendar

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 CRITICAL — 所有的 Shortcuts 在执行之前,务必先使用 Read 工具读取其对应的说明文档,禁止直接盲目调用命令。 CRITICAL — 凡涉及【预约日程/会议】或【查询/搜索会议室】,第一步 MUST 强制使用 Read 工具读取 references/lark-calendar-schedule-meeting.md 。禁止跳过此步直接调用 API 或 Shortcut! CRITICAL —...

Weekly installs
84
Community vote
0
0 up / 0 down
Freshness
Synced Apr 30, 2026
Software EngineeringFrontend and DesignNo reviews yetSource larksuite/cli
Related skills

Alternatives in Software Engineering