Cooperate with lark-cli to manage Lark/Feishu resources, specifically for synchronizing project documentation to Wiki. Use when the user needs to sync local Markdown files, manage Wiki nodes, or interact with Lark APIs.
This skill provides specialized workflows for using the lark-cli to synchronize local project documentation with Lark Wiki.
lark-cli must be installed and configured.Follow this standard hierarchy under the [Internal Docs Sync] node:
Project Name
Overview (README.md)Engineering & Architecture (.planning/codebase/*.md)Technical Specification (docs/*.md)lark-cli wiki spaces list --as userlark-cli wiki nodes list --as user --params '{"space_id": "<SPACE_ID>"}'lark-cli docs +create --title "<TITLE>" --markdown "$(cat <FILE_PATH>)" --wiki-node <PARENT_NODE_TOKEN> --as user
lark-cli docs +search --query "<KEYWORD>" --as userlark-cli api <METHOD> <PATH> for direct access to Lark Open Platform../docs/) in Markdown will not work on Lark Wiki and will be displayed as plain text.