lark-vc-agent

Join a meeting with a 9-digit number and stream live in-meeting events.

4|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/FradSer/skills --skill lark-vc-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-vc-agent
Source: https://github.com/FradSer/skills/tree/main/skills/lark/lark-vc-agent
Command: npx skills add https://github.com/FradSer/skills --skill lark-vc-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能使机器人在视频会议中能够真实入会并获取会中实时事件,从而自动化会中协作、记录与监控,降低人工干预成本。

Core Features & Use Cases

  • 入会执行:通过 9 位会议号使用 +meeting-join 将机器人真实加入正在进行的会议。
  • 会中感知:通过 +meeting-events 读取参会人动态、发言、聊天、屏幕共享等事件。
  • 离会/退出:在用户明确请求时使用 +meeting-leave 将机器人从会议中移除。
  • 跨技能引用:需要时可拉取纪要/逐字稿等产物,或查询参会人快照。 典型场景包括参会机器人、会中助手、代为旁听等。

Quick Start

先使用 9 位数字会议号通过 +meeting-join 入会,然后使用 +meeting-events 获取会中实时事件。

Frequently Asked Questions about lark-vc-agent

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

FAQPage Schema
How do I join a Lark video conference as a bot to monitor live meeting events?

To join a Lark video conference as a bot, use a 9-digit meeting number with the meeting-join command. The bot enters the ongoing call and streams real-time in-meeting events like participant dynamics, transcripts, and chat messages.

What real-time events can a meeting bot track during a Lark video conference?

A meeting bot in a Lark video conference can track real-time participant changes, live transcripts, chat messages, and screen sharing events. It applies to scenarios requiring automated in-meeting collaboration, recording, and monitoring.

How does a bot leave a Lark video conference after attending?

A bot leaves a Lark video conference when explicitly requested by the user via the meeting-leave command. This safely removes the bot from the ongoing call after it has completed tracking in-meeting events.

Do I need authentication to read live meeting events from a Lark video conference?

Yes, authentication is required to read live meeting events from a Lark video conference. The bot uses the long meeting_id obtained from join responses to access paging, error handling, and safety checks for in-meeting visibility.

Can I pull meeting transcripts and participant snapshots after a bot joins a Lark call?

Yes, after a bot joins a Lark call, cross-skill references allow pulling meeting minutes, verbatim transcripts, and participant snapshots. This enables downstream automation for in-meeting collaboration and post-call analysis.