← 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

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

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

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