larksuite-wiki
Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents. Read, search, sync with subdocuments, and incremental export to local Markdown files.
Why use this skill?
Efficiently sync and export your Lark Suite (Feishu) wiki documents to local Markdown files. Supports recursive structure, incremental updates, and automated syncing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/reed1898/larksuite-wikiWhat This Skill Does
The larksuite-wiki skill provides a robust interface for interacting with the Lark Suite (Feishu) ecosystem. It allows users to manage, search, and export knowledge base documentation directly to local environments. By leveraging the official Lark Open Platform APIs, this tool handles the complex task of traversing recursive document hierarchies, converting proprietary Lark formats into structured Markdown files, and maintaining directory structures. The skill features an incremental sync mechanism that tracks revision IDs, ensuring that only modified files are updated during subsequent sync operations. It is designed to assist users in backing up their collaborative knowledge bases or integrating wiki content into local developer workflows.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/reed1898/larksuite-wiki
Before running, ensure you have registered an application on the Lark/Feishu Open Platform and configured the necessary permissions: docs:doc:read, drive:drive:read, and wiki:wiki:read. Once authorized, set your environment variables for LARK_APP_ID and LARK_APP_SECRET to enable secure API communication.
Use Cases
- Knowledge Backup: Regularly mirror internal team wikis to a local repository for offline access or secondary backup.
- Documentation Migration: Export structured wiki content to be ingested by static site generators (like Hugo or Jekyll) or RAG-based AI tools.
- Workspace Synchronization: Keep local developer documentation in sync with product requirement documents hosted in Feishu.
- Audit Compliance: Maintain a historical archive of project documentation iterations for compliance tracking.
Example Prompts
- "Sync my entire marketing wiki to the ./knowledge-base directory, ensuring we only update files that have changed since yesterday."
- "Display the tree structure of the project wiki starting from the root URL https://your-domain.larksuite.com/wiki/doc123 to understand the folder depth."
- "Export the specific technical spec document titled 'API Gateway Architecture' and its sub-pages to my local markdown folder."
Tips & Limitations
- Permissions: Ensure the target wiki documents are shared with your bot app, otherwise the API will return 403 errors.
- Formatting: While the skill handles most content types, complex embedded block elements like interactive charts or advanced database views might not translate perfectly to Markdown. Review the output for complex formatting nuances.
- Rate Limiting: Large wikis with thousands of subdocuments may trigger API rate limits; allow sufficient time for recursive syncs.
- Sync State: Do not manually delete the
.lark-sync-state.jsonfile if you wish to maintain incremental sync tracking; deleting it will force a full re-export on the next sync.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-reed1898-larksuite-wiki": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, external-api
Related Skills
wechat-article-export
微信公众号多功能导出工具。將公眾號文章導出為長截圖(PNG)、PDF 或 Markdown,支持任選一種或多種格式。觸發詞:「導出微信文章」、「公眾號截圖」、「文章轉PDF」、「文章轉Markdown」、「微信導出」。
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
comparison-table-gen
Auto-generates comparison tables for concepts, drugs, or study results in Markdown format.
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
Qoris Memory — Persistent Agent Memory
Persistent memory for OpenClaw agents via the Qoris MCP server. Explicit save/recall tools for cross-session context. User-owned API key, no automatic data capture.