[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-workflow-standup-report-zh-CN":3,"guides-for-larksuite-lark-workflow-standup-report":1250,"similar-k17a1qk30anmjm5dj1npykb2h586m5kn-zh-CN":1251},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":257,"parentExtension":267,"providers":268,"relations":273,"repo":275,"tags":1247,"workflow":1248},1778692098392.7234,"k17a1qk30anmjm5dj1npykb2h586m5kn",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"日程待办摘要：编排 calendar +agenda 和 task +get-my-tasks，生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。",{"claudeCode":12},"larksuite/cli","Lark Standup Report Workflow","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":259},1778692719826.2563,"kn78hwqv7br17r3mz8xmqyxemh86my1v","zh-CN",{"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,"workflow":233},[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,119,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 generating a summary of scheduled events and outstanding tasks for a given date, suitable for daily or weekly planning.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill orchestrates multiple Lark/Feishu tools (calendar+agenda, task+get-my-tasks) and performs AI-driven summarization, conflict detection, and time conversion, offering significant value beyond direct API calls.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for generating daily/weekly summaries, including prerequisites, clear steps for data retrieval, and AI-driven summarization with conflict detection and sorting.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single responsibility: generating a daily/weekly stand-up report by summarizing calendar events and tasks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of summarizing calendar and task information for specific dates.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific, verb-noun scoped tools like `calendar +agenda` and `task +get-my-tasks`, rather than a single generalist command.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed documentation for parameters like --start, --end, and --due-end, including required formats and default behaviors.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `calendar +agenda` and `task +get-my-tasks` are descriptive and follow a clear convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are specific (e.g., date formats for --start/--end) and the expected output structure for the AI summary is clearly defined.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT License, as indicated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 13, 2026, which is recent.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project has a lockfile (`package-lock.json` implied by npm install) and uses Node.js which has mechanisms for managing dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill requires authentication via `lark-cli auth login`, implying secure handling of credentials, and no secrets are echoed in stdout/stderr.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The README mentions input injection protection and terminal output sanitization, indicating measures against injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill appears to bundle necessary tools and does not indicate runtime downloads of code or data.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within the Lark/Feishu ecosystem and its commands are designed for that platform, with no indication of modifying files outside the project or OS-specific paths.",{"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 description or associated CLI documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The README warns about risks and emphasizes caution, and the authentication mechanism implies controlled access to user data.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks or obfuscated characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill does not appear to use obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill relies on the `lark-cli` tool, which is a standard dependency, and does not make assumptions about user-specific project organization outside of its defined tools.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","While the repository has many open issues (154) and closed issues (125), the ratio suggests a potentially slow response time from maintainers.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `manifestVersion` is 1.0.0, and the `larksuite/cli` package is available on npm, indicating a versioned release.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The Lark CLI documentation mentions terminal output sanitization, and the structured nature of the commands implies input validation.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill focuses on reading data (calendar, tasks) and summarization, not destructive operations. The underlying CLI has dry-run capabilities mentioned.",{"category":111,"check":112,"severity":24,"summary":113},"Errors","Error Handling","The SKILL.md documentation details expected inputs and outputs, and the underlying CLI's nature suggests structured error reporting for API interactions.",{"category":115,"check":116,"severity":117,"summary":118},"Code Execution","Logging","not_applicable","This skill orchestrates commands from the lark-cli, which handles its own logging. The skill itself does not perform destructive actions or outbound calls that would require its own audit log.",{"category":120,"check":121,"severity":24,"summary":122},"Compliance","GDPR","The skill operates on calendar and task data, which could contain personal information, but it's handled within the Lark/Feishu platform and the CLI's security measures likely prevent direct exfiltration.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill's functionality is tied to the Lark/Feishu platform, which is global, and there are no explicit regional restrictions mentioned.",{"category":91,"check":127,"severity":24,"summary":128},"Runtime stability","The skill depends on the `lark-cli`, which is cross-platform (npm package), and does not appear to have OS-specific assumptions.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README provides a comprehensive overview of the lark-cli tool, its features, installation, and usage, including AI agent specific instructions.",{"category":33,"check":133,"severity":117,"summary":134},"Tool surface size","This skill uses specific commands from the lark-cli, but the skill itself is focused on a single workflow, not exposing a large number of distinct tools.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The skill uses distinct tools for calendar and tasks, with no apparent overlapping near-synonym commands.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features related to calendar and task summarization are implemented through the `lark-cli` commands.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear installation instructions for both human users and AI agents, including commands for installing the CLI and the skill itself.",{"category":111,"check":146,"severity":24,"summary":147},"Actionable error messages","The skill's SKILL.md and the underlying CLI documentation imply that errors will be actionable, providing context and potential recovery steps.",{"category":104,"check":149,"severity":24,"summary":150},"Pinned dependencies","As an npm package, dependencies are managed via `package-lock.json`, ensuring pinned versions.",{"category":33,"check":152,"severity":24,"summary":153},"Dry-run preview","The README for lark-cli explicitly mentions a `--dry-run` flag for commands that may have side effects, which would apply to the underlying tools used by this skill.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The skill orchestrates API calls through lark-cli, which is expected to handle retries and timeouts for network operations.",{"category":120,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The README does not mention any telemetry collection, and the CLI's focus on security and user control suggests any telemetry would be opt-in.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill precisely states its purpose: generating a calendar and task summary for a given date, and lists specific use cases and prerequisites.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and target use cases.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and concise, delegating detailed command usage to the lark-cli documentation and references.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to external `lark-shared`, `lark-calendar`, and `lark-task` skills for more detailed usage.",{"category":171,"check":175,"severity":117,"summary":176},"Forked exploration","This skill is not an exploration-heavy skill; it retrieves specific data and summarizes it, so forked exploration is not applicable.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md provides clear examples for fetching calendar events and tasks, and the AI summary structure is also demonstrated.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation addresses potential issues like large task lists and the need for specific date formats, with recovery steps implied by the tool's design.",{"category":115,"check":184,"severity":117,"summary":185},"Tool Fallback","This skill relies on the `lark-cli` which is a core dependency and not optional; no fallback is needed or provided.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The skill's prerequisites and documentation imply that unexpected states would halt the workflow, and the underlying CLI handles authentication checks.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill explicitly references `lark-shared`, `lark-calendar`, and `lark-task` skills, making its dependencies clear and optional within its own context.",1778692719208,"This skill orchestrates the lark-cli to fetch calendar events and outstanding tasks for a specified date, then uses AI to generate a summary including meeting details, to-do items, conflict detection, and available free time slots.",[196,197,198,199,200],"Generates daily, tomorrow's, or weekly schedule summaries","Fetches calendar events with details like time, summary, organizer, and RSVP status","Retrieves uncompleted tasks with due dates","AI-powered summarization, including time conversion, conflict detection, and sorting","Supports user authentication and scope management via lark-cli",[202,203,204],"Creating or modifying calendar events or tasks","Managing group chats or sending messages","Interacting with documents, drive files, or other Lark modules beyond calendar and tasks",[206,207,208],"Workflow orchestration","Data summarization","AI-driven analysis",[210,211,212],"Node.js (npm/npx)","lark-cli installed globally","Authorized lark-cli with 'calendar:calendar.event:read' and 'task:task:read' scopes","3.0.0","4.4.0","To provide users with a concise daily or weekly overview of their schedule and outstanding tasks, facilitating better planning and time management.","The skill is well-documented, functional, and relies on a robust CLI tool with strong security and usability features. The primary finding is the large number of open issues in the parent repository, suggesting potential maintenance delays.",97,"A well-structured and functional skill for summarizing calendar events and tasks, with excellent documentation and reliance on a secure CLI.",[220,221,222,223,224,225],"calendar","tasks","summary","automation","lark","feishu","global","community",[229,230,231,232],"Checking today's schedule and to-do list","Getting a summary of tomorrow's meetings and tasks","Reviewing the week's upcoming appointments and responsibilities","Generating a morning stand-up report",[234,235,236,237,238],"Read authentication and permission details from lark-shared","Fetch calendar events for the specified date range using `lark-cli calendar +agenda`","Fetch outstanding tasks due by the specified date using `lark-cli task +get-my-tasks`","AI summarizes the fetched calendar and task data, including time conversion, conflict detection, sorting, and RSVP status mapping","Output a structured summary of the day's/week's schedule and to-dos.",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"popularity":253,"security":255,"testCoverage":258},{"hasLockfile":241},true,1778692696585,{"descriptionLength":244,"readmeSize":245},83,16470,{"closedIssues90d":247,"forks":248,"hasChangelog":241,"manifestVersion":249,"openIssues90d":250,"pushedAt":251,"stars":252},125,666,"1.0.0",154,1778677340000,9936,{"npmDownloads":254},199747,{"hasNpmPackage":241,"license":256,"smitheryVerified":257},"MIT",false,{"hasCi":241,"hasTests":241},{"updatedAt":260},1778692719826,{"basePath":262,"githubOwner":263,"githubRepo":264,"locale":18,"slug":265,"type":266},"skills/lark-workflow-standup-report","larksuite","cli","lark-workflow-standup-report","skill",null,{"evaluate":269,"extract":271},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":270,"targetMarket":226,"tier":227},[220,221,222,223,224,225],{"commitSha":272,"license":256},"HEAD",{"repoId":274},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":276,"_id":274,"identity":277,"providers":278,"workflow":1242},1778692091023.1594,{"githubOwner":263,"githubRepo":264,"sourceUrl":14},{"classify":279,"discover":1234,"extract":1237,"github":1238,"npm":1241},{"commitSha":272,"extensions":280},[281,293,301,309,317,325,333,526,550,562,596,638,648,686,728,742,756,784,792,800,828,836,970,1014,1028,1042,1068,1082,1090,1095,1103],{"basePath":282,"description":283,"displayName":284,"installMethods":285,"rationale":286,"selectedPaths":287,"source":291,"sourceLanguage":292,"type":266},"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",[288],{"path":289,"priority":290},"SKILL.md","mandatory","rule","en",{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":291,"sourceLanguage":292,"type":266},"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",[300],{"path":289,"priority":290},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":291,"sourceLanguage":292,"type":266},"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",[308],{"path":289,"priority":290},{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":291,"sourceLanguage":292,"type":266},"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",[316],{"path":289,"priority":290},{"basePath":318,"description":319,"displayName":320,"installMethods":321,"rationale":322,"selectedPaths":323,"source":291,"sourceLanguage":18,"type":266},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[324],{"path":289,"priority":290},{"basePath":326,"description":327,"displayName":328,"installMethods":329,"rationale":330,"selectedPaths":331,"source":291,"sourceLanguage":18,"type":266},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[332],{"path":289,"priority":290},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":291,"sourceLanguage":18,"type":266},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524],{"path":289,"priority":290},{"path":342,"priority":343},"references/dashboard-block-data-config.md","medium",{"path":345,"priority":343},"references/examples.md",{"path":347,"priority":343},"references/formula-field-guide.md",{"path":349,"priority":343},"references/lark-base-advperm-disable.md",{"path":351,"priority":343},"references/lark-base-advperm-enable.md",{"path":353,"priority":343},"references/lark-base-base-copy.md",{"path":355,"priority":343},"references/lark-base-base-create.md",{"path":357,"priority":343},"references/lark-base-base-get.md",{"path":359,"priority":343},"references/lark-base-cell-value.md",{"path":361,"priority":343},"references/lark-base-dashboard-arrange.md",{"path":363,"priority":343},"references/lark-base-dashboard-block-create.md",{"path":365,"priority":343},"references/lark-base-dashboard-block-delete.md",{"path":367,"priority":343},"references/lark-base-dashboard-block-get.md",{"path":369,"priority":343},"references/lark-base-dashboard-block-list.md",{"path":371,"priority":343},"references/lark-base-dashboard-block-update.md",{"path":373,"priority":343},"references/lark-base-dashboard-create.md",{"path":375,"priority":343},"references/lark-base-dashboard-delete.md",{"path":377,"priority":343},"references/lark-base-dashboard-get.md",{"path":379,"priority":343},"references/lark-base-dashboard-list.md",{"path":381,"priority":343},"references/lark-base-dashboard-update.md",{"path":383,"priority":343},"references/lark-base-dashboard.md",{"path":385,"priority":343},"references/lark-base-data-analysis-sop.md",{"path":387,"priority":343},"references/lark-base-data-query.md",{"path":389,"priority":343},"references/lark-base-field-create.md",{"path":391,"priority":343},"references/lark-base-field-delete.md",{"path":393,"priority":343},"references/lark-base-field-get.md",{"path":395,"priority":343},"references/lark-base-field-list.md",{"path":397,"priority":343},"references/lark-base-field-search-options.md",{"path":399,"priority":343},"references/lark-base-field-update.md",{"path":401,"priority":343},"references/lark-base-field.md",{"path":403,"priority":343},"references/lark-base-form-create.md",{"path":405,"priority":343},"references/lark-base-form-delete.md",{"path":407,"priority":343},"references/lark-base-form-get.md",{"path":409,"priority":343},"references/lark-base-form-list.md",{"path":411,"priority":343},"references/lark-base-form-questions-create.md",{"path":413,"priority":343},"references/lark-base-form-questions-delete.md",{"path":415,"priority":343},"references/lark-base-form-questions-list.md",{"path":417,"priority":343},"references/lark-base-form-questions-update.md",{"path":419,"priority":343},"references/lark-base-form-questions.md",{"path":421,"priority":343},"references/lark-base-form-update.md",{"path":423,"priority":343},"references/lark-base-form.md",{"path":425,"priority":343},"references/lark-base-history.md",{"path":427,"priority":343},"references/lark-base-record-batch-create.md",{"path":429,"priority":343},"references/lark-base-record-batch-update.md",{"path":431,"priority":343},"references/lark-base-record-delete.md",{"path":433,"priority":343},"references/lark-base-record-history-list.md",{"path":435,"priority":343},"references/lark-base-record-share-link-create.md",{"path":437,"priority":343},"references/lark-base-record-upload-attachment.md",{"path":439,"priority":343},"references/lark-base-record-upsert.md",{"path":441,"priority":343},"references/lark-base-record.md",{"path":443,"priority":343},"references/lark-base-role-create.md",{"path":445,"priority":343},"references/lark-base-role-delete.md",{"path":447,"priority":343},"references/lark-base-role-get.md",{"path":449,"priority":343},"references/lark-base-role-list.md",{"path":451,"priority":343},"references/lark-base-role-update.md",{"path":453,"priority":343},"references/lark-base-shortcut-field-properties.md",{"path":455,"priority":343},"references/lark-base-table-create.md",{"path":457,"priority":343},"references/lark-base-table-delete.md",{"path":459,"priority":343},"references/lark-base-table-get.md",{"path":461,"priority":343},"references/lark-base-table-list.md",{"path":463,"priority":343},"references/lark-base-table-update.md",{"path":465,"priority":343},"references/lark-base-table.md",{"path":467,"priority":343},"references/lark-base-view-create.md",{"path":469,"priority":343},"references/lark-base-view-delete.md",{"path":471,"priority":343},"references/lark-base-view-get-card.md",{"path":473,"priority":343},"references/lark-base-view-get-filter.md",{"path":475,"priority":343},"references/lark-base-view-get-group.md",{"path":477,"priority":343},"references/lark-base-view-get-sort.md",{"path":479,"priority":343},"references/lark-base-view-get-timebar.md",{"path":481,"priority":343},"references/lark-base-view-get-visible-fields.md",{"path":483,"priority":343},"references/lark-base-view-get.md",{"path":485,"priority":343},"references/lark-base-view-list.md",{"path":487,"priority":343},"references/lark-base-view-rename.md",{"path":489,"priority":343},"references/lark-base-view-set-card.md",{"path":491,"priority":343},"references/lark-base-view-set-filter.md",{"path":493,"priority":343},"references/lark-base-view-set-group.md",{"path":495,"priority":343},"references/lark-base-view-set-sort.md",{"path":497,"priority":343},"references/lark-base-view-set-timebar.md",{"path":499,"priority":343},"references/lark-base-view-set-visible-fields.md",{"path":501,"priority":343},"references/lark-base-view.md",{"path":503,"priority":343},"references/lark-base-workflow-create.md",{"path":505,"priority":343},"references/lark-base-workflow-disable.md",{"path":507,"priority":343},"references/lark-base-workflow-enable.md",{"path":509,"priority":343},"references/lark-base-workflow-get.md",{"path":511,"priority":343},"references/lark-base-workflow-guide.md",{"path":513,"priority":343},"references/lark-base-workflow-list.md",{"path":515,"priority":343},"references/lark-base-workflow-schema.md",{"path":517,"priority":343},"references/lark-base-workflow-update.md",{"path":519,"priority":343},"references/lark-base-workflow.md",{"path":521,"priority":343},"references/lark-base-workspace.md",{"path":523,"priority":343},"references/lookup-field-guide.md",{"path":525,"priority":343},"references/role-config.md",{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":291,"sourceLanguage":18,"type":266},"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",[533,534,536,538,540,542,544,546,548],{"path":289,"priority":290},{"path":535,"priority":343},"references/lark-calendar-agenda.md",{"path":537,"priority":343},"references/lark-calendar-create.md",{"path":539,"priority":343},"references/lark-calendar-freebusy.md",{"path":541,"priority":343},"references/lark-calendar-room-find.md",{"path":543,"priority":343},"references/lark-calendar-rsvp.md",{"path":545,"priority":343},"references/lark-calendar-schedule-meeting.md",{"path":547,"priority":343},"references/lark-calendar-suggestion.md",{"path":549,"priority":343},"references/lark-calendar-update.md",{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":291,"sourceLanguage":18,"type":266},"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",[557,558,560],{"path":289,"priority":290},{"path":559,"priority":343},"references/lark-contact-get-user.md",{"path":561,"priority":343},"references/lark-contact-search-user.md",{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":291,"sourceLanguage":292,"type":266},"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",[569,570,572,574,576,578,580,582,584,586,588,590,592,594],{"path":289,"priority":290},{"path":571,"priority":343},"references/lark-doc-create.md",{"path":573,"priority":343},"references/lark-doc-fetch.md",{"path":575,"priority":343},"references/lark-doc-md.md",{"path":577,"priority":343},"references/lark-doc-media-download.md",{"path":579,"priority":343},"references/lark-doc-media-insert.md",{"path":581,"priority":343},"references/lark-doc-media-preview.md",{"path":583,"priority":343},"references/lark-doc-search.md",{"path":585,"priority":343},"references/lark-doc-update.md",{"path":587,"priority":343},"references/lark-doc-whiteboard.md",{"path":589,"priority":343},"references/lark-doc-xml.md",{"path":591,"priority":343},"references/style/lark-doc-create-workflow.md",{"path":593,"priority":343},"references/style/lark-doc-style.md",{"path":595,"priority":343},"references/style/lark-doc-update-workflow.md",{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":291,"sourceLanguage":18,"type":266},"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",[603,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636],{"path":289,"priority":290},{"path":605,"priority":343},"references/lark-drive-add-comment.md",{"path":607,"priority":343},"references/lark-drive-apply-permission.md",{"path":609,"priority":343},"references/lark-drive-create-folder.md",{"path":611,"priority":343},"references/lark-drive-create-shortcut.md",{"path":613,"priority":343},"references/lark-drive-delete.md",{"path":615,"priority":343},"references/lark-drive-download.md",{"path":617,"priority":343},"references/lark-drive-export-download.md",{"path":619,"priority":343},"references/lark-drive-export.md",{"path":621,"priority":343},"references/lark-drive-import.md",{"path":623,"priority":343},"references/lark-drive-move.md",{"path":625,"priority":343},"references/lark-drive-pull.md",{"path":627,"priority":343},"references/lark-drive-push.md",{"path":629,"priority":343},"references/lark-drive-reactions.md",{"path":631,"priority":343},"references/lark-drive-search.md",{"path":633,"priority":343},"references/lark-drive-status.md",{"path":635,"priority":343},"references/lark-drive-task-result.md",{"path":637,"priority":343},"references/lark-drive-upload.md",{"basePath":639,"description":640,"displayName":641,"installMethods":642,"rationale":643,"selectedPaths":644,"source":291,"sourceLanguage":292,"type":266},"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",[645,646],{"path":289,"priority":290},{"path":647,"priority":343},"references/lark-event-im.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":291,"sourceLanguage":292,"type":266},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[655,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684],{"path":289,"priority":290},{"path":657,"priority":343},"references/lark-im-chat-create.md",{"path":659,"priority":343},"references/lark-im-chat-identity.md",{"path":661,"priority":343},"references/lark-im-chat-messages-list.md",{"path":663,"priority":343},"references/lark-im-chat-search.md",{"path":665,"priority":343},"references/lark-im-chat-update.md",{"path":667,"priority":343},"references/lark-im-flag-cancel.md",{"path":669,"priority":343},"references/lark-im-flag-create.md",{"path":671,"priority":343},"references/lark-im-flag-list.md",{"path":673,"priority":343},"references/lark-im-messages-mget.md",{"path":675,"priority":343},"references/lark-im-messages-reply.md",{"path":677,"priority":343},"references/lark-im-messages-resources-download.md",{"path":679,"priority":343},"references/lark-im-messages-search.md",{"path":681,"priority":343},"references/lark-im-messages-send.md",{"path":683,"priority":343},"references/lark-im-reactions.md",{"path":685,"priority":343},"references/lark-im-threads-messages-list.md",{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":291,"sourceLanguage":18,"type":266},"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",[693,694,696,698,700,702,704,706,708,710,712,714,716,718,720,722,724,726],{"path":289,"priority":290},{"path":695,"priority":343},"references/lark-mail-decline-receipt.md",{"path":697,"priority":343},"references/lark-mail-draft-create.md",{"path":699,"priority":343},"references/lark-mail-draft-edit.md",{"path":701,"priority":343},"references/lark-mail-forward.md",{"path":703,"priority":343},"references/lark-mail-message.md",{"path":705,"priority":343},"references/lark-mail-messages.md",{"path":707,"priority":343},"references/lark-mail-reply-all.md",{"path":709,"priority":343},"references/lark-mail-reply.md",{"path":711,"priority":343},"references/lark-mail-send-receipt.md",{"path":713,"priority":343},"references/lark-mail-send.md",{"path":715,"priority":343},"references/lark-mail-share-to-chat.md",{"path":717,"priority":343},"references/lark-mail-signature.md",{"path":719,"priority":343},"references/lark-mail-template-create.md",{"path":721,"priority":343},"references/lark-mail-template-update.md",{"path":723,"priority":343},"references/lark-mail-thread.md",{"path":725,"priority":343},"references/lark-mail-triage.md",{"path":727,"priority":343},"references/lark-mail-watch.md",{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":291,"sourceLanguage":292,"type":266},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[735,736,738,740],{"path":289,"priority":290},{"path":737,"priority":343},"references/lark-markdown-create.md",{"path":739,"priority":343},"references/lark-markdown-fetch.md",{"path":741,"priority":343},"references/lark-markdown-overwrite.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":291,"sourceLanguage":18,"type":266},"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",[749,750,752,754],{"path":289,"priority":290},{"path":751,"priority":343},"references/lark-minutes-download.md",{"path":753,"priority":343},"references/lark-minutes-search.md",{"path":755,"priority":343},"references/lark-minutes-upload.md",{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":291,"sourceLanguage":18,"type":266},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[763,764,766,768,770,772,774,776,778,780,782],{"path":289,"priority":290},{"path":765,"priority":343},"references/lark-okr-contentblock.md",{"path":767,"priority":343},"references/lark-okr-cycle-detail.md",{"path":769,"priority":343},"references/lark-okr-cycle-list.md",{"path":771,"priority":343},"references/lark-okr-entities.md",{"path":773,"priority":343},"references/lark-okr-image-upload.md",{"path":775,"priority":343},"references/lark-okr-progress-create.md",{"path":777,"priority":343},"references/lark-okr-progress-delete.md",{"path":779,"priority":343},"references/lark-okr-progress-get.md",{"path":781,"priority":343},"references/lark-okr-progress-list.md",{"path":783,"priority":343},"references/lark-okr-progress-update.md",{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":291,"sourceLanguage":18,"type":266},"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",[791],{"path":289,"priority":290},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":291,"sourceLanguage":18,"type":266},"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",[799],{"path":289,"priority":290},{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":291,"sourceLanguage":18,"type":266},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[807,808,810,812,814,816,818,820,822,824,826],{"path":289,"priority":290},{"path":809,"priority":343},"references/lark-sheets-cell-data.md",{"path":811,"priority":343},"references/lark-sheets-cell-images.md",{"path":813,"priority":343},"references/lark-sheets-cell-style-and-merge.md",{"path":815,"priority":343},"references/lark-sheets-dropdown.md",{"path":817,"priority":343},"references/lark-sheets-filter-views.md",{"path":819,"priority":343},"references/lark-sheets-float-images.md",{"path":821,"priority":343},"references/lark-sheets-formula.md",{"path":823,"priority":343},"references/lark-sheets-row-column-management.md",{"path":825,"priority":343},"references/lark-sheets-sheet-management.md",{"path":827,"priority":343},"references/lark-sheets-spreadsheet-management.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":291,"sourceLanguage":18,"type":266},"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",[835],{"path":289,"priority":290},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":291,"sourceLanguage":18,"type":266},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[843,844,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,921,923,925,927,929,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966,968],{"path":289,"priority":290},{"path":845,"priority":846},"assets/templates/administration--all_hands_meeting.xml","low",{"path":848,"priority":846},"assets/templates/administration--annual_gala.xml",{"path":850,"priority":846},"assets/templates/administration--company_intro.xml",{"path":852,"priority":846},"assets/templates/administration--corporate_culture.xml",{"path":854,"priority":846},"assets/templates/hr--employee_training.xml",{"path":856,"priority":846},"assets/templates/hr--employee_training_workshop.xml",{"path":858,"priority":846},"assets/templates/hr--onboarding.xml",{"path":860,"priority":846},"assets/templates/marketing--brand_communication.xml",{"path":862,"priority":846},"assets/templates/marketing--brand_logo_design.xml",{"path":864,"priority":846},"assets/templates/marketing--brand_operations_plan.xml",{"path":866,"priority":846},"assets/templates/marketing--business_plan.xml",{"path":868,"priority":846},"assets/templates/marketing--marketing_plan.xml",{"path":870,"priority":846},"assets/templates/marketing--marketing_strategy.xml",{"path":872,"priority":846},"assets/templates/marketing--product_whitepaper.xml",{"path":874,"priority":846},"assets/templates/marketing--roadshow_business_plan.xml",{"path":876,"priority":846},"assets/templates/misc--book_sharing.xml",{"path":878,"priority":846},"assets/templates/misc--club_event_plan.xml",{"path":880,"priority":846},"assets/templates/misc--student_career_plan.xml",{"path":882,"priority":846},"assets/templates/office--dark_general.xml",{"path":884,"priority":846},"assets/templates/office--dept_annual_report.xml",{"path":886,"priority":846},"assets/templates/office--light_general.xml",{"path":888,"priority":846},"assets/templates/office--project_kickoff.xml",{"path":890,"priority":846},"assets/templates/office--quarterly_review.xml",{"path":892,"priority":846},"assets/templates/office--work_report.xml",{"path":894,"priority":846},"assets/templates/office--work_summary.xml",{"path":896,"priority":846},"assets/templates/office--work_summary_report.xml",{"path":898,"priority":846},"assets/templates/operations--brand_logo_design.xml",{"path":900,"priority":846},"assets/templates/operations--brand_operations_plan.xml",{"path":902,"priority":846},"assets/templates/operations--marketing_plan.xml",{"path":904,"priority":846},"assets/templates/operations--product_promotion.xml",{"path":906,"priority":846},"assets/templates/personal--experience_sharing.xml",{"path":908,"priority":846},"assets/templates/personal--personal_resume.xml",{"path":910,"priority":846},"assets/templates/personal--promotion_defense.xml",{"path":912,"priority":846},"assets/templates/personal--promotion_report.xml",{"path":914,"priority":846},"assets/templates/personal--self_intro.xml",{"path":916,"priority":846},"assets/templates/personal--teaching_sharing.xml",{"path":918,"priority":846},"assets/templates/product--business_case_analysis.xml",{"path":920,"priority":846},"assets/templates/product--market_analysis.xml",{"path":922,"priority":846},"assets/templates/product--product_analysis.xml",{"path":924,"priority":846},"assets/templates/product--product_intro.xml",{"path":926,"priority":846},"assets/templates/product--product_promotion.xml",{"path":928,"priority":846},"assets/templates/product--product_promotion_2.xml",{"path":345,"priority":343},{"path":931,"priority":343},"references/lark-slides-create.md",{"path":933,"priority":343},"references/lark-slides-edit-workflows.md",{"path":935,"priority":343},"references/lark-slides-media-upload.md",{"path":937,"priority":343},"references/lark-slides-replace-slide.md",{"path":939,"priority":343},"references/lark-slides-xml-presentation-slide-create.md",{"path":941,"priority":343},"references/lark-slides-xml-presentation-slide-delete.md",{"path":943,"priority":343},"references/lark-slides-xml-presentation-slide-get.md",{"path":945,"priority":343},"references/lark-slides-xml-presentation-slide-replace.md",{"path":947,"priority":343},"references/lark-slides-xml-presentations-get.md",{"path":949,"priority":343},"references/slide-templates.md",{"path":951,"priority":343},"references/slides_demo.xml",{"path":953,"priority":343},"references/slides_xml_schema_definition.xml",{"path":955,"priority":343},"references/template-catalog.md",{"path":957,"priority":343},"references/template-index.json",{"path":959,"priority":343},"references/xml-format-guide.md",{"path":961,"priority":343},"references/xml-schema-quick-ref.md",{"path":963,"priority":846},"scripts/layout_lint.py",{"path":965,"priority":846},"scripts/layout_lint_test.py",{"path":967,"priority":846},"scripts/template_tool.py",{"path":969,"priority":846},"scripts/template_tool_test.py",{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":291,"sourceLanguage":18,"type":266},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[977,978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012],{"path":289,"priority":290},{"path":979,"priority":343},"references/lark-task-assign.md",{"path":981,"priority":343},"references/lark-task-comment.md",{"path":983,"priority":343},"references/lark-task-complete.md",{"path":985,"priority":343},"references/lark-task-create.md",{"path":987,"priority":343},"references/lark-task-followers.md",{"path":989,"priority":343},"references/lark-task-get-my-tasks.md",{"path":991,"priority":343},"references/lark-task-get-related-tasks.md",{"path":993,"priority":343},"references/lark-task-reminder.md",{"path":995,"priority":343},"references/lark-task-reopen.md",{"path":997,"priority":343},"references/lark-task-search.md",{"path":999,"priority":343},"references/lark-task-set-ancestor.md",{"path":1001,"priority":343},"references/lark-task-subscribe-event.md",{"path":1003,"priority":343},"references/lark-task-tasklist-create.md",{"path":1005,"priority":343},"references/lark-task-tasklist-members.md",{"path":1007,"priority":343},"references/lark-task-tasklist-search.md",{"path":1009,"priority":343},"references/lark-task-tasklist-task-add.md",{"path":1011,"priority":343},"references/lark-task-update.md",{"path":1013,"priority":343},"references/lark-task-upload-attachment.md",{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":291,"sourceLanguage":18,"type":266},"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",[1021,1022,1024,1026],{"path":289,"priority":290},{"path":1023,"priority":343},"references/lark-vc-notes.md",{"path":1025,"priority":343},"references/lark-vc-recording.md",{"path":1027,"priority":343},"references/lark-vc-search.md",{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":291,"sourceLanguage":18,"type":266},"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",[1035,1036,1038,1040],{"path":289,"priority":290},{"path":1037,"priority":343},"references/lark-vc-agent-meeting-events.md",{"path":1039,"priority":343},"references/lark-vc-agent-meeting-join.md",{"path":1041,"priority":343},"references/lark-vc-agent-meeting-leave.md",{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":291,"sourceLanguage":18,"type":266},"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",[1049,1050,1052,1054,1056,1058,1060,1062,1064,1066],{"path":289,"priority":290},{"path":1051,"priority":343},"references/connectors.md",{"path":1053,"priority":343},"references/content.md",{"path":1055,"priority":343},"references/image.md",{"path":1057,"priority":343},"references/lark-whiteboard-query.md",{"path":1059,"priority":343},"references/lark-whiteboard-update.md",{"path":1061,"priority":343},"references/layout.md",{"path":1063,"priority":343},"references/schema.md",{"path":1065,"priority":343},"references/style.md",{"path":1067,"priority":343},"references/typography.md",{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":291,"sourceLanguage":18,"type":266},"skills/lark-wiki","飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。","lark-wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1075,1076,1078,1080],{"path":289,"priority":290},{"path":1077,"priority":343},"references/lark-wiki-delete-space.md",{"path":1079,"priority":343},"references/lark-wiki-move.md",{"path":1081,"priority":343},"references/lark-wiki-node-create.md",{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":291,"sourceLanguage":18,"type":266},"skills/lark-workflow-meeting-summary","会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。","lark-workflow-meeting-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1089],{"path":289,"priority":290},{"basePath":262,"description":10,"displayName":265,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":291,"sourceLanguage":18,"type":266},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-standup-report/SKILL.md",[1094],{"path":289,"priority":290},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":291,"sourceLanguage":292,"type":266},"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",[1102],{"path":289,"priority":290},{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"license":256,"rationale":1109,"selectedPaths":1110,"source":291,"sourceLanguage":292,"type":264},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1108,"npm":1106},"github.com/larksuite/cli","cli ecosystem detected at /",[1111,1113,1115,1117,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232],{"path":1112,"priority":290},"package.json",{"path":1114,"priority":290},"go.mod",{"path":1116,"priority":290},"README.md",{"path":1118,"priority":1119},"LICENSE","high",{"path":1121,"priority":343},"scripts/run.js",{"path":1123,"priority":343},"main.go",{"path":1125,"priority":846},"cmd/api/api.go",{"path":1127,"priority":846},"cmd/auth/auth.go",{"path":1129,"priority":846},"cmd/auth/check.go",{"path":1131,"priority":846},"cmd/auth/list.go",{"path":1133,"priority":846},"cmd/auth/login.go",{"path":1135,"priority":846},"cmd/auth/login_interactive.go",{"path":1137,"priority":846},"cmd/auth/login_messages.go",{"path":1139,"priority":846},"cmd/auth/login_result.go",{"path":1141,"priority":846},"cmd/auth/login_scope_cache.go",{"path":1143,"priority":846},"cmd/auth/logout.go",{"path":1145,"priority":846},"cmd/auth/scopes.go",{"path":1147,"priority":846},"cmd/auth/status.go",{"path":1149,"priority":846},"cmd/bootstrap.go",{"path":1151,"priority":846},"cmd/build.go",{"path":1153,"priority":846},"cmd/completion/completion.go",{"path":1155,"priority":846},"cmd/config/bind.go",{"path":1157,"priority":846},"cmd/config/bind_messages.go",{"path":1159,"priority":846},"cmd/config/binder.go",{"path":1161,"priority":846},"cmd/config/config.go",{"path":1163,"priority":846},"cmd/config/default_as.go",{"path":1165,"priority":846},"cmd/config/init.go",{"path":1167,"priority":846},"cmd/config/init_interactive.go",{"path":1169,"priority":846},"cmd/config/init_messages.go",{"path":1171,"priority":846},"cmd/config/remove.go",{"path":1173,"priority":846},"cmd/config/show.go",{"path":1175,"priority":846},"cmd/config/strict_mode.go",{"path":1177,"priority":846},"cmd/doctor/doctor.go",{"path":1179,"priority":846},"cmd/error_auth_hint.go",{"path":1181,"priority":846},"cmd/event/appmeta_err.go",{"path":1183,"priority":846},"cmd/event/bus.go",{"path":1185,"priority":846},"cmd/event/console_url.go",{"path":1187,"priority":846},"cmd/event/consume.go",{"path":1189,"priority":846},"cmd/event/event.go",{"path":1191,"priority":846},"cmd/event/list.go",{"path":1193,"priority":846},"cmd/event/runtime.go",{"path":1195,"priority":846},"cmd/event/schema.go",{"path":1197,"priority":846},"cmd/event/sigpipe_unix.go",{"path":1199,"priority":846},"cmd/event/sigpipe_windows.go",{"path":1201,"priority":846},"cmd/event/status.go",{"path":1203,"priority":846},"cmd/event/stop.go",{"path":1205,"priority":846},"cmd/event/suggestions.go",{"path":1207,"priority":846},"cmd/event/table.go",{"path":1209,"priority":846},"cmd/global_flags.go",{"path":1211,"priority":846},"cmd/init.go",{"path":1213,"priority":846},"cmd/profile/add.go",{"path":1215,"priority":846},"cmd/profile/list.go",{"path":1217,"priority":846},"cmd/profile/profile.go",{"path":1219,"priority":846},"cmd/profile/remove.go",{"path":1221,"priority":846},"cmd/profile/rename.go",{"path":1223,"priority":846},"cmd/profile/use.go",{"path":1225,"priority":846},"cmd/prune.go",{"path":1227,"priority":846},"cmd/root.go",{"path":1229,"priority":846},"cmd/schema/schema.go",{"path":1231,"priority":846},"cmd/service/service.go",{"path":1233,"priority":846},"cmd/update/update.go",{"sources":1235},[1236],"manual",{"npmPackage":1106},{"closedIssues90d":247,"description":1239,"forks":248,"license":256,"openIssues90d":250,"pushedAt":251,"readmeSize":245,"stars":252,"topics":1240},"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":254},{"classifiedAt":1243,"discoverAt":1244,"extractAt":1245,"githubAt":1245,"npmAt":1246,"updatedAt":1243},1778692098142,1778692091023,1778692094045,1778692096666,[223,220,225,224,222,221],{"evaluatedAt":260,"extractAt":1249,"updatedAt":260},1778692098392,[],[1252,1272,1290,1309,1335,1353],{"_creationTime":1253,"_id":1254,"community":1255,"display":1256,"identity":1258,"providers":1259,"relations":1268,"tags":1269,"workflow":1270},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":528,"installMethods":1257,"name":529,"sourceUrl":14},{"claudeCode":12},{"basePath":527,"githubOwner":263,"githubRepo":264,"locale":18,"slug":529,"type":266},{"evaluate":1260,"extract":1267},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1261,"tags":1262,"targetMarket":226,"tier":1266},100,[220,1263,1264,1265,224,225,264],"scheduling","meeting","events","verified",{"commitSha":272},{"repoId":274},[220,264,1265,225,224,1264,1263],{"evaluatedAt":1271,"extractAt":1249,"updatedAt":1271},1778692253993,{"_creationTime":1273,"_id":1274,"community":1275,"display":1276,"identity":1279,"providers":1280,"relations":1286,"tags":1287,"workflow":1288},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":1070,"installMethods":1277,"name":1278,"sourceUrl":14},{"claudeCode":12},"Lark Wiki CLI",{"basePath":1069,"githubOwner":263,"githubRepo":264,"locale":18,"slug":1071,"type":266},{"evaluate":1281,"extract":1285},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1261,"tags":1282,"targetMarket":226,"tier":1266},[224,225,1283,1284,223,264],"wiki","knowledge-management",{"commitSha":272,"license":256},{"repoId":274},[223,264,225,1284,224,1283],{"evaluatedAt":1289,"extractAt":1249,"updatedAt":1289},1778692680305,{"_creationTime":1291,"_id":1292,"community":1293,"display":1294,"identity":1296,"providers":1297,"relations":1305,"tags":1306,"workflow":1307},1778692098392.718,"k17akm3fqmcvhdq0nmaxcgh2h586mcef",{"reviewCount":8},{"description":335,"installMethods":1295,"name":336,"sourceUrl":14},{"claudeCode":12},{"basePath":334,"githubOwner":263,"githubRepo":264,"locale":18,"slug":336,"type":266},{"evaluate":1298,"extract":1304},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1261,"tags":1299,"targetMarket":226,"tier":1266},[224,225,264,223,1300,1301,1302,1303],"api","workflow","data-management","base",{"commitSha":272},{"repoId":274},[1300,223,1303,264,1302,225,224,1301],{"evaluatedAt":1308,"extractAt":1249,"updatedAt":1308},1778692233385,{"_creationTime":1310,"_id":1311,"community":1312,"display":1313,"identity":1319,"providers":1322,"relations":1329,"tags":1331,"workflow":1332},1778688022104.17,"k179v1ezv29emr77btxzkqettx86nq4k",{"reviewCount":8},{"description":1314,"installMethods":1315,"name":1317,"sourceUrl":1318},"Google Workflow: Today's meetings + open tasks as a standup summary.",{"claudeCode":1316},"googleworkspace/cli","gws-workflow-standup-report","https://github.com/googleworkspace/cli",{"basePath":1320,"githubOwner":1321,"githubRepo":264,"locale":292,"slug":1317,"type":266},"skills/gws-workflow-standup-report","googleworkspace",{"evaluate":1323,"extract":1328},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1324,"tags":1325,"targetMarket":226,"tier":1266},99,[1326,1327,223,264,220,221],"google-workspace","productivity",{"commitSha":272},{"repoId":1330},"kd74t1908zh6g1jzcxw8tg1rwx86nnpt",[223,220,264,1326,1327,221],{"evaluatedAt":1333,"extractAt":1334,"updatedAt":1333},1778689029789,1778688022104,{"_creationTime":1336,"_id":1337,"community":1338,"display":1339,"identity":1342,"providers":1343,"relations":1349,"tags":1350,"workflow":1351},1778692098392.7192,"k17dyz2qrqckqhxq2v9dyyd9h586m6rd",{"reviewCount":8},{"description":640,"installMethods":1340,"name":1341,"sourceUrl":14},{"claudeCode":12},"Lark Event Consumer CLI",{"basePath":639,"githubOwner":263,"githubRepo":264,"locale":292,"slug":641,"type":266},{"evaluate":1344,"extract":1348},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1324,"tags":1345,"targetMarket":226,"tier":1266},[224,225,1265,1346,264,1347],"streaming","real-time",{"commitSha":272,"license":256},{"repoId":274},[264,1265,225,224,1347,1346],{"evaluatedAt":1352,"extractAt":1249,"updatedAt":1352},1778692366057,{"_creationTime":1354,"_id":1355,"community":1356,"display":1357,"identity":1359,"providers":1360,"relations":1366,"tags":1367,"workflow":1368},1778692098392.7185,"k170qx52qgvpxjazydkmbgtt1986n417",{"reviewCount":8},{"description":552,"installMethods":1358,"name":553,"sourceUrl":14},{"claudeCode":12},{"basePath":551,"githubOwner":263,"githubRepo":264,"locale":18,"slug":553,"type":266},{"evaluate":1361,"extract":1365},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1324,"tags":1362,"targetMarket":226,"tier":1266},[224,225,1363,1364,264],"contact","user-management",{"commitSha":272},{"repoId":274},[264,1363,225,224,1364],{"evaluatedAt":1369,"extractAt":1249,"updatedAt":1369},1778692285206]