lark-wiki
Installation
SKILL.md
Read, create, and edit Lark wiki pages and documents using the Lark Open API.
Prerequisites
- Config file:
~/.lark-wiki/config.jsonwithapp_idandapp_secret- If the file doesn't exist, run the
initcommand to create it interactively (see below)
- If the file doesn't exist, run the
- Required Lark app scopes:
wiki:wiki,docx:document(for write operations) - The bot must have edit permission on the target wiki space
- For browser-based commands (
comment): setLARK_BASEenv var to your organization's domain (e.g.https://yourcompany.larksuite.com)
CLI Helper
All operations are available via the helper script:
python3 .claude/skills/lark-wiki/scripts/lark_wiki.py <command> [args]
Important: All commands require network access, so use dangerouslyDisableSandbox: true for Bash calls.
Related skills