← All skills
Tencent SkillHub Β· Developer Tools

Lark Suite Wiki

Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents. Read, search, sync with subdocuments, and incremental export to local Markdown files.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents. Read, search, sync with subdocuments, and incremental export to local Markdown files.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, larksuite-wiki.py, references/api-reference.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

Lark Suite Wiki

Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents with recursive sync and incremental updates.

Prerequisites

Create a Lark/Feishu app at https://open.larksuite.com/console Enable permissions: docs:doc:read drive:drive:read wiki:wiki:read Publish the app and authorize it to access your wiki Set environment variables (or edit script defaults): export LARK_APP_ID="cli_xxxxxxxx" export LARK_APP_SECRET="xxxxxxxx"

List Wiki Spaces

larksuite-wiki spaces

Read Document (with subdocument links)

larksuite-wiki read <doc_id_or_url>

Export Single Document

larksuite-wiki export <doc_id_or_url> --output ./docs/

Show Document Tree Structure

larksuite-wiki tree <doc_id_or_url>

Sync Entire Wiki (Recursive Export)

# First sync - exports all documents larksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/ # Incremental sync - only exports changed documents larksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/ # Force re-export everything larksuite-wiki sync <doc_id_or_url> --output ./lark-wiki/ --force

1. βœ… Batch Export

Export entire knowledge base with one command.

2. βœ… Recursive Subdocument Export

Automatically follows and exports all linked subdocuments.

3. βœ… Preserves Directory Structure

Creates nested folders matching your wiki structure: lark-wiki/ β”œβ”€β”€ 01_ι¦–ι‘΅/ β”‚ β”œβ”€β”€ 01_ι¦–ι‘΅.md β”‚ └── 01_ζ—₯εΈΈε€η›˜/ β”‚ β”œβ”€β”€ 01_ζ—₯εΈΈε€η›˜.md β”‚ └── ... β”œβ”€β”€ 02_δΊ‘θͺι‡‘θžεˆ†ζž/ β”‚ └── ...

4. βœ… Incremental Sync

Tracks document revisions and only exports changed documents: Saves sync state to .lark-sync-state.json Compares revision IDs Skips unchanged documents

Export your entire wiki

# Get your wiki root document ID from the URL # https://xxx.larksuite.com/wiki/TDCZweBJ2iMFO4kI1LAlSE62gnd # Sync everything python3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/

Daily incremental sync

# Run daily - only exports changed documents python3 larksuite-wiki.py sync TDCZweBJ2iMFO4kI1LAlSE62gnd --output ./my-wiki/

Output Structure

Each document gets its own folder: Main .md file Subfolders for child documents Numbered prefixes for ordering (01_, 02_, etc.)

API Reference

Lark Open Platform: https://open.larksuite.com/ Wiki API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/wiki-v1/space/overview Docx API: https://open.larksuite.com/document/uAjLw4CM/ukTMukTMukTM/reference/docx-v1/document/overview

Notes

Documents must be explicitly shared with your app Some block types may not convert perfectly to Markdown Large wikis with many subdocuments may take time to sync Sync state is saved locally for incremental updates

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/api-reference.md Docs
  • larksuite-wiki.py Scripts