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

lark-wiki

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-wiki
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-wiki 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-wiki.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md ,其中包含认证、权限处理 成员管理硬限制: Shortcut 是对常用操作的高级封装( lark-cli wiki + [flags] )。有 Shortcut 的操作优先使用。 重要 :使用原生 API 时,必须先运行 schema 查看 --data / --params 参数结构,不要猜测字段格式。 - 如果目标是“部门”,先判断身份,再决定是否继续。 - --as bot 对应 tenant_access_token 。官方限制:这种身份下不能使用部门 ID ( opendepartmentid ) 添加知识空间成员。 - 遇到“部门 + --as bot”时,禁止先调用 lark-cli wiki members create 试错;直接说明该路径不可行。 - 如果用户明确要求“以 bot 身份运行”,且目标是部门,必须停下说明 bot 路径无法完成,不要静默切到 --as user 。 - 用户给的是知识库 URL( .../wiki/ ),且后续要查成员/加成员/删成员:先调用 lark-cli wiki spaces get_node --params '{"token":" "}' 获取 space_id ,后续成员接口统一使用 space_id 。 - 用户要 删除 知识空间( wiki +delete-space )但只给了名称或 URL: 不能 把名称 / URL 原样传给 --space-id ,必须先解析出真实 space_id 。解析方式: - URL( .../wiki/ ): lark-cli wiki spaces get_node --params '{"token":" "}' --format json ,读 data.node.space_id 。 - 只知名称: lark-cli wiki spaces list --format json ,边翻页边收集 items 并按 name 精确匹配; 一旦任一页累计到至少 1 条精确匹配就停止翻页 。只有当翻完所有页( has_more=false )仍无精确匹配时,才对已收集的全量 items 做宽松匹配( name trim 空格、大小写不敏感、子串包含)。 - 关键安全约束 :无论精确还是模糊, 无论命中 1 条还是多条,发起删除前都必须把候选( name + space_id + description + space_type )列给用户,由用户明确选定一个 space_id 再执行 。不要因为"只命中一条"就自动执行删除。 - 命中 0 条:停下来问用户是名称拼错了还是调用方无权限; 不要 自行改名字重试。 - 用户明确选定后再执行 lark-cli wiki +delete-space --space-id --yes (高风险写操作,必须显式 --yes )。 - 用户要在知识库中创建新节点,优先使用 lark-cli wiki +node-create 。 - 用户说“给知识库添加成员/管理员”:先把目标解析成“用户 / 群 / 部门”三类之一,再决定 member_type ,不要先调 wiki members create...

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-wiki do?

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

Is lark-wiki good?

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

Which AI agents support lark-wiki?

lark-wiki currently lists compatibility with Skills CLI.

Is lark-wiki safe to install?

lark-wiki 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-wiki?

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

How do I install lark-wiki?

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

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