Skip to main content

Claude Code plugin

The official Lark plugin for Claude Code gives Claude full context on the Lark CLI, REST API, admin API, and common development patterns. When the plugin is active, Claude can help you write Lark integration code, debug issues, manage your databases, and set up CI/CD pipelines, all with accurate, up-to-date knowledge of the Lark platform.

What it includes

  • Full documentation for lark data, lark projects, lark databases, lark rules, and all other CLI commands.
  • REST data API and admin API endpoints, authentication details, and request/response formats.
  • Common patterns like backup and restore, data seeding, watch scripts, and CI/CD integration.
  • ID formats, naming standards, and conventions for structuring your Lark data.

Installation

Install the plugin from the Lark marketplace:
/plugin marketplace add lark-sh/lark-skill
/plugin install lark@lark-tools

Usage

Use /lark in any Claude Code conversation to activate the plugin manually. Claude will also load it automatically when it detects you’re working with Lark. Once active, you can ask Claude things like:
  • “Set up a Lark database for my multiplayer game”
  • “Write a backup script that exports my database nightly”
  • “Help me write security rules for user-owned data”
  • “Create a CI pipeline that deploys my security rules on push”