Lark CLI Skill: Meeting Summary Workflow
Lark/Feishu CLI workflow skill. Aggregates meeting minutes over a time range and generates structured reports.
这个资产会安全暂存
这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。
npx -y tokrepo@latest install 7e662a8b-4dab-4c0a-bb78-1e2afdbce83d --target codex先暂存文件;激活前需要读取暂存 README 和安装计划。
What it is
This CLI skill for Lark (Feishu) automates the process of aggregating meeting minutes across a specified time range and generating structured summary reports. It pulls data from Lark's calendar and meeting APIs, extracts key points, and produces formatted summaries.
The skill targets team leads, project managers, and operations staff who need weekly or monthly meeting summaries without manually reading through individual meeting notes.
The project is actively maintained and suitable for both individual developers and teams looking to integrate it into their existing toolchain. Documentation and community support are available for onboarding.
How it saves time or tokens
Manually reviewing dozens of meeting notes to extract action items and decisions takes hours per week. This skill automates the aggregation, identifies key topics across meetings, and produces a structured report. A week of meetings becomes a single-page summary in seconds.
How to use
- Install the Lark CLI skill in your Claude Code or AI coding assistant.
- Configure your Lark API credentials (app_id, app_secret) for calendar and meeting access.
- Run the skill with a time range:
lark-cli meetings summarize --from 2026-04-01 --to 2026-04-15 - Review the generated summary report with sections for decisions, action items, and key topics.
Example
# Configure Lark API credentials
export LARK_APP_ID='cli_xxxxx'
export LARK_APP_SECRET='xxxxx'
# Generate a weekly meeting summary
lark-cli meetings summarize \
--from 2026-04-07 \
--to 2026-04-11 \
--format markdown \
--output weekly-summary.md
# Output structure:
# ## Weekly Meeting Summary (Apr 7-11, 2026)
# ### Key Decisions
# - Decision 1 from meeting X
# ### Action Items
# - [ ] Task assigned to Person A (due: Apr 15)
# ### Topics Discussed
# - Topic summary across multiple meetings
Related on TokRepo
- AI Tools for Documentation — Documentation and report generation tools.
- AI Tools for Automation — Workflow automation tools for recurring tasks.
Common pitfalls
- Not granting sufficient API permissions. The skill needs read access to calendar events and meeting records. Missing permissions cause silent failures with empty summaries.
- Setting time ranges that are too broad. A month of meetings produces an unwieldy summary. Weekly summaries are more actionable.
- Expecting the skill to capture unrecorded discussions. The skill can only summarize what is documented in Lark meeting notes. Meetings without notes are excluded from the summary.
- Applying the skill without reading the documentation first. Each skill has specific prerequisites and configuration requirements that affect the quality of results.
常见问题
Yes. The skill supports both Lark (international) and Feishu (China) instances. Configure the correct API endpoint for your region.
The skill generates summaries in Markdown, HTML, and plain text formats. Markdown is recommended for pasting into Lark documents or README files.
Yes. Use the `--calendar` flag to filter by calendar ID, or `--keyword` to include only meetings whose titles match a pattern.
Yes. The skill parses meeting notes for action item patterns (checkboxes, 'TODO:', assigned tasks) and aggregates them into a dedicated action items section with assignees and due dates.
Yes. Wrap the CLI command in a cron job or CI/CD scheduled pipeline to generate weekly summaries automatically. The output can be posted to a Lark group chat via webhook.
引用来源 (3)
- Lark Developer Docs— Lark Open Platform API for calendar and meetings
- Lark API Reference— Meeting minutes aggregation and summarization
- Anthropic Claude Code Docs— Automated report generation from API data
来源与感谢
Created by LarkSuite. Licensed under MIT. larksuite/cli — 4,100+ GitHub stars
Part of the Lark CLI Official Skills Collection on TokRepo.
讨论
相关资产
Lark CLI Skill: Events — Real-Time Event Subscriptions
Lark/Feishu CLI skill for event-driven workflows. WebSocket real-time event listening with regex routing and NDJSON output.
Lark CLI Skill: Standup Report Workflow
Lark/Feishu CLI workflow skill. Combines calendar agenda and tasks to generate daily/weekly standup summaries.
Lark CLI Skill: Calendar — Event & Schedule Management
Lark/Feishu CLI skill for calendar management. View agenda, create events, invite attendees, check free/busy, and get time suggestions.
Lark CLI Skill: Meetings — Video Conference Records
Lark/Feishu CLI skill for video meetings. Search meeting records, get meeting minutes with summaries, todos, and transcripts.