# Manage Lark Base Data and Automations

Managing Lark Base structures and data requires precise commands and schemas. This skill guides reliable CLI operations for tables, records, views, forms, dashboards, workflows, and roles.

## Install

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

## Metadata

- Status: approved
- Slug: larksuite-lark-base
- Version: 1.2.2
- Author version: 1.2.2
- Skillstore revision: r2
- Version status: valid
- Tree hash: 54bcd94a2424eaa0a4da0b7df94ff852d0f846f69b7c4c8a9a7af8516bf33494
- Author: larksuite
- GitHub username: larksuite
- License: MIT
- Repository: https://github.com/larksuite/cli/tree/main/skills/lark-base/
- 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: network, filesystem, external\_commands
- Quality score: 79
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/larksuite-lark-base
- Manifest: https://skillstore.pages.dev/api/skills/larksuite-lark-base/manifest

## Capabilities

- Resolve Base links and titles into tokens and resource identifiers.
- Create and update tables, fields, records, and views through lark-cli.
- Build formula and lookup fields using documented schemas and validation rules.
- Submit forms and manage form questions, dashboards, workflow definitions, and advanced roles.
- Run filtered, sorted, grouped, and aggregated Base queries.
- Apply confirmation and readback guidance for destructive or high-impact changes.

## Use Cases

- Build an operations tracker: Create tables, typed fields, views, and records for a repeatable team process.
- Analyze Base records: Run scoped filters, sorting, grouping, and aggregation while checking pagination and source fields.
- Administer Base automation: Configure dashboards, workflows, forms, and custom roles with validation and confirmation steps.

## Prompt Templates

### Inspect a Base

```
List every table in Base <link>, then show each table name and identifier. Do not change anything.
```

### Create a structured table

```
Create a table named <name> in Base <link> with fields <field list>. Confirm the resolved Base and schema before writing.
```

### Run a scoped analysis

```
Find records in <table> where <conditions>, sort by <field>, and return the top <N>. Explain the query scope and pagination status.
```

### Deploy a validated workflow

```
Design and apply a workflow in Base <link> that triggers on <event> and performs <actions>. Validate step references before enabling it.
```

## Limitations

- Requires an installed and authenticated lark-cli environment.
- Cannot repair authentication, scopes, or shared authorization without the separate lark-shared skill.
- Does not import local Excel, CSV, or .base files; that workflow uses lark-drive.
- Actions remain limited by the active Lark identity, permissions, API behavior, and platform limits.

## Best Practices

- Resolve links and names before using resource identifiers.
- Read current schemas and configurations before writes, then verify important changes with readback.
- Request explicit confirmation for deletion, role changes, and field conversions that can lose data.

## Anti Patterns

- Do not guess Base tokens, table identifiers, field names, or workflow step references.
- Do not claim global results from one page or a fixed local sample.
- Do not bypass confirmation gates or retry permission failures with broader identities.

## Security Audit

- Audited at: 2026-07-23T15:53:14.216\+00:00
- Summary: All 253 static findings are false positives from Markdown syntax, placeholder URLs, relative links, Lark identifiers, and multilingual text. Review found no executable scripts, host reconnaissance, path traversal, encoded payloads, prompt injection, or automatic outbound requests. The skill performs authorized cloud operations through lark-cli, so permissions and confirmation controls remain necessary.

## Stats

- Views: 260
- Downloads: 11
- Favorites: 0
- Popularity score: 0
