[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-workflow-meeting-summary-de":3,"guides-for-larksuite-lark-workflow-meeting-summary":1233,"similar-k172210ywwv2kj2hw9vtk4gbs986nasj-de":1234},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":225,"parentExtension":250,"providers":251,"relations":256,"repo":258,"tags":1230,"workflow":1231},1778692098392.7231,"k172210ywwv2kj2hw9vtk4gbs986nasj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。",{"claudeCode":12},"larksuite/cli","lark-workflow-meeting-summary","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":243},1778692696175.307,"kn7410k75jkw9sfz8388jqfvkn86nnv1","zh-CN",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":216,"tier":217,"useCases":218},[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,113,117,121,124,127,130,133,136,139,143,147,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 organizing meeting minutes and generating structured reports, and specifies use cases like organizing minutes, generating weekly reports, and reviewing past meeting content.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill leverages specific Lark/Feishu CLI commands for searching meetings and retrieving minutes, offering a structured workflow beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for retrieving, processing, and reporting on meeting minutes, including authentication and documentation for related operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on the workflow of aggregating and reporting on meeting minutes, with clear dependencies on other Lark skills for authentication and document retrieval.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality of summarizing meeting minutes within a specified time range and generating structured reports.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, narrow tools like `lark-cli vc +search`, `lark-cli vc +notes`, and `lark-cli drive metas batch_query`, avoiding generalist execution commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md details the necessary CLI commands, parameters, and their expected formats, including default behaviors for time ranges and handling of missing notes.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `vc +search` and `drive metas batch_query` are descriptive within the Lark/Feishu domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The CLI commands used accept specific parameters for date ranges, meeting IDs, and document tokens, and output structured data like JSON, minimizing unnecessary data exposure.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under MIT, as confirmed by the LICENSE file and the README, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project has a lockfile (`package-lock.json` implied by npm installation) and uses standard Node.js package management, suggesting good dependency handling.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The README mentions OS-native keychain storage for credentials, and the authentication flow suggests secure handling of user tokens.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The README highlights input injection protection and terminal output sanitization, suggesting measures against malicious data.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on the `lark-cli` tool which appears to be self-contained and does not perform runtime downloads of executable code or content for execution.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates through the `lark-cli`, which is designed for interacting with Lark APIs and is expected to maintain appropriate isolation.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached processes or deny-retry loops is present in the skill's workflow description.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is to process meeting minutes and does not involve submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The SKILL.md and README files do not contain any suspicious hidden text, control characters, or formatting tricks.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill's logic is described in plain markdown and relies on the lark-cli tool, with no evidence of obfuscated code or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill assumes the presence of the lark-cli tool and its authentication setup, which is clearly documented as a prerequisite.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","info","The project has 154 open issues and 125 closed issues in the last 90 days, indicating a high volume of activity but potentially slower issue resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a version (1.0.0) in its frontmatter and the `lark-cli` tool has npm versioning and CHANGELOG, indicating clear version management.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill details specific CLI commands and their parameters, and relies on the lark-cli's built-in validation for input and output.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary operations involve querying and processing data; any potential state changes via document creation are optional and user-requested.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md provides clear instructions for handling potential issues like 'no notes available' and explicitly mentions relying on the CLI's error reporting.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill itself does not perform destructive actions or outbound calls that would necessitate a local audit log beyond what the lark-cli might provide.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill operates on meeting minutes and metadata, which are not inherently personal data, and does not submit data to third parties.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on Lark/Feishu data and uses a tool with global applicability; no specific regional restrictions were detected.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on the lark-cli, which is designed for cross-platform use (Node.js/npm installation), and its dependencies are standard.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the lark-cli, its features, installation, and agent skills.",{"category":33,"check":131,"severity":115,"summary":132},"Tool surface size","This skill primarily orchestrates calls to specific lark-cli commands rather than exposing a large number of its own tools.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The skill utilizes distinct lark-cli commands for specific functions (search, notes, drive metas) without obvious synonym overlap.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README related to the CLI's capabilities are implemented, and the skill utilizes these documented commands.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for both human users and AI agents, including npm and source builds, authentication setup, and usage examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md indicates that the lark-cli handles error reporting, and the documentation suggests clear steps for authentication and command usage.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The use of npm for installation implies dependency management with lockfiles, and the lark-cli itself specifies Go and Python version requirements.",{"category":33,"check":152,"severity":97,"summary":153},"Dry-run preview","The lark-cli offers a `--dry-run` option for state-changing commands, but this specific skill's workflow is primarily data retrieval and optional document creation.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill relies on the lark-cli for API interactions, which is expected to handle idempotency and timeouts appropriately for Lark/Feishu APIs.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The lark-cli project is open source with an MIT license and does not appear to have opt-out telemetry; usage is focused on API interaction.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly states its purpose: to aggregate meeting minutes within a specified time range and generate structured reports, and provides specific usage scenarios.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise, clearly stating the skill's name, version, and a succinct description of its purpose and use cases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates deeper material to referenced skills like lark-shared and lark-doc.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to relevant shared skills for authentication and document operations, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill focuses on a direct workflow of data retrieval and reporting, not deep exploration requiring a forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides explicit examples for the core workflow steps and references related skills for further detailed examples.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents edge cases such as handling 'no notes available' and the need for batch queries for time ranges and note IDs.",{"category":104,"check":184,"severity":115,"summary":185},"Tool Fallback","This skill relies solely on the lark-cli tool and does not have external tool fallbacks.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The SKILL.md emphasizes the need for proper authentication and authorization prerequisites, implying a halt if these are not met.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill clearly declares its dependencies on `lark-shared` and `lark-vc` via links and explicit prerequisites, and does not implicitly rely on other skills.",1778692696059,"This skill automates the process of aggregating meeting minutes within a specified time frame and generating structured reports using the Lark/Feishu CLI tool. It handles authentication, searches for meetings, retrieves minute details, and can optionally create documents with the summarized information.",[196,197,198,199],"Aggregate meeting minutes within a specified time range","Generate structured reports for daily or weekly summaries","Query meeting details and associated minute documents","Integrate with Lark/Feishu authentication and document services",[201,202,203],"Real-time meeting transcription","Analyzing meeting sentiment or participant engagement","Managing meeting scheduling or invitations","3.0.0","4.4.0","To streamline the organization and reporting of meeting minutes, saving users time and effort in compiling summaries and weekly reports.","The extension demonstrates high quality with clear documentation, specific tool usage, and adherence to security and portability best practices. Minor info finding on issue volume. Minimal findings overall.",97,"A highly polished skill for summarizing meeting minutes, with excellent documentation and adherence to best practices.",[211,212,213,214,215],"meeting-summary","lark","feishu","automation","reporting","global","verified",[219,220,221,222],"Organizing meeting minutes from the past week into a report","Generating a weekly meeting summary for team review","Quickly reviewing recent meeting content and topics","Finding specific meeting records within a given period",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"popularity":237,"security":239,"testCoverage":242},{"hasLockfile":225},true,1778692680765,{"descriptionLength":228,"readmeSize":229},68,16470,{"closedIssues90d":231,"forks":232,"hasChangelog":225,"manifestVersion":233,"openIssues90d":234,"pushedAt":235,"stars":236},125,666,"1.0.0",154,1778677340000,9936,{"npmDownloads":238},199747,{"hasNpmPackage":225,"license":240,"smitheryVerified":241},"MIT",false,{"hasCi":225,"hasTests":225},{"updatedAt":244},1778692696175,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"skills/lark-workflow-meeting-summary","larksuite","cli","skill",null,{"evaluate":252,"extract":254},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":253,"targetMarket":216,"tier":217},[211,212,213,214,215],{"commitSha":255},"HEAD",{"repoId":257},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":259,"_id":257,"identity":260,"providers":261,"workflow":1225},1778692091023.1594,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":262,"discover":1217,"extract":1220,"github":1221,"npm":1224},{"commitSha":255,"extensions":263},[264,276,284,292,300,308,316,509,533,545,579,621,631,669,711,725,739,767,775,783,811,819,953,997,1011,1025,1051,1065,1070,1078,1086],{"basePath":265,"description":266,"displayName":267,"installMethods":268,"rationale":269,"selectedPaths":270,"source":274,"sourceLanguage":275,"type":249},"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",[271],{"path":272,"priority":273},"SKILL.md","mandatory","rule","en",{"basePath":277,"description":278,"displayName":279,"installMethods":280,"rationale":281,"selectedPaths":282,"source":274,"sourceLanguage":275,"type":249},"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",[283],{"path":272,"priority":273},{"basePath":285,"description":286,"displayName":287,"installMethods":288,"rationale":289,"selectedPaths":290,"source":274,"sourceLanguage":275,"type":249},"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",[291],{"path":272,"priority":273},{"basePath":293,"description":294,"displayName":295,"installMethods":296,"rationale":297,"selectedPaths":298,"source":274,"sourceLanguage":275,"type":249},"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",[299],{"path":272,"priority":273},{"basePath":301,"description":302,"displayName":303,"installMethods":304,"rationale":305,"selectedPaths":306,"source":274,"sourceLanguage":18,"type":249},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[307],{"path":272,"priority":273},{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":274,"sourceLanguage":18,"type":249},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[315],{"path":272,"priority":273},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":274,"sourceLanguage":18,"type":249},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[323,324,327,329,331,333,335,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],{"path":272,"priority":273},{"path":325,"priority":326},"references/dashboard-block-data-config.md","medium",{"path":328,"priority":326},"references/examples.md",{"path":330,"priority":326},"references/formula-field-guide.md",{"path":332,"priority":326},"references/lark-base-advperm-disable.md",{"path":334,"priority":326},"references/lark-base-advperm-enable.md",{"path":336,"priority":326},"references/lark-base-base-copy.md",{"path":338,"priority":326},"references/lark-base-base-create.md",{"path":340,"priority":326},"references/lark-base-base-get.md",{"path":342,"priority":326},"references/lark-base-cell-value.md",{"path":344,"priority":326},"references/lark-base-dashboard-arrange.md",{"path":346,"priority":326},"references/lark-base-dashboard-block-create.md",{"path":348,"priority":326},"references/lark-base-dashboard-block-delete.md",{"path":350,"priority":326},"references/lark-base-dashboard-block-get.md",{"path":352,"priority":326},"references/lark-base-dashboard-block-list.md",{"path":354,"priority":326},"references/lark-base-dashboard-block-update.md",{"path":356,"priority":326},"references/lark-base-dashboard-create.md",{"path":358,"priority":326},"references/lark-base-dashboard-delete.md",{"path":360,"priority":326},"references/lark-base-dashboard-get.md",{"path":362,"priority":326},"references/lark-base-dashboard-list.md",{"path":364,"priority":326},"references/lark-base-dashboard-update.md",{"path":366,"priority":326},"references/lark-base-dashboard.md",{"path":368,"priority":326},"references/lark-base-data-analysis-sop.md",{"path":370,"priority":326},"references/lark-base-data-query.md",{"path":372,"priority":326},"references/lark-base-field-create.md",{"path":374,"priority":326},"references/lark-base-field-delete.md",{"path":376,"priority":326},"references/lark-base-field-get.md",{"path":378,"priority":326},"references/lark-base-field-list.md",{"path":380,"priority":326},"references/lark-base-field-search-options.md",{"path":382,"priority":326},"references/lark-base-field-update.md",{"path":384,"priority":326},"references/lark-base-field.md",{"path":386,"priority":326},"references/lark-base-form-create.md",{"path":388,"priority":326},"references/lark-base-form-delete.md",{"path":390,"priority":326},"references/lark-base-form-get.md",{"path":392,"priority":326},"references/lark-base-form-list.md",{"path":394,"priority":326},"references/lark-base-form-questions-create.md",{"path":396,"priority":326},"references/lark-base-form-questions-delete.md",{"path":398,"priority":326},"references/lark-base-form-questions-list.md",{"path":400,"priority":326},"references/lark-base-form-questions-update.md",{"path":402,"priority":326},"references/lark-base-form-questions.md",{"path":404,"priority":326},"references/lark-base-form-update.md",{"path":406,"priority":326},"references/lark-base-form.md",{"path":408,"priority":326},"references/lark-base-history.md",{"path":410,"priority":326},"references/lark-base-record-batch-create.md",{"path":412,"priority":326},"references/lark-base-record-batch-update.md",{"path":414,"priority":326},"references/lark-base-record-delete.md",{"path":416,"priority":326},"references/lark-base-record-history-list.md",{"path":418,"priority":326},"references/lark-base-record-share-link-create.md",{"path":420,"priority":326},"references/lark-base-record-upload-attachment.md",{"path":422,"priority":326},"references/lark-base-record-upsert.md",{"path":424,"priority":326},"references/lark-base-record.md",{"path":426,"priority":326},"references/lark-base-role-create.md",{"path":428,"priority":326},"references/lark-base-role-delete.md",{"path":430,"priority":326},"references/lark-base-role-get.md",{"path":432,"priority":326},"references/lark-base-role-list.md",{"path":434,"priority":326},"references/lark-base-role-update.md",{"path":436,"priority":326},"references/lark-base-shortcut-field-properties.md",{"path":438,"priority":326},"references/lark-base-table-create.md",{"path":440,"priority":326},"references/lark-base-table-delete.md",{"path":442,"priority":326},"references/lark-base-table-get.md",{"path":444,"priority":326},"references/lark-base-table-list.md",{"path":446,"priority":326},"references/lark-base-table-update.md",{"path":448,"priority":326},"references/lark-base-table.md",{"path":450,"priority":326},"references/lark-base-view-create.md",{"path":452,"priority":326},"references/lark-base-view-delete.md",{"path":454,"priority":326},"references/lark-base-view-get-card.md",{"path":456,"priority":326},"references/lark-base-view-get-filter.md",{"path":458,"priority":326},"references/lark-base-view-get-group.md",{"path":460,"priority":326},"references/lark-base-view-get-sort.md",{"path":462,"priority":326},"references/lark-base-view-get-timebar.md",{"path":464,"priority":326},"references/lark-base-view-get-visible-fields.md",{"path":466,"priority":326},"references/lark-base-view-get.md",{"path":468,"priority":326},"references/lark-base-view-list.md",{"path":470,"priority":326},"references/lark-base-view-rename.md",{"path":472,"priority":326},"references/lark-base-view-set-card.md",{"path":474,"priority":326},"references/lark-base-view-set-filter.md",{"path":476,"priority":326},"references/lark-base-view-set-group.md",{"path":478,"priority":326},"references/lark-base-view-set-sort.md",{"path":480,"priority":326},"references/lark-base-view-set-timebar.md",{"path":482,"priority":326},"references/lark-base-view-set-visible-fields.md",{"path":484,"priority":326},"references/lark-base-view.md",{"path":486,"priority":326},"references/lark-base-workflow-create.md",{"path":488,"priority":326},"references/lark-base-workflow-disable.md",{"path":490,"priority":326},"references/lark-base-workflow-enable.md",{"path":492,"priority":326},"references/lark-base-workflow-get.md",{"path":494,"priority":326},"references/lark-base-workflow-guide.md",{"path":496,"priority":326},"references/lark-base-workflow-list.md",{"path":498,"priority":326},"references/lark-base-workflow-schema.md",{"path":500,"priority":326},"references/lark-base-workflow-update.md",{"path":502,"priority":326},"references/lark-base-workflow.md",{"path":504,"priority":326},"references/lark-base-workspace.md",{"path":506,"priority":326},"references/lookup-field-guide.md",{"path":508,"priority":326},"references/role-config.md",{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":274,"sourceLanguage":18,"type":249},"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",[516,517,519,521,523,525,527,529,531],{"path":272,"priority":273},{"path":518,"priority":326},"references/lark-calendar-agenda.md",{"path":520,"priority":326},"references/lark-calendar-create.md",{"path":522,"priority":326},"references/lark-calendar-freebusy.md",{"path":524,"priority":326},"references/lark-calendar-room-find.md",{"path":526,"priority":326},"references/lark-calendar-rsvp.md",{"path":528,"priority":326},"references/lark-calendar-schedule-meeting.md",{"path":530,"priority":326},"references/lark-calendar-suggestion.md",{"path":532,"priority":326},"references/lark-calendar-update.md",{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":274,"sourceLanguage":18,"type":249},"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",[540,541,543],{"path":272,"priority":273},{"path":542,"priority":326},"references/lark-contact-get-user.md",{"path":544,"priority":326},"references/lark-contact-search-user.md",{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":274,"sourceLanguage":275,"type":249},"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",[552,553,555,557,559,561,563,565,567,569,571,573,575,577],{"path":272,"priority":273},{"path":554,"priority":326},"references/lark-doc-create.md",{"path":556,"priority":326},"references/lark-doc-fetch.md",{"path":558,"priority":326},"references/lark-doc-md.md",{"path":560,"priority":326},"references/lark-doc-media-download.md",{"path":562,"priority":326},"references/lark-doc-media-insert.md",{"path":564,"priority":326},"references/lark-doc-media-preview.md",{"path":566,"priority":326},"references/lark-doc-search.md",{"path":568,"priority":326},"references/lark-doc-update.md",{"path":570,"priority":326},"references/lark-doc-whiteboard.md",{"path":572,"priority":326},"references/lark-doc-xml.md",{"path":574,"priority":326},"references/style/lark-doc-create-workflow.md",{"path":576,"priority":326},"references/style/lark-doc-style.md",{"path":578,"priority":326},"references/style/lark-doc-update-workflow.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":274,"sourceLanguage":18,"type":249},"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",[586,587,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619],{"path":272,"priority":273},{"path":588,"priority":326},"references/lark-drive-add-comment.md",{"path":590,"priority":326},"references/lark-drive-apply-permission.md",{"path":592,"priority":326},"references/lark-drive-create-folder.md",{"path":594,"priority":326},"references/lark-drive-create-shortcut.md",{"path":596,"priority":326},"references/lark-drive-delete.md",{"path":598,"priority":326},"references/lark-drive-download.md",{"path":600,"priority":326},"references/lark-drive-export-download.md",{"path":602,"priority":326},"references/lark-drive-export.md",{"path":604,"priority":326},"references/lark-drive-import.md",{"path":606,"priority":326},"references/lark-drive-move.md",{"path":608,"priority":326},"references/lark-drive-pull.md",{"path":610,"priority":326},"references/lark-drive-push.md",{"path":612,"priority":326},"references/lark-drive-reactions.md",{"path":614,"priority":326},"references/lark-drive-search.md",{"path":616,"priority":326},"references/lark-drive-status.md",{"path":618,"priority":326},"references/lark-drive-task-result.md",{"path":620,"priority":326},"references/lark-drive-upload.md",{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":274,"sourceLanguage":275,"type":249},"skills/lark-event","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.","lark-event",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-event/SKILL.md",[628,629],{"path":272,"priority":273},{"path":630,"priority":326},"references/lark-event-im.md",{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":274,"sourceLanguage":275,"type":249},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[638,639,641,643,645,647,649,651,653,655,657,659,661,663,665,667],{"path":272,"priority":273},{"path":640,"priority":326},"references/lark-im-chat-create.md",{"path":642,"priority":326},"references/lark-im-chat-identity.md",{"path":644,"priority":326},"references/lark-im-chat-messages-list.md",{"path":646,"priority":326},"references/lark-im-chat-search.md",{"path":648,"priority":326},"references/lark-im-chat-update.md",{"path":650,"priority":326},"references/lark-im-flag-cancel.md",{"path":652,"priority":326},"references/lark-im-flag-create.md",{"path":654,"priority":326},"references/lark-im-flag-list.md",{"path":656,"priority":326},"references/lark-im-messages-mget.md",{"path":658,"priority":326},"references/lark-im-messages-reply.md",{"path":660,"priority":326},"references/lark-im-messages-resources-download.md",{"path":662,"priority":326},"references/lark-im-messages-search.md",{"path":664,"priority":326},"references/lark-im-messages-send.md",{"path":666,"priority":326},"references/lark-im-reactions.md",{"path":668,"priority":326},"references/lark-im-threads-messages-list.md",{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":274,"sourceLanguage":18,"type":249},"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",[676,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709],{"path":272,"priority":273},{"path":678,"priority":326},"references/lark-mail-decline-receipt.md",{"path":680,"priority":326},"references/lark-mail-draft-create.md",{"path":682,"priority":326},"references/lark-mail-draft-edit.md",{"path":684,"priority":326},"references/lark-mail-forward.md",{"path":686,"priority":326},"references/lark-mail-message.md",{"path":688,"priority":326},"references/lark-mail-messages.md",{"path":690,"priority":326},"references/lark-mail-reply-all.md",{"path":692,"priority":326},"references/lark-mail-reply.md",{"path":694,"priority":326},"references/lark-mail-send-receipt.md",{"path":696,"priority":326},"references/lark-mail-send.md",{"path":698,"priority":326},"references/lark-mail-share-to-chat.md",{"path":700,"priority":326},"references/lark-mail-signature.md",{"path":702,"priority":326},"references/lark-mail-template-create.md",{"path":704,"priority":326},"references/lark-mail-template-update.md",{"path":706,"priority":326},"references/lark-mail-thread.md",{"path":708,"priority":326},"references/lark-mail-triage.md",{"path":710,"priority":326},"references/lark-mail-watch.md",{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":274,"sourceLanguage":275,"type":249},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[718,719,721,723],{"path":272,"priority":273},{"path":720,"priority":326},"references/lark-markdown-create.md",{"path":722,"priority":326},"references/lark-markdown-fetch.md",{"path":724,"priority":326},"references/lark-markdown-overwrite.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":274,"sourceLanguage":18,"type":249},"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",[732,733,735,737],{"path":272,"priority":273},{"path":734,"priority":326},"references/lark-minutes-download.md",{"path":736,"priority":326},"references/lark-minutes-search.md",{"path":738,"priority":326},"references/lark-minutes-upload.md",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":274,"sourceLanguage":18,"type":249},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[746,747,749,751,753,755,757,759,761,763,765],{"path":272,"priority":273},{"path":748,"priority":326},"references/lark-okr-contentblock.md",{"path":750,"priority":326},"references/lark-okr-cycle-detail.md",{"path":752,"priority":326},"references/lark-okr-cycle-list.md",{"path":754,"priority":326},"references/lark-okr-entities.md",{"path":756,"priority":326},"references/lark-okr-image-upload.md",{"path":758,"priority":326},"references/lark-okr-progress-create.md",{"path":760,"priority":326},"references/lark-okr-progress-delete.md",{"path":762,"priority":326},"references/lark-okr-progress-get.md",{"path":764,"priority":326},"references/lark-okr-progress-list.md",{"path":766,"priority":326},"references/lark-okr-progress-update.md",{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":274,"sourceLanguage":18,"type":249},"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",[774],{"path":272,"priority":273},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":274,"sourceLanguage":18,"type":249},"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",[782],{"path":272,"priority":273},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":274,"sourceLanguage":18,"type":249},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[790,791,793,795,797,799,801,803,805,807,809],{"path":272,"priority":273},{"path":792,"priority":326},"references/lark-sheets-cell-data.md",{"path":794,"priority":326},"references/lark-sheets-cell-images.md",{"path":796,"priority":326},"references/lark-sheets-cell-style-and-merge.md",{"path":798,"priority":326},"references/lark-sheets-dropdown.md",{"path":800,"priority":326},"references/lark-sheets-filter-views.md",{"path":802,"priority":326},"references/lark-sheets-float-images.md",{"path":804,"priority":326},"references/lark-sheets-formula.md",{"path":806,"priority":326},"references/lark-sheets-row-column-management.md",{"path":808,"priority":326},"references/lark-sheets-sheet-management.md",{"path":810,"priority":326},"references/lark-sheets-spreadsheet-management.md",{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":274,"sourceLanguage":18,"type":249},"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",[818],{"path":272,"priority":273},{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":274,"sourceLanguage":18,"type":249},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[826,827,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,913,915,917,919,921,923,925,927,929,931,933,935,937,939,941,943,945,947,949,951],{"path":272,"priority":273},{"path":828,"priority":829},"assets/templates/administration--all_hands_meeting.xml","low",{"path":831,"priority":829},"assets/templates/administration--annual_gala.xml",{"path":833,"priority":829},"assets/templates/administration--company_intro.xml",{"path":835,"priority":829},"assets/templates/administration--corporate_culture.xml",{"path":837,"priority":829},"assets/templates/hr--employee_training.xml",{"path":839,"priority":829},"assets/templates/hr--employee_training_workshop.xml",{"path":841,"priority":829},"assets/templates/hr--onboarding.xml",{"path":843,"priority":829},"assets/templates/marketing--brand_communication.xml",{"path":845,"priority":829},"assets/templates/marketing--brand_logo_design.xml",{"path":847,"priority":829},"assets/templates/marketing--brand_operations_plan.xml",{"path":849,"priority":829},"assets/templates/marketing--business_plan.xml",{"path":851,"priority":829},"assets/templates/marketing--marketing_plan.xml",{"path":853,"priority":829},"assets/templates/marketing--marketing_strategy.xml",{"path":855,"priority":829},"assets/templates/marketing--product_whitepaper.xml",{"path":857,"priority":829},"assets/templates/marketing--roadshow_business_plan.xml",{"path":859,"priority":829},"assets/templates/misc--book_sharing.xml",{"path":861,"priority":829},"assets/templates/misc--club_event_plan.xml",{"path":863,"priority":829},"assets/templates/misc--student_career_plan.xml",{"path":865,"priority":829},"assets/templates/office--dark_general.xml",{"path":867,"priority":829},"assets/templates/office--dept_annual_report.xml",{"path":869,"priority":829},"assets/templates/office--light_general.xml",{"path":871,"priority":829},"assets/templates/office--project_kickoff.xml",{"path":873,"priority":829},"assets/templates/office--quarterly_review.xml",{"path":875,"priority":829},"assets/templates/office--work_report.xml",{"path":877,"priority":829},"assets/templates/office--work_summary.xml",{"path":879,"priority":829},"assets/templates/office--work_summary_report.xml",{"path":881,"priority":829},"assets/templates/operations--brand_logo_design.xml",{"path":883,"priority":829},"assets/templates/operations--brand_operations_plan.xml",{"path":885,"priority":829},"assets/templates/operations--marketing_plan.xml",{"path":887,"priority":829},"assets/templates/operations--product_promotion.xml",{"path":889,"priority":829},"assets/templates/personal--experience_sharing.xml",{"path":891,"priority":829},"assets/templates/personal--personal_resume.xml",{"path":893,"priority":829},"assets/templates/personal--promotion_defense.xml",{"path":895,"priority":829},"assets/templates/personal--promotion_report.xml",{"path":897,"priority":829},"assets/templates/personal--self_intro.xml",{"path":899,"priority":829},"assets/templates/personal--teaching_sharing.xml",{"path":901,"priority":829},"assets/templates/product--business_case_analysis.xml",{"path":903,"priority":829},"assets/templates/product--market_analysis.xml",{"path":905,"priority":829},"assets/templates/product--product_analysis.xml",{"path":907,"priority":829},"assets/templates/product--product_intro.xml",{"path":909,"priority":829},"assets/templates/product--product_promotion.xml",{"path":911,"priority":829},"assets/templates/product--product_promotion_2.xml",{"path":328,"priority":326},{"path":914,"priority":326},"references/lark-slides-create.md",{"path":916,"priority":326},"references/lark-slides-edit-workflows.md",{"path":918,"priority":326},"references/lark-slides-media-upload.md",{"path":920,"priority":326},"references/lark-slides-replace-slide.md",{"path":922,"priority":326},"references/lark-slides-xml-presentation-slide-create.md",{"path":924,"priority":326},"references/lark-slides-xml-presentation-slide-delete.md",{"path":926,"priority":326},"references/lark-slides-xml-presentation-slide-get.md",{"path":928,"priority":326},"references/lark-slides-xml-presentation-slide-replace.md",{"path":930,"priority":326},"references/lark-slides-xml-presentations-get.md",{"path":932,"priority":326},"references/slide-templates.md",{"path":934,"priority":326},"references/slides_demo.xml",{"path":936,"priority":326},"references/slides_xml_schema_definition.xml",{"path":938,"priority":326},"references/template-catalog.md",{"path":940,"priority":326},"references/template-index.json",{"path":942,"priority":326},"references/xml-format-guide.md",{"path":944,"priority":326},"references/xml-schema-quick-ref.md",{"path":946,"priority":829},"scripts/layout_lint.py",{"path":948,"priority":829},"scripts/layout_lint_test.py",{"path":950,"priority":829},"scripts/template_tool.py",{"path":952,"priority":829},"scripts/template_tool_test.py",{"basePath":954,"description":955,"displayName":956,"installMethods":957,"rationale":958,"selectedPaths":959,"source":274,"sourceLanguage":18,"type":249},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[960,961,963,965,967,969,971,973,975,977,979,981,983,985,987,989,991,993,995],{"path":272,"priority":273},{"path":962,"priority":326},"references/lark-task-assign.md",{"path":964,"priority":326},"references/lark-task-comment.md",{"path":966,"priority":326},"references/lark-task-complete.md",{"path":968,"priority":326},"references/lark-task-create.md",{"path":970,"priority":326},"references/lark-task-followers.md",{"path":972,"priority":326},"references/lark-task-get-my-tasks.md",{"path":974,"priority":326},"references/lark-task-get-related-tasks.md",{"path":976,"priority":326},"references/lark-task-reminder.md",{"path":978,"priority":326},"references/lark-task-reopen.md",{"path":980,"priority":326},"references/lark-task-search.md",{"path":982,"priority":326},"references/lark-task-set-ancestor.md",{"path":984,"priority":326},"references/lark-task-subscribe-event.md",{"path":986,"priority":326},"references/lark-task-tasklist-create.md",{"path":988,"priority":326},"references/lark-task-tasklist-members.md",{"path":990,"priority":326},"references/lark-task-tasklist-search.md",{"path":992,"priority":326},"references/lark-task-tasklist-task-add.md",{"path":994,"priority":326},"references/lark-task-update.md",{"path":996,"priority":326},"references/lark-task-upload-attachment.md",{"basePath":998,"description":999,"displayName":1000,"installMethods":1001,"rationale":1002,"selectedPaths":1003,"source":274,"sourceLanguage":18,"type":249},"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",[1004,1005,1007,1009],{"path":272,"priority":273},{"path":1006,"priority":326},"references/lark-vc-notes.md",{"path":1008,"priority":326},"references/lark-vc-recording.md",{"path":1010,"priority":326},"references/lark-vc-search.md",{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":274,"sourceLanguage":18,"type":249},"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",[1018,1019,1021,1023],{"path":272,"priority":273},{"path":1020,"priority":326},"references/lark-vc-agent-meeting-events.md",{"path":1022,"priority":326},"references/lark-vc-agent-meeting-join.md",{"path":1024,"priority":326},"references/lark-vc-agent-meeting-leave.md",{"basePath":1026,"description":1027,"displayName":1028,"installMethods":1029,"rationale":1030,"selectedPaths":1031,"source":274,"sourceLanguage":18,"type":249},"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",[1032,1033,1035,1037,1039,1041,1043,1045,1047,1049],{"path":272,"priority":273},{"path":1034,"priority":326},"references/connectors.md",{"path":1036,"priority":326},"references/content.md",{"path":1038,"priority":326},"references/image.md",{"path":1040,"priority":326},"references/lark-whiteboard-query.md",{"path":1042,"priority":326},"references/lark-whiteboard-update.md",{"path":1044,"priority":326},"references/layout.md",{"path":1046,"priority":326},"references/schema.md",{"path":1048,"priority":326},"references/style.md",{"path":1050,"priority":326},"references/typography.md",{"basePath":1052,"description":1053,"displayName":1054,"installMethods":1055,"rationale":1056,"selectedPaths":1057,"source":274,"sourceLanguage":18,"type":249},"skills/lark-wiki","飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。","lark-wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1058,1059,1061,1063],{"path":272,"priority":273},{"path":1060,"priority":326},"references/lark-wiki-delete-space.md",{"path":1062,"priority":326},"references/lark-wiki-move.md",{"path":1064,"priority":326},"references/lark-wiki-node-create.md",{"basePath":246,"description":10,"displayName":13,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":274,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1069],{"path":272,"priority":273},{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":274,"sourceLanguage":18,"type":249},"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",[1077],{"path":272,"priority":273},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":274,"sourceLanguage":275,"type":249},"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",[1085],{"path":272,"priority":273},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"license":240,"rationale":1092,"selectedPaths":1093,"source":274,"sourceLanguage":275,"type":248},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1091,"npm":1089},"github.com/larksuite/cli","cli ecosystem detected at /",[1094,1096,1098,1100,1103,1105,1107,1109,1111,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],{"path":1095,"priority":273},"package.json",{"path":1097,"priority":273},"go.mod",{"path":1099,"priority":273},"README.md",{"path":1101,"priority":1102},"LICENSE","high",{"path":1104,"priority":326},"scripts/run.js",{"path":1106,"priority":326},"main.go",{"path":1108,"priority":829},"cmd/api/api.go",{"path":1110,"priority":829},"cmd/auth/auth.go",{"path":1112,"priority":829},"cmd/auth/check.go",{"path":1114,"priority":829},"cmd/auth/list.go",{"path":1116,"priority":829},"cmd/auth/login.go",{"path":1118,"priority":829},"cmd/auth/login_interactive.go",{"path":1120,"priority":829},"cmd/auth/login_messages.go",{"path":1122,"priority":829},"cmd/auth/login_result.go",{"path":1124,"priority":829},"cmd/auth/login_scope_cache.go",{"path":1126,"priority":829},"cmd/auth/logout.go",{"path":1128,"priority":829},"cmd/auth/scopes.go",{"path":1130,"priority":829},"cmd/auth/status.go",{"path":1132,"priority":829},"cmd/bootstrap.go",{"path":1134,"priority":829},"cmd/build.go",{"path":1136,"priority":829},"cmd/completion/completion.go",{"path":1138,"priority":829},"cmd/config/bind.go",{"path":1140,"priority":829},"cmd/config/bind_messages.go",{"path":1142,"priority":829},"cmd/config/binder.go",{"path":1144,"priority":829},"cmd/config/config.go",{"path":1146,"priority":829},"cmd/config/default_as.go",{"path":1148,"priority":829},"cmd/config/init.go",{"path":1150,"priority":829},"cmd/config/init_interactive.go",{"path":1152,"priority":829},"cmd/config/init_messages.go",{"path":1154,"priority":829},"cmd/config/remove.go",{"path":1156,"priority":829},"cmd/config/show.go",{"path":1158,"priority":829},"cmd/config/strict_mode.go",{"path":1160,"priority":829},"cmd/doctor/doctor.go",{"path":1162,"priority":829},"cmd/error_auth_hint.go",{"path":1164,"priority":829},"cmd/event/appmeta_err.go",{"path":1166,"priority":829},"cmd/event/bus.go",{"path":1168,"priority":829},"cmd/event/console_url.go",{"path":1170,"priority":829},"cmd/event/consume.go",{"path":1172,"priority":829},"cmd/event/event.go",{"path":1174,"priority":829},"cmd/event/list.go",{"path":1176,"priority":829},"cmd/event/runtime.go",{"path":1178,"priority":829},"cmd/event/schema.go",{"path":1180,"priority":829},"cmd/event/sigpipe_unix.go",{"path":1182,"priority":829},"cmd/event/sigpipe_windows.go",{"path":1184,"priority":829},"cmd/event/status.go",{"path":1186,"priority":829},"cmd/event/stop.go",{"path":1188,"priority":829},"cmd/event/suggestions.go",{"path":1190,"priority":829},"cmd/event/table.go",{"path":1192,"priority":829},"cmd/global_flags.go",{"path":1194,"priority":829},"cmd/init.go",{"path":1196,"priority":829},"cmd/profile/add.go",{"path":1198,"priority":829},"cmd/profile/list.go",{"path":1200,"priority":829},"cmd/profile/profile.go",{"path":1202,"priority":829},"cmd/profile/remove.go",{"path":1204,"priority":829},"cmd/profile/rename.go",{"path":1206,"priority":829},"cmd/profile/use.go",{"path":1208,"priority":829},"cmd/prune.go",{"path":1210,"priority":829},"cmd/root.go",{"path":1212,"priority":829},"cmd/schema/schema.go",{"path":1214,"priority":829},"cmd/service/service.go",{"path":1216,"priority":829},"cmd/update/update.go",{"sources":1218},[1219],"manual",{"npmPackage":1089},{"closedIssues90d":231,"description":1222,"forks":232,"license":240,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":1223},"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":238},{"classifiedAt":1226,"discoverAt":1227,"extractAt":1228,"githubAt":1228,"npmAt":1229,"updatedAt":1226},1778692098142,1778692091023,1778692094045,1778692096666,[214,213,212,211,215],{"evaluatedAt":244,"extractAt":1232,"updatedAt":244},1778692098392,[],[1235,1254,1273,1292,1311,1328],{"_creationTime":1236,"_id":1237,"community":1238,"display":1239,"identity":1242,"providers":1243,"relations":1250,"tags":1251,"workflow":1252},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":1053,"installMethods":1240,"name":1241,"sourceUrl":14},{"claudeCode":12},"Lark Wiki CLI",{"basePath":1052,"githubOwner":247,"githubRepo":248,"locale":18,"slug":1054,"type":249},{"evaluate":1244,"extract":1249},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1245,"tags":1246,"targetMarket":216,"tier":217},100,[212,213,1247,1248,214,248],"wiki","knowledge-management",{"commitSha":255,"license":240},{"repoId":257},[214,248,213,1248,212,1247],{"evaluatedAt":1253,"extractAt":1232,"updatedAt":1253},1778692680305,{"_creationTime":1255,"_id":1256,"community":1257,"display":1258,"identity":1260,"providers":1261,"relations":1269,"tags":1270,"workflow":1271},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":511,"installMethods":1259,"name":512,"sourceUrl":14},{"claudeCode":12},{"basePath":510,"githubOwner":247,"githubRepo":248,"locale":18,"slug":512,"type":249},{"evaluate":1262,"extract":1268},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1245,"tags":1263,"targetMarket":216,"tier":217},[1264,1265,1266,1267,212,213,248],"calendar","scheduling","meeting","events",{"commitSha":255},{"repoId":257},[1264,248,1267,213,212,1266,1265],{"evaluatedAt":1272,"extractAt":1232,"updatedAt":1272},1778692253993,{"_creationTime":1274,"_id":1275,"community":1276,"display":1277,"identity":1279,"providers":1280,"relations":1288,"tags":1289,"workflow":1290},1778692098392.718,"k17akm3fqmcvhdq0nmaxcgh2h586mcef",{"reviewCount":8},{"description":318,"installMethods":1278,"name":319,"sourceUrl":14},{"claudeCode":12},{"basePath":317,"githubOwner":247,"githubRepo":248,"locale":18,"slug":319,"type":249},{"evaluate":1281,"extract":1287},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1245,"tags":1282,"targetMarket":216,"tier":217},[212,213,248,214,1283,1284,1285,1286],"api","workflow","data-management","base",{"commitSha":255},{"repoId":257},[1283,214,1286,248,1285,213,212,1284],{"evaluatedAt":1291,"extractAt":1232,"updatedAt":1291},1778692233385,{"_creationTime":1293,"_id":1294,"community":1295,"display":1296,"identity":1299,"providers":1300,"relations":1307,"tags":1308,"workflow":1309},1778692098392.7192,"k17dyz2qrqckqhxq2v9dyyd9h586m6rd",{"reviewCount":8},{"description":623,"installMethods":1297,"name":1298,"sourceUrl":14},{"claudeCode":12},"Lark Event Consumer CLI",{"basePath":622,"githubOwner":247,"githubRepo":248,"locale":275,"slug":624,"type":249},{"evaluate":1301,"extract":1306},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1302,"tags":1303,"targetMarket":216,"tier":217},99,[212,213,1267,1304,248,1305],"streaming","real-time",{"commitSha":255,"license":240},{"repoId":257},[248,1267,213,212,1305,1304],{"evaluatedAt":1310,"extractAt":1232,"updatedAt":1310},1778692366057,{"_creationTime":1312,"_id":1313,"community":1314,"display":1315,"identity":1317,"providers":1318,"relations":1324,"tags":1325,"workflow":1326},1778692098392.7185,"k170qx52qgvpxjazydkmbgtt1986n417",{"reviewCount":8},{"description":535,"installMethods":1316,"name":536,"sourceUrl":14},{"claudeCode":12},{"basePath":534,"githubOwner":247,"githubRepo":248,"locale":18,"slug":536,"type":249},{"evaluate":1319,"extract":1323},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1302,"tags":1320,"targetMarket":216,"tier":217},[212,213,1321,1322,248],"contact","user-management",{"commitSha":255},{"repoId":257},[248,1321,213,212,1322],{"evaluatedAt":1327,"extractAt":1232,"updatedAt":1327},1778692285206,{"_creationTime":1329,"_id":1330,"community":1331,"display":1332,"identity":1335,"providers":1336,"relations":1343,"tags":1344,"workflow":1345},1778692098392.7234,"k17a1qk30anmjm5dj1npykb2h586m5kn",{"reviewCount":8},{"description":1072,"installMethods":1333,"name":1334,"sourceUrl":14},{"claudeCode":12},"Lark Standup Report Workflow",{"basePath":1071,"githubOwner":247,"githubRepo":248,"locale":18,"slug":1073,"type":249},{"evaluate":1337,"extract":1342},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1338,"targetMarket":216,"tier":1341},[1264,1339,1340,214,212,213],"tasks","summary","community",{"commitSha":255,"license":240},{"repoId":257},[214,1264,213,212,1340,1339],{"evaluatedAt":1346,"extractAt":1232,"updatedAt":1346},1778692719826]