Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
rintays avatar

Lark Cli

  • 172 installs
  • 20 repo stars
  • Updated July 10, 2026
  • rintays/lark-cli

Helps with ai & agent building tasks.

About

lark-cli is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • lark-cli
  • AI & Agent Building
  • AI-coding skill

Lark Cli by the numbers

  • 172 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #3,091 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 26, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rintays/lark-cli --skill lark-cli

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs172
repo stars20
Last updatedJuly 10, 2026
Repositoryrintays/lark-cli

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Lark CLI

This skill uses the lark CLI to operate Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks, and more), with the shortest-path examples and reference links.

What this repo provides

  • lark CLI: a single binary to access Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks).
  • Two output modes: human tables by default, JSON with --json for automation.
  • SDK-first implementation via the official oapi-sdk-go.

Quickstart (minimal)

1) Install the CLI (see references/INSTALL.md). 2) Authenticate:

  • Tenant token (app-only, bot/app identity): lark auth tenant
  • User token (user-scoped, on behalf of a user): lark auth user login

See references/AUTH.md for details and scopes. 3) Run a command:

lark whoami
lark chats list --limit 10
lark users search "Ada" --json

Core concepts (tl;dr)

  • Feishu = Lark (global brand). Same API surface, different API endpoints.
  • Most commands follow: lark <product> <action> [args] [flags].
  • Required IDs are positional args (no required --id flags).
  • Many commands accept a Lark/Feishu web URL in place of IDs.
  • --json prints machine-readable output to stdout; logs/errors go to stderr.

See references/CONCEPTS.md for a longer primer.

When to use tenant vs user tokens

  • Tenant token: app-level operations as your bot/app identity.
  • User token: user-scoped operations on behalf of a specific user.

If a command fails with scope errors, check references/TROUBLESHOOTING.md.

Token Type Usage

Use --token-type to force the access token type:

  • --token-type auto: default, auto-select based on command needs.
  • --token-type tenant: force tenant token.
  • --token-type user: force user token.

Examples:

lark whoami --token-type tenant
lark drive list --token-type user

Agent-friendly workflow

  • Prefer --json and parse in tools/scripts.
  • Use --limit / --pages for pagination-heavy commands.
  • Reuse --account or LARK_ACCOUNT for multi-user scenarios.

User-facing output style (important)

When you execute lark commands on the user's behalf:

  • Do not dump raw CLI commands or verbose terminal output to the user by default.
  • Summarize results in human-readable language (what changed / what was found / next action).
  • Only include the exact command/output when the user explicitly asks, or when it's needed for debugging/repro.
  • Prefer short lists and direct links (Docx/Sheet URLs) over IDs/tokens.

Common recipes

See references/RECIPES.md for common tasks (send message, search users, read docs, etc.).

Deep references

  • Install: references/INSTALL.md
  • Auth & scopes: references/AUTH.md
  • Concepts & IDs: references/CONCEPTS.md
  • Recipes: references/RECIPES.md
  • Troubleshooting: references/TROUBLESHOOTING.md
  • Completion: references/COMPLETION.md
  • Docs: references/DOCS.md
  • Sheets: references/SHEETS.md
  • Bitable bases: references/BASES.md
  • Drive: references/DRIVE.md
  • Minutes: references/MINUTES.md
  • Calendars: references/CALENDARS.md
  • Meetings: references/MEETINGS.md
  • Chats: references/CHATS.md
  • Messages: references/MESSAGES.md
  • Contacts: references/CONTACTS.md
  • Mail: references/MAIL.md
  • Tasklists: references/TASKLISTS.md
  • Tasks: references/TASKS.md
  • Users: references/USERS.md
  • Config: references/CONFIG.md
  • Whoami: references/WHOAMI.md
  • Wiki: references/WIKI.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.