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.json with app_id and app_secret
    • If the file doesn't exist, run the init command to create it interactively (see below)
  • 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): set LARK_BASE env 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
Installs
4
Repository
dinghaoz/skills
First Seen
Mar 5, 2026