lark-suite

Configure Lark MCP and query Lark task data from Claude Code.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline configuring Lark MCP and retrieving Lark tasks for visibility within Claude Code, avoiding manual setup and secret exposure.

Core Features & Use Cases

  • Enable MCP server startup checks and environment validation.
  • List and detail Lark tasks and tasklists to support dashboards and reports.
  • Provide a safe, repeatable workflow for repository-based Lark data querying.

Quick Start

Configure the Lark MCP environment and query tasks from Claude Code to populate dashboards.

Frequently Asked Questions about lark-suite

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

FAQPage Schema
How do I query Lark tasks from Claude Code?

To query Lark tasks from Claude Code, you need to configure the Lark MCP environment by setting up required environment variables and a .mcp.json file. This enables the lark-mcp server startup, allowing you to list and detail Lark tasks and tasklists directly within your repository context.

What environment variables are required for Lark MCP configuration?

Lark MCP configuration requires LARK_APP_ID, LARK_APP_SECRET, LARK_DOMAIN, and LARK_TOOLSETS environment variables. You must set these to validate the MCP environment and enable secure communication between Claude Code and the Lark server without exposing your secrets.

Can I use Lark MCP to populate dashboards and reports in my repository?

Yes, you can use Lark MCP to populate dashboards and reports in your repository. The Skill retrieves Lark task data and formats the results specifically for dashboards or reports, streamlining workflow orchestration and data visibility within the repository context.

Does configuring Lark MCP expose my app secrets in the .mcp.json file?

Configuring Lark MCP does not expose your app secrets because it requires a properly prepared .mcp.json file without secrets. Instead, secrets are managed through environment variables, providing a safe and repeatable workflow for querying Lark data.

What should I do if my Lark MCP server is not starting in Claude Code?

If your Lark MCP server is not starting, you should verify that your MCP environment validation checks pass. Ensure the .mcp.json file is correctly configured without secrets and that all required LARK environment variables are properly set to trigger the startup checks.