Install
openclaw skills install lark-cli-devhub-docs-wikiUse when organizing Feishu/Lark Wiki spaces or Docs through lark-cli or feishu-cli for a development knowledge hub, including project pages, design notes, runbooks, bug retrospectives, and long-form artifacts linked from Base.
openclaw skills install lark-cli-devhub-docs-wikiUse Docs/Wiki for long-form context that would make Base records too noisy. Base remains the index; Docs/Wiki are linked artifacts.
Discovery aliases: feishu-cli docs, feishu-cli wiki, 飞书知识库, 飞书文档, lark-cli docs, lark-cli wiki.
Recommended first-level pages:
00 Inbox: temporary notes waiting to become structured records.10 Projects: one page per project, linked from the Projects Base table.20 Bugfix Retros: long bug narratives worth rereading.30 Playbooks: expanded runbooks that do not fit in Base.40 Decisions: architecture and product decisions.50 Maps: whiteboard landing pages and visual summaries.90 Archive: stale or superseded artifacts.Artifacts Base record.lark-cli docs +create --api-version v2 --as user \
--content '<title>Bugfix Retro: short title</title><p>Summary...</p>'
Move into Wiki when needed:
lark-cli wiki +node-create --as user \
--space-id "$SPACE_ID" \
--title "Bugfix Retro: short title" \
--obj-type docx
When official lark-doc or lark-wiki skills are installed, use them for exact command syntax and permission handling.