# Manage Lark Wiki Spaces and Content

Managing Lark Wiki structures and access through raw API calls is slow and error-prone. This skill guides authenticated listing, creation, movement, copying, deletion, and member administration.

## Install

```bash
npx skillstore add larksuite/lark-wiki
```

## Metadata

- Status: approved
- Slug: larksuite-lark-wiki
- Version: 1.0.2
- Author version: 1.0.2
- Skillstore revision: r2
- Version status: valid
- Tree hash: dfc53850ed3dd5a24560f5b6599ca32abec9d9c5e959fd2d7a86b8e3ed2fa500
- Author: larksuite
- GitHub username: larksuite
- License: MIT
- Repository: https://github.com/larksuite/cli/tree/main/skills/lark-wiki/
- Ref: ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: filesystem, external\_commands, network
- Quality score: 79
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/larksuite-lark-wiki
- Manifest: https://skillstore.pages.dev/api/skills/larksuite-lark-wiki/manifest

## Capabilities

- Lists accessible Wiki spaces with pagination controls.
- Creates Wiki spaces and nodes using user identity.
- Lists and inspects nodes from tokens, object identifiers, or Wiki links.
- Moves or copies nodes across spaces and parent nodes.
- Deletes nodes or spaces with confirmation and asynchronous task tracking.
- Lists, adds, and removes users, groups, departments, or applications as space members.

## Use Cases

- Audit Wiki access: List a space and its members before reviewing roles or planning access changes.
- Organize knowledge structures: Inspect node hierarchies, then create, move, or copy content into a clear structure.
- Prepare project workspaces: Create a project space, add starter nodes, and grant the correct team access.

## Prompt Templates

### List my Wiki spaces

```
List the Lark Wiki spaces available to my user account. Show each name, space identifier, type, and visibility.
```

### Inspect a Wiki hierarchy

```
Inspect the Wiki space named [space name]. Resolve its identifier, list all pages with bounded pagination, and summarize the hierarchy.
```

### Create a project section

```
Create a Wiki node titled [title] under [parent link]. Confirm the resolved parent and target space before writing.
```

### Plan and execute a reorganization

```
Review [source space] and propose moves into [target structure]. Use dry runs, request confirmation for each write group, then verify final locations.
```

## Limitations

- Requires lark-cli, valid authentication, and the necessary Lark API scopes.
- Does not edit document, spreadsheet, slide, or Base content.
- Does not upload or download files stored under Wiki nodes.
- List operations may require explicit pagination to retrieve every result.

## Best Practices

- Use user identity unless the request explicitly requires the application view.
- Resolve names and links to verified identifiers before any write operation.
- Use dry runs and explicit confirmation for moves, copies, membership changes, and deletions.

## Anti Patterns

- Do not pass a Wiki URL, title, or node token as a space identifier.
- Do not guess member types, roles, or identifiers from incomplete user input.
- Do not repeat invalid or denied requests without correcting parameters or permissions.

## Security Audit

- Audited at: 2026-07-23T17:29:48.181\+00:00
- Summary: All 156 static findings are false positives caused by Markdown links, inline code, CLI examples, URL placeholders, and high-entropy Chinese prose. The reviewed files contain no executable scripts, path traversal, system reconnaissance, obfuscated payloads, or unauthorized network behavior. The skill documents authenticated Lark Wiki operations and requires explicit confirmation for irreversible deletion and other high-risk writes.

## Stats

- Views: 107
- Downloads: 21
- Favorites: 1
- Popularity score: 0
