lark-wiki

Manage and query Lark wiki spaces and document nodes via CLI.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/eastreams/loong --skill lark-wiki-eastreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-wiki
Source: https://github.com/eastreams/loong/tree/main/skills/larksuite-cli/lark-wiki
Command: npx skills add https://github.com/eastreams/loong --skill lark-wiki-eastreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the complexity of discovering, creating, and organizing knowledge spaces and document nodes in Lark (Feishu) wikis to avoid manual navigation and repeated API exploration.

Core Features & Use Cases

  • Space and node inspection: Retrieve space metadata, fetch individual node details, and list child nodes for structure discovery.
  • Node management: Create new nodes and copy existing nodes to reorganize content or create templates.
  • Use Case: When onboarding a new project, programmatically create the project space, populate initial documentation nodes, and verify node hierarchies and permissions via the CLI.

Quick Start

List all nodes in the Engineering Lark wiki space and display their titles and parent relationships.

Frequently Asked Questions about lark-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all document nodes in a Lark wiki space via CLI?

To list Lark wiki nodes via CLI, use the lark-cli binary to retrieve space metadata and fetch child node hierarchies, displaying their titles and parent relationships for structure discovery.

Can I create new document nodes in Lark knowledge base spaces programmatically?

Yes, you can create new document nodes in Lark knowledge base spaces programmatically by executing CLI-driven API calls, requiring the lark-cli binary and appropriate wiki permission scopes to perform node operations.

Do I need specific permissions to manage Feishu wiki spaces and documents?

Yes, managing Feishu wiki spaces and documents requires appropriate wiki permission scopes configured for your API calls, alongside the installed lark-cli binary, to authorize retrieving space information and executing node operations.

What is the best way to copy existing nodes to reorganize content in a Lark wiki?

The best way to copy existing nodes to reorganize Lark wiki content is using CLI-driven administration tasks, allowing you to duplicate node content programmatically to create templates or restructure document hierarchies without manual navigation.

Why use a CLI approach for Lark wiki administration instead of manual navigation?

A CLI approach for Lark wiki administration avoids manual navigation and repeated API exploration, streamlining the complexity of discovering, creating, and organizing knowledge spaces and document nodes programmatically for bulk operations.