lark-wiki

Manage Feishu (Lark) wiki spaces and nodes with lark-cli.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/eatbreads/.agents --skill lark-wiki-eatbreads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-wiki
Source: https://github.com/eatbreads/.agents/tree/main/skills/lark-wiki
Command: npx skills add https://github.com/eatbreads/.agents --skill lark-wiki-eatbreads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams manage Feishu (Lark) knowledge spaces and document nodes, reducing manual navigation and API complexity when creating, querying, moving, or organizing wiki content.

Core Features & Use Cases

  • Space and node retrieval: fetch space lists, space details, and node details to inspect wiki structure.
  • Node management: create nodes, copy nodes, and list child nodes to reorganize content or migrate documents.
  • Permissions-aware operations: documents required scopes and authentication flows are identified to prevent unauthorized actions.
  • Use case: An admin can locate a documentation node, duplicate it into another space, and reorganize child pages for a product launch handbook.

Quick Start

Use the lark-wiki skill to list spaces and retrieve a node's details to find where to create or copy documentation.

Frequently Asked Questions about lark-wiki

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

FAQPage Schema
How do I manage Feishu wiki spaces and document nodes programmatically?

You can manage Feishu wiki spaces and nodes programmatically using lark-cli to perform create, copy, list, and get operations. This reduces manual navigation and API complexity when organizing or migrating documents.

What permissions do I need to copy wiki nodes in Lark?

To copy wiki nodes in Lark, you need proper authentication and specific wiki scopes, including wiki:space:read, wiki:node:read, and wiki:node:copy. These permissions ensure authorized access when reorganizing content across spaces.

Can I use lark-cli to migrate documents between Feishu knowledge spaces?

Yes, you can use lark-cli to migrate documents between Feishu knowledge spaces by locating a documentation node and copying it into another space. This allows admins to reorganize child pages for scenarios like a product launch handbook.

How do I list child nodes in a Feishu wiki space to inspect the hierarchy?

You can list child nodes in a Feishu wiki space by fetching space lists and space details using lark-cli. This retrieves the wiki structure and helps inspect node hierarchies within enterprise knowledge bases.

What is the best way to create new documentation nodes in Feishu without manual navigation?

The best way to create new documentation nodes in Feishu without manual navigation is using lark-cli to automate node creation. This requires the wiki:node:create scope and proper authentication to programmatically build out wiki structures.

Does lark-wiki require any specific dependencies to manage Feishu knowledge spaces?

Yes, managing Feishu knowledge spaces requires lark-cli availability in your environment. You must also complete proper authentication and acquire the necessary wiki scopes to perform operations on spaces and nodes.