Lark Standup Report Workflow
Skill Aktiv日程待办摘要:编排 calendar +agenda 和 task +get-my-tasks,生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。
To provide users with a concise daily or weekly overview of their schedule and outstanding tasks, facilitating better planning and time management.
Funktionen
- Generates daily, tomorrow's, or weekly schedule summaries
- Fetches calendar events with details like time, summary, organizer, and RSVP status
- Retrieves uncompleted tasks with due dates
- AI-powered summarization, including time conversion, conflict detection, and sorting
- Supports user authentication and scope management via lark-cli
Anwendungsfälle
- Checking today's schedule and to-do list
- Getting a summary of tomorrow's meetings and tasks
- Reviewing the week's upcoming appointments and responsibilities
- Generating a morning stand-up report
Nicht-Ziele
- Creating or modifying calendar events or tasks
- Managing group chats or sending messages
- Interacting with documents, drive files, or other Lark modules beyond calendar and tasks
Workflow
- Read authentication and permission details from lark-shared
- Fetch calendar events for the specified date range using `lark-cli calendar +agenda`
- Fetch outstanding tasks due by the specified date using `lark-cli task +get-my-tasks`
- AI summarizes the fetched calendar and task data, including time conversion, conflict detection, sorting, and RSVP status mapping
- Output a structured summary of the day's/week's schedule and to-dos.
Praktiken
- Workflow orchestration
- Data summarization
- AI-driven analysis
Voraussetzungen
- Node.js (npm/npx)
- lark-cli installed globally
- Authorized lark-cli with 'calendar:calendar.event:read' and 'task:task:read' scopes
Trust
- warning:Issues AttentionWhile the repository has many open issues (154) and closed issues (125), the ratio suggests a potentially slow response time from maintainers.
Installation
npx skills add larksuite/cliFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Lark Calendar
100飞书日历(calendar):提供日历与日程(会议)的全面管理能力。核心场景包括:查看/搜索日程、创建/更新日程、管理参会人、查询忙闲状态及推荐空闲时段、查询/搜索与预定会议室。注意:涉及【预约日程/会议】或【查询/预定会议室】时,必须先读取 references/lark-calendar-schedule-meeting.md 工作流!高频操作请优先使用 Shortcuts:+agenda(快速概览今日/近期行程)、+create(创建日程并按需邀请参会人及预定会议室)、+update(更新既有日程字段,或独立增删参会人/会议室)、+freebusy(查询用户主日历的忙闲信息和rsvp的状态)、+rsvp(回复日程邀请)
Lark Wiki CLI
100飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。
Lark Base
100当需要用 lark-cli 操作飞书多维表格(Base)时调用:搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询,以及角色/表单/仪表盘管理/工作流;也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。
Gws Workflow Standup Report
99Google Workflow: Today's meetings + open tasks as a standup summary.
Lark Event Consumer CLI
99Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM message receive, reactions, chat member changes, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
Lark Contact
99飞书 / Lark 通讯录,用于按姓名 / 邮箱把员工解析成 open_id,以及按 open_id 反查员工的姓名 / 部门 / 邮箱 / 联系方式。当用户说出某人姓名而下一步需要发消息 / 加群 / 排日程时,先用本 skill 把姓名换成 ID;当输出里出现 open_id 需要展示成姓名给用户看,或用户直接询问某人的部门 / 邮箱 / 联系方式时,用本 skill 查。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。