[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-event-zh-CN":3,"guides-for-larksuite-lark-event":1243,"similar-k17dyz2qrqckqhxq2v9dyyd9h586m6rd-zh-CN":1244},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":255,"isFallback":235,"parentExtension":260,"providers":261,"relations":266,"repo":268,"tags":1240,"workflow":1241},1778692098392.7192,"k17dyz2qrqckqhxq2v9dyyd9h586m6rd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume \u003CEventKey>` (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.",{"claudeCode":12},"larksuite/cli","Lark Event Consumer CLI","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":253},1778692366057.1375,"kn7fwtjfps095w4fhfysfg1pj186m25a","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":226,"tier":227,"useCases":228},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,107,110,114,118,123,126,129,132,135,138,141,145,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of real-time event listening for Lark/Feishu, including specific event types and use cases like bots and webhook handlers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specialized CLI tool for consuming Lark events in an AI-agent-friendly format (NDJSON, stderr ready-marker), which is more than a thin wrapper around basic API access.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle for event consumption, including bounded runs, clear exit codes, and a robust subprocess contract, making it production-ready.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on consuming Lark/Feishu real-time events via its CLI tool, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the functionality of the lark-cli event consume command, including its use for AI agents and supported events.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The `lark-cli event consume` command acts as a single, well-defined tool for event consumption, taking specific EventKeys as arguments.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md document details common flags, their descriptions, and provides examples of their usage, covering parameters and configurations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool `lark-cli event consume` is clearly named and descriptive of its function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The tool accepts specific EventKeys and flags as input, and outputs NDJSON or files, adhering to a minimal and documented I/O surface.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under MIT, as confirmed by the LICENSE file and npm metadata.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of May 2026, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses npm and appears to manage dependencies, with a lockfile present.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The tool focuses on event consumption and does not appear to handle or expose secrets directly in its operation.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The documentation and implementation of `--jq` filters suggest sanitization and treating data as untrusted, preventing direct execution of arbitrary code.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension bundles its own scripts and relies on local CLI commands, with no runtime downloads of arbitrary code or data.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The tool operates within the lark-cli environment and writes output to stdout/stderr or files within a specified output directory, respecting sandbox boundaries.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found in the provided source.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's purpose is event consumption and does not involve sending confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled documentation and scripts are free of hidden text tricks, control characters, or suspicious Unicode sequences.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension's scripts and CLI commands are written in Go and appear to be standard, readable code, not obfuscated.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The `--output-dir` flag allows specifying relative paths, preventing assumptions about fixed project structures.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","info","The repository has 154 open issues and 125 closed issues in the last 90 days, indicating active but potentially slow response to new issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a version (1.0.0) declared in SKILL.md frontmatter and uses a lockfile, indicating good version management practices.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The `--jq` filter and parameter validation mentioned in the documentation suggest input validation is performed.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The extension is primarily for event consumption and does not perform destructive operations.",{"category":111,"check":112,"severity":24,"summary":113},"Errors","Error Handling","The SKILL.md details exit codes and reasons for various failure scenarios, providing clear error reporting.",{"category":115,"check":116,"severity":24,"summary":117},"Code Execution","Logging","The tool logs diagnostics to stderr, and the subprocess contract emphasizes blocking on stderr for critical markers, aiding auditability.",{"category":119,"check":120,"severity":121,"summary":122},"Compliance","GDPR","not_applicable","The extension consumes events and does not appear to directly process personal data without sanitization.",{"category":119,"check":124,"severity":24,"summary":125},"Target market","The extension operates on Lark/Feishu events globally and does not have specific regional limitations.",{"category":91,"check":127,"severity":24,"summary":128},"Runtime stability","The CLI is designed to run in various agent environments and uses standard commands, ensuring broad compatibility.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README file is comprehensive, detailing installation, features, authentication, and usage.",{"category":33,"check":133,"severity":121,"summary":134},"Tool surface size","This skill focuses on a single core command, 'lark-cli event consume', making the tool surface size small and focused.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The skill has a single primary command for event consumption, avoiding near-synonym redundancy.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All features described in the README and SKILL.md, such as event consumption and filtering, have corresponding implementations in the CLI tool.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for both human users and AI agents, along with authentication guidance.",{"category":111,"check":146,"severity":24,"summary":147},"Actionable error messages","The SKILL.md documents specific exit codes and reasons for errors, providing clear guidance on remediation.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","The presence of a lockfile and the declaration of Node.js/Go as runtimes indicate pinned dependencies.",{"category":33,"check":152,"severity":121,"summary":153},"Dry-run preview","The extension is focused on event consumption, which is a read-only operation; therefore, a dry-run preview is not applicable.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The tool supports `--max-events` and `--timeout` flags, and the `--jq` filtering can be seen as a form of stateless transformation, aligning with retry principles.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The extension does not appear to collect or emit telemetry by default, aligning with opt-in principles.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The purpose is precisely defined as streaming Lark/Feishu events as NDJSON via a specific CLI command for AI agents, with clear use cases and boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The SKILL.md frontmatter is concise and effectively summarizes the core capability and usage for routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured and avoids excessive verbosity, delegating detailed event schemas to separate files.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed event schemas and context are provided in separate markdown files (e.g., `references/lark-event-im.md`), demonstrating progressive disclosure.",{"category":171,"check":175,"severity":121,"summary":176},"Forked exploration","This skill is focused on consuming events and does not involve deep code exploration or multi-file inspection that would necessitate forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides multiple ready-to-use examples for consuming events with various filters and options, demonstrating observable outcomes.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents failure modes like startup/runtime errors and jq errors, along with recovery steps (e.g., checking permissions, correct jq syntax).",{"category":115,"check":184,"severity":121,"summary":185},"Tool Fallback","The skill relies on the `lark-cli` binary itself and does not have external tool fallbacks that are documented as optional.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The documentation specifies clear exit codes and reasons for various failures, indicating that the workflow halts on unexpected states.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and clearly documents its prerequisite of reading `../lark-shared/SKILL.md` without implicit reliance on other skills being loaded.",1778692365702,"This extension provides a command-line interface tool (`lark-cli event consume`) for real-time listening and processing of events from the Lark/Feishu platform. It streams events as NDJSON and includes features for bounded runs and agent subprocess integration.",[196,197,198,199,200],"Real-time event streaming as NDJSON","Support for various Lark/Feishu event keys","Bounded run configurations (--max-events, --timeout)","Stderr ready-marker contract for AI agent integration","jq filtering and transformation of events",[202,203,204],"Handling events outside the Lark/Feishu platform","Acting as a full-fledged bot framework beyond event consumption","Providing a graphical user interface for event management",[206,207,208],"Event Processing","Real-time Data Streaming","AI Agent Integration",[210,211,212],"Node.js (npm/npx)","Lark/Feishu API credentials configured via `lark-cli config init` and `lark-cli auth login`","The `lark-cli` tool must be installed (`npm install -g @larksuite/cli`)","3.0.0","4.4.0","To enable AI agents and automated workflows to subscribe to and process real-time events from Lark/Feishu, such as IM messages and user/chat changes, in a structured and reliable manner.","The extension demonstrates excellent documentation, clear purpose, and robust error handling, with no critical or warning findings. Minor info findings related to issue volume and absence of dry-run are outweighed by the overall high quality.",99,"Highly polished CLI tool for real-time Lark/Feishu event consumption, suitable for AI agents.",[220,221,222,223,224,225],"lark","feishu","events","streaming","cli","real-time","global","verified",[229,230,231,232],"Building Lark/Feishu bots that react to events in real-time","Processing incoming messages, reactions, or chat updates for automated workflows","Implementing long-running subscribers for continuous event handling","Serving as a streaming webhook or push handler for Lark/Feishu events",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"popularity":247,"security":249,"testCoverage":252},{"hasLockfile":235},true,1778692346849,{"descriptionLength":238,"readmeSize":239},439,16470,{"closedIssues90d":241,"forks":242,"hasChangelog":235,"manifestVersion":243,"openIssues90d":244,"pushedAt":245,"stars":246},125,666,"1.0.0",154,1778677340000,9936,{"npmDownloads":248},199747,{"hasNpmPackage":235,"license":250,"smitheryVerified":251},"MIT",false,{"hasCi":235,"hasTests":235},{"updatedAt":254},1778692366057,{"basePath":256,"githubOwner":257,"githubRepo":224,"locale":18,"slug":258,"type":259},"skills/lark-event","larksuite","lark-event","skill",null,{"evaluate":262,"extract":264},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":263,"targetMarket":226,"tier":227},[220,221,222,223,224,225],{"commitSha":265,"license":250},"HEAD",{"repoId":267},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":269,"_id":267,"identity":270,"providers":271,"workflow":1235},1778692091023.1594,{"githubOwner":257,"githubRepo":224,"sourceUrl":14},{"classify":272,"discover":1227,"extract":1230,"github":1231,"npm":1234},{"commitSha":265,"extensions":273},[274,285,293,301,309,318,326,519,543,555,589,631,638,676,718,732,746,774,782,790,818,826,960,1004,1018,1032,1058,1072,1080,1088,1096],{"basePath":275,"description":276,"displayName":277,"installMethods":278,"rationale":279,"selectedPaths":280,"source":284,"sourceLanguage":18,"type":259},"scripts/skill-format-check/tests/bad-skill","This skill is missing required fields like name and description.","bad-skill",{"claudeCode":12},"SKILL.md frontmatter at scripts/skill-format-check/tests/bad-skill/SKILL.md",[281],{"path":282,"priority":283},"SKILL.md","mandatory","rule",{"basePath":286,"description":287,"displayName":288,"installMethods":289,"rationale":290,"selectedPaths":291,"source":284,"sourceLanguage":18,"type":259},"scripts/skill-format-check/tests/good-skill","This is a properly formatted skill.","good-skill",{"claudeCode":12},"SKILL.md frontmatter at scripts/skill-format-check/tests/good-skill/SKILL.md",[292],{"path":282,"priority":283},{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":284,"sourceLanguage":18,"type":259},"scripts/skill-format-check/tests/good-skill-complex","A very complex description that spans multiple lines and contains weird chars: !@#$%^&*()\n","good-skill-complex",{"claudeCode":12},"SKILL.md frontmatter at scripts/skill-format-check/tests/good-skill-complex/SKILL.md",[300],{"path":282,"priority":283},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":284,"sourceLanguage":18,"type":259},"scripts/skill-format-check/tests/good-skill-minimal","Minimal valid description","good-skill-minimal",{"claudeCode":12},"SKILL.md frontmatter at scripts/skill-format-check/tests/good-skill-minimal/SKILL.md",[308],{"path":282,"priority":283},{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":284,"sourceLanguage":317,"type":259},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[316],{"path":282,"priority":283},"zh-CN",{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":284,"sourceLanguage":317,"type":259},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[325],{"path":282,"priority":283},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":284,"sourceLanguage":317,"type":259},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[333,334,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517],{"path":282,"priority":283},{"path":335,"priority":336},"references/dashboard-block-data-config.md","medium",{"path":338,"priority":336},"references/examples.md",{"path":340,"priority":336},"references/formula-field-guide.md",{"path":342,"priority":336},"references/lark-base-advperm-disable.md",{"path":344,"priority":336},"references/lark-base-advperm-enable.md",{"path":346,"priority":336},"references/lark-base-base-copy.md",{"path":348,"priority":336},"references/lark-base-base-create.md",{"path":350,"priority":336},"references/lark-base-base-get.md",{"path":352,"priority":336},"references/lark-base-cell-value.md",{"path":354,"priority":336},"references/lark-base-dashboard-arrange.md",{"path":356,"priority":336},"references/lark-base-dashboard-block-create.md",{"path":358,"priority":336},"references/lark-base-dashboard-block-delete.md",{"path":360,"priority":336},"references/lark-base-dashboard-block-get.md",{"path":362,"priority":336},"references/lark-base-dashboard-block-list.md",{"path":364,"priority":336},"references/lark-base-dashboard-block-update.md",{"path":366,"priority":336},"references/lark-base-dashboard-create.md",{"path":368,"priority":336},"references/lark-base-dashboard-delete.md",{"path":370,"priority":336},"references/lark-base-dashboard-get.md",{"path":372,"priority":336},"references/lark-base-dashboard-list.md",{"path":374,"priority":336},"references/lark-base-dashboard-update.md",{"path":376,"priority":336},"references/lark-base-dashboard.md",{"path":378,"priority":336},"references/lark-base-data-analysis-sop.md",{"path":380,"priority":336},"references/lark-base-data-query.md",{"path":382,"priority":336},"references/lark-base-field-create.md",{"path":384,"priority":336},"references/lark-base-field-delete.md",{"path":386,"priority":336},"references/lark-base-field-get.md",{"path":388,"priority":336},"references/lark-base-field-list.md",{"path":390,"priority":336},"references/lark-base-field-search-options.md",{"path":392,"priority":336},"references/lark-base-field-update.md",{"path":394,"priority":336},"references/lark-base-field.md",{"path":396,"priority":336},"references/lark-base-form-create.md",{"path":398,"priority":336},"references/lark-base-form-delete.md",{"path":400,"priority":336},"references/lark-base-form-get.md",{"path":402,"priority":336},"references/lark-base-form-list.md",{"path":404,"priority":336},"references/lark-base-form-questions-create.md",{"path":406,"priority":336},"references/lark-base-form-questions-delete.md",{"path":408,"priority":336},"references/lark-base-form-questions-list.md",{"path":410,"priority":336},"references/lark-base-form-questions-update.md",{"path":412,"priority":336},"references/lark-base-form-questions.md",{"path":414,"priority":336},"references/lark-base-form-update.md",{"path":416,"priority":336},"references/lark-base-form.md",{"path":418,"priority":336},"references/lark-base-history.md",{"path":420,"priority":336},"references/lark-base-record-batch-create.md",{"path":422,"priority":336},"references/lark-base-record-batch-update.md",{"path":424,"priority":336},"references/lark-base-record-delete.md",{"path":426,"priority":336},"references/lark-base-record-history-list.md",{"path":428,"priority":336},"references/lark-base-record-share-link-create.md",{"path":430,"priority":336},"references/lark-base-record-upload-attachment.md",{"path":432,"priority":336},"references/lark-base-record-upsert.md",{"path":434,"priority":336},"references/lark-base-record.md",{"path":436,"priority":336},"references/lark-base-role-create.md",{"path":438,"priority":336},"references/lark-base-role-delete.md",{"path":440,"priority":336},"references/lark-base-role-get.md",{"path":442,"priority":336},"references/lark-base-role-list.md",{"path":444,"priority":336},"references/lark-base-role-update.md",{"path":446,"priority":336},"references/lark-base-shortcut-field-properties.md",{"path":448,"priority":336},"references/lark-base-table-create.md",{"path":450,"priority":336},"references/lark-base-table-delete.md",{"path":452,"priority":336},"references/lark-base-table-get.md",{"path":454,"priority":336},"references/lark-base-table-list.md",{"path":456,"priority":336},"references/lark-base-table-update.md",{"path":458,"priority":336},"references/lark-base-table.md",{"path":460,"priority":336},"references/lark-base-view-create.md",{"path":462,"priority":336},"references/lark-base-view-delete.md",{"path":464,"priority":336},"references/lark-base-view-get-card.md",{"path":466,"priority":336},"references/lark-base-view-get-filter.md",{"path":468,"priority":336},"references/lark-base-view-get-group.md",{"path":470,"priority":336},"references/lark-base-view-get-sort.md",{"path":472,"priority":336},"references/lark-base-view-get-timebar.md",{"path":474,"priority":336},"references/lark-base-view-get-visible-fields.md",{"path":476,"priority":336},"references/lark-base-view-get.md",{"path":478,"priority":336},"references/lark-base-view-list.md",{"path":480,"priority":336},"references/lark-base-view-rename.md",{"path":482,"priority":336},"references/lark-base-view-set-card.md",{"path":484,"priority":336},"references/lark-base-view-set-filter.md",{"path":486,"priority":336},"references/lark-base-view-set-group.md",{"path":488,"priority":336},"references/lark-base-view-set-sort.md",{"path":490,"priority":336},"references/lark-base-view-set-timebar.md",{"path":492,"priority":336},"references/lark-base-view-set-visible-fields.md",{"path":494,"priority":336},"references/lark-base-view.md",{"path":496,"priority":336},"references/lark-base-workflow-create.md",{"path":498,"priority":336},"references/lark-base-workflow-disable.md",{"path":500,"priority":336},"references/lark-base-workflow-enable.md",{"path":502,"priority":336},"references/lark-base-workflow-get.md",{"path":504,"priority":336},"references/lark-base-workflow-guide.md",{"path":506,"priority":336},"references/lark-base-workflow-list.md",{"path":508,"priority":336},"references/lark-base-workflow-schema.md",{"path":510,"priority":336},"references/lark-base-workflow-update.md",{"path":512,"priority":336},"references/lark-base-workflow.md",{"path":514,"priority":336},"references/lark-base-workspace.md",{"path":516,"priority":336},"references/lookup-field-guide.md",{"path":518,"priority":336},"references/role-config.md",{"basePath":520,"description":521,"displayName":522,"installMethods":523,"rationale":524,"selectedPaths":525,"source":284,"sourceLanguage":317,"type":259},"skills/lark-calendar","飞书日历（calendar）：提供日历与日程（会议）的全面管理能力。核心场景包括：查看/搜索日程、创建/更新日程、管理参会人、查询忙闲状态及推荐空闲时段、查询/搜索与预定会议室。注意：涉及【预约日程/会议】或【查询/预定会议室】时，必须先读取 references/lark-calendar-schedule-meeting.md 工作流！高频操作请优先使用 Shortcuts：+agenda（快速概览今日/近期行程）、+create（创建日程并按需邀请参会人及预定会议室）、+update（更新既有日程字段，或独立增删参会人/会议室）、+freebusy（查询用户主日历的忙闲信息和rsvp的状态）、+rsvp（回复日程邀请）","lark-calendar",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-calendar/SKILL.md",[526,527,529,531,533,535,537,539,541],{"path":282,"priority":283},{"path":528,"priority":336},"references/lark-calendar-agenda.md",{"path":530,"priority":336},"references/lark-calendar-create.md",{"path":532,"priority":336},"references/lark-calendar-freebusy.md",{"path":534,"priority":336},"references/lark-calendar-room-find.md",{"path":536,"priority":336},"references/lark-calendar-rsvp.md",{"path":538,"priority":336},"references/lark-calendar-schedule-meeting.md",{"path":540,"priority":336},"references/lark-calendar-suggestion.md",{"path":542,"priority":336},"references/lark-calendar-update.md",{"basePath":544,"description":545,"displayName":546,"installMethods":547,"rationale":548,"selectedPaths":549,"source":284,"sourceLanguage":317,"type":259},"skills/lark-contact","飞书 / Lark 通讯录,用于按姓名 / 邮箱把员工解析成 open_id,以及按 open_id 反查员工的姓名 / 部门 / 邮箱 / 联系方式。当用户说出某人姓名而下一步需要发消息 / 加群 / 排日程时,先用本 skill 把姓名换成 ID;当输出里出现 open_id 需要展示成姓名给用户看,或用户直接询问某人的部门 / 邮箱 / 联系方式时,用本 skill 查。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。","lark-contact",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-contact/SKILL.md",[550,551,553],{"path":282,"priority":283},{"path":552,"priority":336},"references/lark-contact-get-user.md",{"path":554,"priority":336},"references/lark-contact-search-user.md",{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":284,"sourceLanguage":18,"type":259},"skills/lark-doc","飞书云文档（v2）：创建和编辑飞书文档。使用本 skill 时，docs +create、docs +fetch、docs +update 必须携带 --api-version v2；默认使用 DocxXML 格式（也支持 Markdown）。创建文档、获取文档内容（支持 simple/with-ids/full 三种导出详细度，以及 full/outline/range/keyword/section 五种局部读取模式，可按目录、block id 区间、关键词或标题自动成节只拉部分内容以节省上下文）、更新文档（八种指令：str_replace/block_insert_after/block_copy_insert_after/block_replace/block_delete/block_move_after/overwrite/append）、上传和下载文档中的图片和文件、搜索云空间文档。当用户需要创建或编辑飞书文档、读取文档内容、在文档中插入图片、搜索云空间文档时使用；如果用户是想按名称或关键词先定位电子表格、报表等云空间对象，也优先使用本 skill 的 docs +search 做资源发现。","lark-doc",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-doc/SKILL.md",[562,563,565,567,569,571,573,575,577,579,581,583,585,587],{"path":282,"priority":283},{"path":564,"priority":336},"references/lark-doc-create.md",{"path":566,"priority":336},"references/lark-doc-fetch.md",{"path":568,"priority":336},"references/lark-doc-md.md",{"path":570,"priority":336},"references/lark-doc-media-download.md",{"path":572,"priority":336},"references/lark-doc-media-insert.md",{"path":574,"priority":336},"references/lark-doc-media-preview.md",{"path":576,"priority":336},"references/lark-doc-search.md",{"path":578,"priority":336},"references/lark-doc-update.md",{"path":580,"priority":336},"references/lark-doc-whiteboard.md",{"path":582,"priority":336},"references/lark-doc-xml.md",{"path":584,"priority":336},"references/style/lark-doc-create-workflow.md",{"path":586,"priority":336},"references/style/lark-doc-style.md",{"path":588,"priority":336},"references/style/lark-doc-update-workflow.md",{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":284,"sourceLanguage":317,"type":259},"skills/lark-drive","飞书云空间：管理云空间中的文件和文件夹。上传和下载文件、创建文件夹、复制/移动/删除文件、查看文件元数据、管理文档评论、管理文档权限、订阅用户评论变更事件、修改文件标题（docx、sheet、bitable、file、folder、wiki）；也负责把本地 Word/Markdown/Excel/CSV 以及 Base 快照（.base）导入为飞书在线云文档（docx、sheet、bitable）。当用户需要上传或下载文件、整理云空间目录、查看文件详情、管理评论、管理文档权限、修改文件标题、订阅用户评论变更事件，或要把本地文件导入成新版文档、电子表格、多维表格/Base 时使用。","lark-drive",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-drive/SKILL.md",[596,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,627,629],{"path":282,"priority":283},{"path":598,"priority":336},"references/lark-drive-add-comment.md",{"path":600,"priority":336},"references/lark-drive-apply-permission.md",{"path":602,"priority":336},"references/lark-drive-create-folder.md",{"path":604,"priority":336},"references/lark-drive-create-shortcut.md",{"path":606,"priority":336},"references/lark-drive-delete.md",{"path":608,"priority":336},"references/lark-drive-download.md",{"path":610,"priority":336},"references/lark-drive-export-download.md",{"path":612,"priority":336},"references/lark-drive-export.md",{"path":614,"priority":336},"references/lark-drive-import.md",{"path":616,"priority":336},"references/lark-drive-move.md",{"path":618,"priority":336},"references/lark-drive-pull.md",{"path":620,"priority":336},"references/lark-drive-push.md",{"path":622,"priority":336},"references/lark-drive-reactions.md",{"path":624,"priority":336},"references/lark-drive-search.md",{"path":626,"priority":336},"references/lark-drive-status.md",{"path":628,"priority":336},"references/lark-drive-task-result.md",{"path":630,"priority":336},"references/lark-drive-upload.md",{"basePath":256,"description":10,"displayName":258,"installMethods":632,"rationale":633,"selectedPaths":634,"source":284,"sourceLanguage":18,"type":259},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-event/SKILL.md",[635,636],{"path":282,"priority":283},{"path":637,"priority":336},"references/lark-event-im.md",{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":284,"sourceLanguage":18,"type":259},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[645,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674],{"path":282,"priority":283},{"path":647,"priority":336},"references/lark-im-chat-create.md",{"path":649,"priority":336},"references/lark-im-chat-identity.md",{"path":651,"priority":336},"references/lark-im-chat-messages-list.md",{"path":653,"priority":336},"references/lark-im-chat-search.md",{"path":655,"priority":336},"references/lark-im-chat-update.md",{"path":657,"priority":336},"references/lark-im-flag-cancel.md",{"path":659,"priority":336},"references/lark-im-flag-create.md",{"path":661,"priority":336},"references/lark-im-flag-list.md",{"path":663,"priority":336},"references/lark-im-messages-mget.md",{"path":665,"priority":336},"references/lark-im-messages-reply.md",{"path":667,"priority":336},"references/lark-im-messages-resources-download.md",{"path":669,"priority":336},"references/lark-im-messages-search.md",{"path":671,"priority":336},"references/lark-im-messages-send.md",{"path":673,"priority":336},"references/lark-im-reactions.md",{"path":675,"priority":336},"references/lark-im-threads-messages-list.md",{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":284,"sourceLanguage":317,"type":259},"skills/lark-mail","飞书邮箱 — draft, compose, send, reply, forward, read, and search emails; manage drafts, folders, labels, contacts, attachments, and mail rules. Use when user mentions 起草邮件, 写一封邮件, 拟邮件, 草稿, 发通知邮件, 发送邮件, 发邮件, 回复邮件, 转发邮件, 查看邮件, 看邮件, 读邮件, 搜索邮件, 查邮件, 收件箱, 邮件会话, 编辑草稿, 管理草稿, 下载附件, 邮件文件夹, 邮件标签, 邮件联系人, 监听新邮件, 收信规则, 邮件规则, draft, compose, send email, reply, forward, inbox, mail thread, mail rules.","lark-mail",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-mail/SKILL.md",[683,684,686,688,690,692,694,696,698,700,702,704,706,708,710,712,714,716],{"path":282,"priority":283},{"path":685,"priority":336},"references/lark-mail-decline-receipt.md",{"path":687,"priority":336},"references/lark-mail-draft-create.md",{"path":689,"priority":336},"references/lark-mail-draft-edit.md",{"path":691,"priority":336},"references/lark-mail-forward.md",{"path":693,"priority":336},"references/lark-mail-message.md",{"path":695,"priority":336},"references/lark-mail-messages.md",{"path":697,"priority":336},"references/lark-mail-reply-all.md",{"path":699,"priority":336},"references/lark-mail-reply.md",{"path":701,"priority":336},"references/lark-mail-send-receipt.md",{"path":703,"priority":336},"references/lark-mail-send.md",{"path":705,"priority":336},"references/lark-mail-share-to-chat.md",{"path":707,"priority":336},"references/lark-mail-signature.md",{"path":709,"priority":336},"references/lark-mail-template-create.md",{"path":711,"priority":336},"references/lark-mail-template-update.md",{"path":713,"priority":336},"references/lark-mail-thread.md",{"path":715,"priority":336},"references/lark-mail-triage.md",{"path":717,"priority":336},"references/lark-mail-watch.md",{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":284,"sourceLanguage":18,"type":259},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[725,726,728,730],{"path":282,"priority":283},{"path":727,"priority":336},"references/lark-markdown-create.md",{"path":729,"priority":336},"references/lark-markdown-fetch.md",{"path":731,"priority":336},"references/lark-markdown-overwrite.md",{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":284,"sourceLanguage":317,"type":259},"skills/lark-minutes","飞书妙记：妙记相关基本功能。1.查询妙记列表（按关键词/所有者/参与者/时间范围）；2.获取妙记基础信息（标题、封面、时长 等）；3.下载妙记音视频文件；4.获取妙记相关 AI 产物（总结、待办、章节）；5.上传音视频生成妙记，也支持将本地音视频文件转成纪要、逐字稿、文字稿、撰写文字等产物。遇到这类请求时，应优先使用本 skill，而不是尝试 `ffmpeg`、`whisper` 等本地转写命令。飞书妙记 URL 格式: http(s)://\u003Chost>/minutes/\u003Cminute-token>","lark-minutes",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-minutes/SKILL.md",[739,740,742,744],{"path":282,"priority":283},{"path":741,"priority":336},"references/lark-minutes-download.md",{"path":743,"priority":336},"references/lark-minutes-search.md",{"path":745,"priority":336},"references/lark-minutes-upload.md",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":284,"sourceLanguage":317,"type":259},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[753,754,756,758,760,762,764,766,768,770,772],{"path":282,"priority":283},{"path":755,"priority":336},"references/lark-okr-contentblock.md",{"path":757,"priority":336},"references/lark-okr-cycle-detail.md",{"path":759,"priority":336},"references/lark-okr-cycle-list.md",{"path":761,"priority":336},"references/lark-okr-entities.md",{"path":763,"priority":336},"references/lark-okr-image-upload.md",{"path":765,"priority":336},"references/lark-okr-progress-create.md",{"path":767,"priority":336},"references/lark-okr-progress-delete.md",{"path":769,"priority":336},"references/lark-okr-progress-get.md",{"path":771,"priority":336},"references/lark-okr-progress-list.md",{"path":773,"priority":336},"references/lark-okr-progress-update.md",{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":284,"sourceLanguage":317,"type":259},"skills/lark-openapi-explorer","飞书/Lark 原生 OpenAPI 探索：从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足，需要查找并调用原生飞书 OpenAPI 时使用。","lark-openapi-explorer",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-openapi-explorer/SKILL.md",[781],{"path":282,"priority":283},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":284,"sourceLanguage":317,"type":259},"skills/lark-shared","飞书/Lark CLI 共享基础：应用配置初始化、认证登录（auth login）、身份切换（--as user/bot）、权限与 scope 管理、Permission denied 错误处理、安全规则。当用户需要第一次配置(`lark-cli config init`)、使用登录授权(`lark-cli auth login`)、遇到权限不足、切换 user/bot 身份、配置 scope、或首次使用 lark-cli 时触发。","lark-shared",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-shared/SKILL.md",[789],{"path":282,"priority":283},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":284,"sourceLanguage":317,"type":259},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[797,798,800,802,804,806,808,810,812,814,816],{"path":282,"priority":283},{"path":799,"priority":336},"references/lark-sheets-cell-data.md",{"path":801,"priority":336},"references/lark-sheets-cell-images.md",{"path":803,"priority":336},"references/lark-sheets-cell-style-and-merge.md",{"path":805,"priority":336},"references/lark-sheets-dropdown.md",{"path":807,"priority":336},"references/lark-sheets-filter-views.md",{"path":809,"priority":336},"references/lark-sheets-float-images.md",{"path":811,"priority":336},"references/lark-sheets-formula.md",{"path":813,"priority":336},"references/lark-sheets-row-column-management.md",{"path":815,"priority":336},"references/lark-sheets-sheet-management.md",{"path":817,"priority":336},"references/lark-sheets-spreadsheet-management.md",{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":284,"sourceLanguage":317,"type":259},"skills/lark-skill-maker","创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill（包装原子 API 或编排多步流程）时使用。","lark-skill-maker",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-skill-maker/SKILL.md",[825],{"path":282,"priority":283},{"basePath":827,"description":828,"displayName":829,"installMethods":830,"rationale":831,"selectedPaths":832,"source":284,"sourceLanguage":317,"type":259},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[833,834,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,913,915,917,919,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958],{"path":282,"priority":283},{"path":835,"priority":836},"assets/templates/administration--all_hands_meeting.xml","low",{"path":838,"priority":836},"assets/templates/administration--annual_gala.xml",{"path":840,"priority":836},"assets/templates/administration--company_intro.xml",{"path":842,"priority":836},"assets/templates/administration--corporate_culture.xml",{"path":844,"priority":836},"assets/templates/hr--employee_training.xml",{"path":846,"priority":836},"assets/templates/hr--employee_training_workshop.xml",{"path":848,"priority":836},"assets/templates/hr--onboarding.xml",{"path":850,"priority":836},"assets/templates/marketing--brand_communication.xml",{"path":852,"priority":836},"assets/templates/marketing--brand_logo_design.xml",{"path":854,"priority":836},"assets/templates/marketing--brand_operations_plan.xml",{"path":856,"priority":836},"assets/templates/marketing--business_plan.xml",{"path":858,"priority":836},"assets/templates/marketing--marketing_plan.xml",{"path":860,"priority":836},"assets/templates/marketing--marketing_strategy.xml",{"path":862,"priority":836},"assets/templates/marketing--product_whitepaper.xml",{"path":864,"priority":836},"assets/templates/marketing--roadshow_business_plan.xml",{"path":866,"priority":836},"assets/templates/misc--book_sharing.xml",{"path":868,"priority":836},"assets/templates/misc--club_event_plan.xml",{"path":870,"priority":836},"assets/templates/misc--student_career_plan.xml",{"path":872,"priority":836},"assets/templates/office--dark_general.xml",{"path":874,"priority":836},"assets/templates/office--dept_annual_report.xml",{"path":876,"priority":836},"assets/templates/office--light_general.xml",{"path":878,"priority":836},"assets/templates/office--project_kickoff.xml",{"path":880,"priority":836},"assets/templates/office--quarterly_review.xml",{"path":882,"priority":836},"assets/templates/office--work_report.xml",{"path":884,"priority":836},"assets/templates/office--work_summary.xml",{"path":886,"priority":836},"assets/templates/office--work_summary_report.xml",{"path":888,"priority":836},"assets/templates/operations--brand_logo_design.xml",{"path":890,"priority":836},"assets/templates/operations--brand_operations_plan.xml",{"path":892,"priority":836},"assets/templates/operations--marketing_plan.xml",{"path":894,"priority":836},"assets/templates/operations--product_promotion.xml",{"path":896,"priority":836},"assets/templates/personal--experience_sharing.xml",{"path":898,"priority":836},"assets/templates/personal--personal_resume.xml",{"path":900,"priority":836},"assets/templates/personal--promotion_defense.xml",{"path":902,"priority":836},"assets/templates/personal--promotion_report.xml",{"path":904,"priority":836},"assets/templates/personal--self_intro.xml",{"path":906,"priority":836},"assets/templates/personal--teaching_sharing.xml",{"path":908,"priority":836},"assets/templates/product--business_case_analysis.xml",{"path":910,"priority":836},"assets/templates/product--market_analysis.xml",{"path":912,"priority":836},"assets/templates/product--product_analysis.xml",{"path":914,"priority":836},"assets/templates/product--product_intro.xml",{"path":916,"priority":836},"assets/templates/product--product_promotion.xml",{"path":918,"priority":836},"assets/templates/product--product_promotion_2.xml",{"path":338,"priority":336},{"path":921,"priority":336},"references/lark-slides-create.md",{"path":923,"priority":336},"references/lark-slides-edit-workflows.md",{"path":925,"priority":336},"references/lark-slides-media-upload.md",{"path":927,"priority":336},"references/lark-slides-replace-slide.md",{"path":929,"priority":336},"references/lark-slides-xml-presentation-slide-create.md",{"path":931,"priority":336},"references/lark-slides-xml-presentation-slide-delete.md",{"path":933,"priority":336},"references/lark-slides-xml-presentation-slide-get.md",{"path":935,"priority":336},"references/lark-slides-xml-presentation-slide-replace.md",{"path":937,"priority":336},"references/lark-slides-xml-presentations-get.md",{"path":939,"priority":336},"references/slide-templates.md",{"path":941,"priority":336},"references/slides_demo.xml",{"path":943,"priority":336},"references/slides_xml_schema_definition.xml",{"path":945,"priority":336},"references/template-catalog.md",{"path":947,"priority":336},"references/template-index.json",{"path":949,"priority":336},"references/xml-format-guide.md",{"path":951,"priority":336},"references/xml-schema-quick-ref.md",{"path":953,"priority":836},"scripts/layout_lint.py",{"path":955,"priority":836},"scripts/layout_lint_test.py",{"path":957,"priority":836},"scripts/template_tool.py",{"path":959,"priority":836},"scripts/template_tool_test.py",{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":284,"sourceLanguage":317,"type":259},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[967,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002],{"path":282,"priority":283},{"path":969,"priority":336},"references/lark-task-assign.md",{"path":971,"priority":336},"references/lark-task-comment.md",{"path":973,"priority":336},"references/lark-task-complete.md",{"path":975,"priority":336},"references/lark-task-create.md",{"path":977,"priority":336},"references/lark-task-followers.md",{"path":979,"priority":336},"references/lark-task-get-my-tasks.md",{"path":981,"priority":336},"references/lark-task-get-related-tasks.md",{"path":983,"priority":336},"references/lark-task-reminder.md",{"path":985,"priority":336},"references/lark-task-reopen.md",{"path":987,"priority":336},"references/lark-task-search.md",{"path":989,"priority":336},"references/lark-task-set-ancestor.md",{"path":991,"priority":336},"references/lark-task-subscribe-event.md",{"path":993,"priority":336},"references/lark-task-tasklist-create.md",{"path":995,"priority":336},"references/lark-task-tasklist-members.md",{"path":997,"priority":336},"references/lark-task-tasklist-search.md",{"path":999,"priority":336},"references/lark-task-tasklist-task-add.md",{"path":1001,"priority":336},"references/lark-task-update.md",{"path":1003,"priority":336},"references/lark-task-upload-attachment.md",{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":284,"sourceLanguage":317,"type":259},"skills/lark-vc","飞书视频会议：搜索历史会议、查询会议纪要产物（总结、待办、章节、逐字稿）、查询会议参会人快照。1. 查询已经结束的会议数量或详情时使用本技能（如历史日期｜昨天｜上周｜今天已经开过的会议等场景），查询未开始的会议日程使用 lark-calendar 技能。2. 支持通过关键词、时间范围、组织者、参与者、会议室等筛选条件搜索会议。3. 获取或整理会议纪要、逐字稿、录制产物时使用本技能。4. 查询“谁参加过某会议”“参会人列表”等参会人快照信息用 vc meeting get --with-participants（任意时点可查，含已结束会议）。注意：**Agent 真实入会/离会、感知正在进行中会议的实时事件**请使用 lark-vc-agent 技能，本技能不覆盖写操作和会中事件流。","lark-vc",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-vc/SKILL.md",[1011,1012,1014,1016],{"path":282,"priority":283},{"path":1013,"priority":336},"references/lark-vc-notes.md",{"path":1015,"priority":336},"references/lark-vc-recording.md",{"path":1017,"priority":336},"references/lark-vc-search.md",{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":284,"sourceLanguage":317,"type":259},"skills/lark-vc-agent","飞书视频会议：让机器人代当前用户加入/离开正在进行的会议，并读取会议期间的实时事件（参会人加入与离开、发言、聊天、屏幕共享等）。1. 用户提供 9 位会议号、要求代为入会或离会时使用 +meeting-join / +meeting-leave——会真实产生入会/离会记录。2. 会议进行中用户想知道“谁加入了”“谁离开了”“谁在发言”“有人共享屏幕吗”等会中动态时，机器人入会后用 +meeting-events 读取事件时间线。3. 典型场景：参会机器人、会中助手、代为旁听、代为参会。前提：机器人只能读到它自己参会过且仍在进行中的会议的事件；查询已结束会议的参会名单、纪要或逐字稿请使用 lark-vc 技能。","lark-vc-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-vc-agent/SKILL.md",[1025,1026,1028,1030],{"path":282,"priority":283},{"path":1027,"priority":336},"references/lark-vc-agent-meeting-events.md",{"path":1029,"priority":336},"references/lark-vc-agent-meeting-join.md",{"path":1031,"priority":336},"references/lark-vc-agent-meeting-leave.md",{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":284,"sourceLanguage":317,"type":259},"skills/lark-whiteboard","飞书画板：查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用 DSL（转成 OpenAPI 格式）、PlantUML/Mermaid 格式更新画板内容。 当用户需要查看画板内容、导出画板图片、编辑画板，或是需要可视化表达架构、流程、组织关系、时间线、因果、对比等结构化信息时使用此 skill，无论是否提及\"画板\"。 ⚠️ 原 `lark-whiteboard-cli` skill 已合并至本 skill，若 skill 列表中同时存在 `lark-whiteboard-cli`，请忽略它，统一使用本 skill（`lark-whiteboard`），并提示用户运行 `npx skills remove lark-whiteboard-cli -g` 删除旧 skill。\n","lark-whiteboard",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-whiteboard/SKILL.md",[1039,1040,1042,1044,1046,1048,1050,1052,1054,1056],{"path":282,"priority":283},{"path":1041,"priority":336},"references/connectors.md",{"path":1043,"priority":336},"references/content.md",{"path":1045,"priority":336},"references/image.md",{"path":1047,"priority":336},"references/lark-whiteboard-query.md",{"path":1049,"priority":336},"references/lark-whiteboard-update.md",{"path":1051,"priority":336},"references/layout.md",{"path":1053,"priority":336},"references/schema.md",{"path":1055,"priority":336},"references/style.md",{"path":1057,"priority":336},"references/typography.md",{"basePath":1059,"description":1060,"displayName":1061,"installMethods":1062,"rationale":1063,"selectedPaths":1064,"source":284,"sourceLanguage":317,"type":259},"skills/lark-wiki","飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。","lark-wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1065,1066,1068,1070],{"path":282,"priority":283},{"path":1067,"priority":336},"references/lark-wiki-delete-space.md",{"path":1069,"priority":336},"references/lark-wiki-move.md",{"path":1071,"priority":336},"references/lark-wiki-node-create.md",{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":284,"sourceLanguage":317,"type":259},"skills/lark-workflow-meeting-summary","会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。","lark-workflow-meeting-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1079],{"path":282,"priority":283},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":284,"sourceLanguage":317,"type":259},"skills/lark-workflow-standup-report","日程待办摘要：编排 calendar +agenda 和 task +get-my-tasks，生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。","lark-workflow-standup-report",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-standup-report/SKILL.md",[1087],{"path":282,"priority":283},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":284,"sourceLanguage":18,"type":259},"tests/cli_e2e/cli-e2e-testcase-writer","Use when adding or updating Go CLI E2E coverage for one `tests/cli_e2e/{domain}` domain of the compiled `lark-cli`, especially when the work requires live `--help` or `schema` exploration, scenario-based `clie2e.RunCmd` workflows, and per-domain `coverage.md` maintenance.","cli-e2e-testcase-writer",{"claudeCode":12},"SKILL.md frontmatter at tests/cli_e2e/cli-e2e-testcase-writer/SKILL.md",[1095],{"path":282,"priority":283},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"license":250,"rationale":1102,"selectedPaths":1103,"source":284,"sourceLanguage":18,"type":224},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1101,"npm":1099},"github.com/larksuite/cli","cli ecosystem detected at /",[1104,1106,1108,1110,1113,1115,1117,1119,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225],{"path":1105,"priority":283},"package.json",{"path":1107,"priority":283},"go.mod",{"path":1109,"priority":283},"README.md",{"path":1111,"priority":1112},"LICENSE","high",{"path":1114,"priority":336},"scripts/run.js",{"path":1116,"priority":336},"main.go",{"path":1118,"priority":836},"cmd/api/api.go",{"path":1120,"priority":836},"cmd/auth/auth.go",{"path":1122,"priority":836},"cmd/auth/check.go",{"path":1124,"priority":836},"cmd/auth/list.go",{"path":1126,"priority":836},"cmd/auth/login.go",{"path":1128,"priority":836},"cmd/auth/login_interactive.go",{"path":1130,"priority":836},"cmd/auth/login_messages.go",{"path":1132,"priority":836},"cmd/auth/login_result.go",{"path":1134,"priority":836},"cmd/auth/login_scope_cache.go",{"path":1136,"priority":836},"cmd/auth/logout.go",{"path":1138,"priority":836},"cmd/auth/scopes.go",{"path":1140,"priority":836},"cmd/auth/status.go",{"path":1142,"priority":836},"cmd/bootstrap.go",{"path":1144,"priority":836},"cmd/build.go",{"path":1146,"priority":836},"cmd/completion/completion.go",{"path":1148,"priority":836},"cmd/config/bind.go",{"path":1150,"priority":836},"cmd/config/bind_messages.go",{"path":1152,"priority":836},"cmd/config/binder.go",{"path":1154,"priority":836},"cmd/config/config.go",{"path":1156,"priority":836},"cmd/config/default_as.go",{"path":1158,"priority":836},"cmd/config/init.go",{"path":1160,"priority":836},"cmd/config/init_interactive.go",{"path":1162,"priority":836},"cmd/config/init_messages.go",{"path":1164,"priority":836},"cmd/config/remove.go",{"path":1166,"priority":836},"cmd/config/show.go",{"path":1168,"priority":836},"cmd/config/strict_mode.go",{"path":1170,"priority":836},"cmd/doctor/doctor.go",{"path":1172,"priority":836},"cmd/error_auth_hint.go",{"path":1174,"priority":836},"cmd/event/appmeta_err.go",{"path":1176,"priority":836},"cmd/event/bus.go",{"path":1178,"priority":836},"cmd/event/console_url.go",{"path":1180,"priority":836},"cmd/event/consume.go",{"path":1182,"priority":836},"cmd/event/event.go",{"path":1184,"priority":836},"cmd/event/list.go",{"path":1186,"priority":836},"cmd/event/runtime.go",{"path":1188,"priority":836},"cmd/event/schema.go",{"path":1190,"priority":836},"cmd/event/sigpipe_unix.go",{"path":1192,"priority":836},"cmd/event/sigpipe_windows.go",{"path":1194,"priority":836},"cmd/event/status.go",{"path":1196,"priority":836},"cmd/event/stop.go",{"path":1198,"priority":836},"cmd/event/suggestions.go",{"path":1200,"priority":836},"cmd/event/table.go",{"path":1202,"priority":836},"cmd/global_flags.go",{"path":1204,"priority":836},"cmd/init.go",{"path":1206,"priority":836},"cmd/profile/add.go",{"path":1208,"priority":836},"cmd/profile/list.go",{"path":1210,"priority":836},"cmd/profile/profile.go",{"path":1212,"priority":836},"cmd/profile/remove.go",{"path":1214,"priority":836},"cmd/profile/rename.go",{"path":1216,"priority":836},"cmd/profile/use.go",{"path":1218,"priority":836},"cmd/prune.go",{"path":1220,"priority":836},"cmd/root.go",{"path":1222,"priority":836},"cmd/schema/schema.go",{"path":1224,"priority":836},"cmd/service/service.go",{"path":1226,"priority":836},"cmd/update/update.go",{"sources":1228},[1229],"manual",{"npmPackage":1099},{"closedIssues90d":241,"description":1232,"forks":242,"license":250,"openIssues90d":244,"pushedAt":245,"readmeSize":239,"stars":246,"topics":1233},"The official Lark/Feishu CLI tool, maintained by the larksuite team — built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 20+ AI Agent Skills.",[],{"downloads":248},{"classifiedAt":1236,"discoverAt":1237,"extractAt":1238,"githubAt":1238,"npmAt":1239,"updatedAt":1236},1778692098142,1778692091023,1778692094045,1778692096666,[224,222,221,220,225,223],{"evaluatedAt":254,"extractAt":1242,"updatedAt":254},1778692098392,[],[1245,1264,1283,1302,1330,1347],{"_creationTime":1246,"_id":1247,"community":1248,"display":1249,"identity":1251,"providers":1252,"relations":1260,"tags":1261,"workflow":1262},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":521,"installMethods":1250,"name":522,"sourceUrl":14},{"claudeCode":12},{"basePath":520,"githubOwner":257,"githubRepo":224,"locale":317,"slug":522,"type":259},{"evaluate":1253,"extract":1259},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1254,"tags":1255,"targetMarket":226,"tier":227},100,[1256,1257,1258,222,220,221,224],"calendar","scheduling","meeting",{"commitSha":265},{"repoId":267},[1256,224,222,221,220,1258,1257],{"evaluatedAt":1263,"extractAt":1242,"updatedAt":1263},1778692253993,{"_creationTime":1265,"_id":1266,"community":1267,"display":1268,"identity":1271,"providers":1272,"relations":1279,"tags":1280,"workflow":1281},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":1060,"installMethods":1269,"name":1270,"sourceUrl":14},{"claudeCode":12},"Lark Wiki CLI",{"basePath":1059,"githubOwner":257,"githubRepo":224,"locale":317,"slug":1061,"type":259},{"evaluate":1273,"extract":1278},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1254,"tags":1274,"targetMarket":226,"tier":227},[220,221,1275,1276,1277,224],"wiki","knowledge-management","automation",{"commitSha":265,"license":250},{"repoId":267},[1277,224,221,1276,220,1275],{"evaluatedAt":1282,"extractAt":1242,"updatedAt":1282},1778692680305,{"_creationTime":1284,"_id":1285,"community":1286,"display":1287,"identity":1289,"providers":1290,"relations":1298,"tags":1299,"workflow":1300},1778692098392.718,"k17akm3fqmcvhdq0nmaxcgh2h586mcef",{"reviewCount":8},{"description":328,"installMethods":1288,"name":329,"sourceUrl":14},{"claudeCode":12},{"basePath":327,"githubOwner":257,"githubRepo":224,"locale":317,"slug":329,"type":259},{"evaluate":1291,"extract":1297},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1254,"tags":1292,"targetMarket":226,"tier":227},[220,221,224,1277,1293,1294,1295,1296],"api","workflow","data-management","base",{"commitSha":265},{"repoId":267},[1293,1277,1296,224,1295,221,220,1294],{"evaluatedAt":1301,"extractAt":1242,"updatedAt":1301},1778692233385,{"_creationTime":1303,"_id":1304,"community":1305,"display":1306,"identity":1312,"providers":1317,"relations":1323,"tags":1326,"workflow":1327},1778696691708.333,"k17a3xvv3pp9pkch6tr3f4mygn86nhs3",{"reviewCount":8},{"description":1307,"installMethods":1308,"name":1310,"sourceUrl":1311},"Stream live swarm events using the Monitor tool for real-time observability",{"claudeCode":1309},"ruvnet/ruflo","Monitor Stream","https://github.com/ruvnet/ruflo",{"basePath":1313,"githubOwner":1314,"githubRepo":1315,"locale":18,"slug":1316,"type":259},"plugins/ruflo-swarm/skills/monitor-stream","ruvnet","ruflo","monitor-stream",{"evaluate":1318,"extract":1322},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":1319,"targetMarket":226,"tier":227},[1320,223,222,1321,224],"observability","monitoring",{"commitSha":265,"license":250},{"parentExtensionId":1324,"repoId":1325},"k1745f2f8qnwa2b02r0cav1sgn86mm7h","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[224,222,1321,1320,223],{"evaluatedAt":1328,"extractAt":1329,"updatedAt":1328},1778701587681,1778696691708,{"_creationTime":1331,"_id":1332,"community":1333,"display":1334,"identity":1336,"providers":1337,"relations":1343,"tags":1344,"workflow":1345},1778692098392.7185,"k170qx52qgvpxjazydkmbgtt1986n417",{"reviewCount":8},{"description":545,"installMethods":1335,"name":546,"sourceUrl":14},{"claudeCode":12},{"basePath":544,"githubOwner":257,"githubRepo":224,"locale":317,"slug":546,"type":259},{"evaluate":1338,"extract":1342},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":1339,"targetMarket":226,"tier":227},[220,221,1340,1341,224],"contact","user-management",{"commitSha":265},{"repoId":267},[224,1340,221,220,1341],{"evaluatedAt":1346,"extractAt":1242,"updatedAt":1346},1778692285206,{"_creationTime":1348,"_id":1349,"community":1350,"display":1351,"identity":1354,"providers":1355,"relations":1363,"tags":1364,"workflow":1365},1778692098392.7234,"k17a1qk30anmjm5dj1npykb2h586m5kn",{"reviewCount":8},{"description":1082,"installMethods":1352,"name":1353,"sourceUrl":14},{"claudeCode":12},"Lark Standup Report Workflow",{"basePath":1081,"githubOwner":257,"githubRepo":224,"locale":317,"slug":1083,"type":259},{"evaluate":1356,"extract":1362},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1357,"tags":1358,"targetMarket":226,"tier":1361},97,[1256,1359,1360,1277,220,221],"tasks","summary","community",{"commitSha":265,"license":250},{"repoId":267},[1277,1256,221,220,1360,1359],{"evaluatedAt":1366,"extractAt":1242,"updatedAt":1366},1778692719826]