[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-whiteboard-zh-CN":3,"guides-for-larksuite-lark-whiteboard":1235,"similar-k17chrh7khynt8bdykx6bdhe5x86nptn-zh-CN":1236},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":244,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":1232,"workflow":1233},1778692098392.7227,"k17chrh7khynt8bdykx6bdhe5x86nptn",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"飞书画板：查询和编辑飞书云文档中的画板。支持导出画板为预览图片、导出原始节点结构、使用 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",{"claudeCode":12},"larksuite/cli","lark-whiteboard","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":246},1778692652353.6929,"kn76kag5r8g89xsgqq0mz5jpq986nff7","zh-CN",{"checks":20,"evaluatedAt":197,"extensionSummary":198,"features":199,"nonGoals":205,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,104,108,111,115,119,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,190,194],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly articulates the problem of querying and editing Feishu Lark whiteboard content, offering concrete use cases for visualizing structured information.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a unique value proposition by integrating with Feishu's whiteboard functionality, providing specific tools for querying, exporting, and updating content in various formats, extending beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready, covering a complete lifecycle for whiteboard management from querying to updating, with clear workflows and referencing necessary prerequisites.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused on managing Feishu whiteboards, including querying, updating, and exporting content, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is accurate, concise, and readable, accurately reflecting the skill's capabilities and providing important information about the merger of a previous skill.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow, verb-noun scoped tools such as `+query` and `+update`, which are specific to whiteboard operations.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While parameters for `+query` and `+update` are described, there is no explicit mention of default values or precedence order for configuration files if they exist.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The tool names `+query` and `+update` are descriptive and clearly indicate their respective functions within the whiteboard domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool parameters seem well-defined and specific to the tasks, requesting only necessary data, and the output formats (image, code, raw) are clearly defined.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project has a lockfile and references specific versions for some dependencies (e.g., @larksuite/whiteboard-cli@^0.2.11), suggesting good dependency management practices.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill requires authentication via Lark CLI config and login, which is handled interactively and stores credentials securely, with no hardcoded secrets evident.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The README and SKILL.md emphasize security, including input injection protection and terminal output sanitization, suggesting measures against injection vulnerabilities.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill primarily relies on the lark-cli and whiteboard-cli npm packages, which are likely managed and audited, with no indications of runtime script downloads or remote execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the context of the lark-cli, which is designed for interacting with Lark APIs. It does not appear to perform operations outside of this scope or manipulate user files directly.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no indications of detached processes, retry loops around denied calls, or other sandbox escape primitives in the provided script snippets.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill interacts with Lark APIs for whiteboard management, and data is handled within that context. There are no apparent mechanisms for exfiltrating confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears to be free of hidden-steering tricks, with standard Markdown and JSON structures.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided script snippets and SKILL.md do not contain obfuscated code, base64 payloads, or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the Lark CLI is installed and configured, which is a reasonable dependency for its functionality.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","With 154 open issues in the last 90 days and 125 closed, the ratio of open to closed issues suggests that maintainer response times might be slow.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The SKILL.md frontmatter includes a version (1.0.0), and the repository has a `manifestVersion` and `pushedAt` date, indicating clear versioning.",{"category":105,"check":106,"severity":46,"summary":107},"Execution","Validation","While parameter types are implied by usage, there's no explicit mention or evidence of a schema validation library (like Zod or Pydantic) being used for input arguments.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Destructive operations like overwriting whiteboard content are guarded by the `--overwrite` flag, and `--dry-run` is available for previewing changes, with `idempotent-token` for safety.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The script examples show clear exit codes and structured output for commands, and the SKILL.md implies structured error reporting for the agent.",{"category":112,"check":116,"severity":117,"summary":118},"Logging","not_applicable","The skill is primarily an interface to the Lark API and does not perform local file operations or outbound calls that would necessitate a local audit log.",{"category":120,"check":121,"severity":117,"summary":122},"Compliance","GDPR","The skill operates on whiteboard content and does not appear to handle personal data.",{"category":120,"check":124,"severity":24,"summary":125},"Target market","The skill is designed for Feishu/Lark, which is a global platform, and there are no regional restrictions indicated.",{"category":92,"check":127,"severity":24,"summary":128},"Runtime stability","The skill relies on the lark-cli and Node.js, which are cross-platform, with no explicit OS or shell-specific assumptions.",{"category":44,"check":130,"severity":24,"summary":131},"README","The README file is comprehensive and clearly states the extension's purpose, features, and installation instructions.",{"category":33,"check":133,"severity":24,"summary":134},"Tool surface size","The skill exposes two primary tools: `+query` and `+update`, which is within the ideal range.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The skill exposes distinct tools `+query` and `+update`, avoiding near-synonym redundancy.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features, such as exporting to image or code formats, have corresponding commands and documentation.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides clear installation instructions for both human and AI users, including copy-pasteable commands and setup steps.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The tool examples and SKILL.md suggest that errors will be reported clearly, indicating what failed and how to recover.",{"category":105,"check":150,"severity":24,"summary":151},"Pinned dependencies","The project indicates specific versions for critical dependencies like `@larksuite/whiteboard-cli`, suggesting pinned dependencies.",{"category":33,"check":153,"severity":24,"summary":154},"Dry-run preview","The `+update` command supports a `--dry-run` flag for previewing destructive operations before execution.",{"category":156,"check":157,"severity":24,"summary":158},"Protocol","Idempotent retry & timeouts","The `+update` command supports an `--idempotent-token`, which helps ensure retry safety, and the underlying lark-cli likely enforces timeouts.",{"category":120,"check":160,"severity":24,"summary":161},"Telemetry opt-in","There is no mention of telemetry collection, suggesting it is either not implemented or opt-in by default.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The SKILL.md clearly defines the purpose of querying and editing Feishu whiteboards and specifies when to use it (viewing, exporting, editing, visualizing structured info) and when not to (implicitly, for tasks outside whiteboard management).",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the skill's core capabilities and provides trigger phrases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The SKILL.md is well-structured with clear sections and uses links to detailed references, keeping the main body concise.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The SKILL.md effectively uses progressive disclosure by linking to detailed reference files for specific sub-tasks like querying, updating, and layout.",{"category":172,"check":176,"severity":117,"summary":177},"Forked exploration","The skill is not designed for deep exploration or code review, but rather for direct manipulation of whiteboard content, so `context: fork` is not applicable.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The SKILL.md provides clear, copy-pasteable examples for querying and updating whiteboards in various formats and scenarios.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The SKILL.md addresses edge cases like handling non-code-drawn whiteboards, when to use `raw` format, and the importance of dry-runs, providing recovery steps.",{"category":112,"check":185,"severity":117,"summary":186},"Tool Fallback","The skill relies on the lark-cli and whiteboard-cli, which are core dependencies. There's no indication of optional MCP servers or fallback paths needed.",{"category":92,"check":188,"severity":24,"summary":189},"Stack assumptions","The skill assumes Node.js and the lark-cli are installed, which are standard prerequisites, and the SKILL.md is clear about these requirements.",{"category":191,"check":192,"severity":24,"summary":193},"Safety","Halt on unexpected state","The use of `--overwrite` and `--idempotent-token` in the `+update` command, along with the emphasis on dry-run, suggests a mechanism to halt on unexpected states or prevent unintended destructive actions.",{"category":92,"check":195,"severity":24,"summary":196},"Cross-skill coupling","The skill operates standalone for whiteboard management and clearly cross-references related skills like `lark-doc` for media uploads when necessary, without implicit coupling.",1778692652245,"This skill allows users to query and edit Feishu Lark whiteboard content. It supports exporting whiteboards as preview images, exporting raw node structures, and updating content using DSL, PlantUML, or Mermaid formats. It also incorporates functionality from the previously separate `lark-whiteboard-cli`.",[200,201,202,203,204],"Query whiteboard content","Export whiteboard as preview image","Export whiteboard as PlantUML/Mermaid code","Update whiteboard content via DSL, PlantUML, or Mermaid","Manage whiteboard structure and nodes",[206,207],"Directly editing complex whiteboard content via raw JSON manipulation.","Managing whiteboard content outside of Feishu Lark documents.","3.0.0","4.4.0","Visualize and manage structured information within Feishu Lark documents by creating, editing, and exporting whiteboard content.","The skill has excellent documentation and clear usability, but the high number of open issues relative to closed issues warrants a caution.",75,"A well-documented and robust skill for managing Feishu whiteboards, offering creation, editing, and export capabilities.",[215,216,217,218,219],"whiteboard","larksuite","drawing","visualization","collaboration","global","community",[223,224,225],"When a user needs to view or export whiteboard content as an image.","When a user needs to extract whiteboard content in a code format (Mermaid/PlantUML).","When a user needs to create or modify whiteboard content for visualizing architecture, processes, or relationships.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":240,"security":242,"testCoverage":245},{"hasLockfile":228},true,1778692632955,{"descriptionLength":231,"readmeSize":232},353,16470,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},125,666,"1.0.0",154,1778677340000,9936,{"npmDownloads":241},199747,{"hasNpmPackage":228,"license":243,"smitheryVerified":244},"MIT",false,{"hasCi":228,"hasTests":228},{"updatedAt":247},1778692652353,{"basePath":249,"githubOwner":216,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/lark-whiteboard","cli","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":255,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":257},"HEAD",{"repoId":259},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":1227},1778692091023.1594,{"githubOwner":216,"githubRepo":250,"sourceUrl":14},{"classify":264,"discover":1219,"extract":1222,"github":1223,"npm":1226},{"commitSha":257,"extensions":265},[266,278,286,294,302,310,318,511,535,547,581,623,633,671,713,727,741,769,777,785,813,821,955,999,1013,1027,1050,1064,1072,1080,1088],{"basePath":267,"description":268,"displayName":269,"installMethods":270,"rationale":271,"selectedPaths":272,"source":276,"sourceLanguage":277,"type":251},"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",[273],{"path":274,"priority":275},"SKILL.md","mandatory","rule","en",{"basePath":279,"description":280,"displayName":281,"installMethods":282,"rationale":283,"selectedPaths":284,"source":276,"sourceLanguage":277,"type":251},"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",[285],{"path":274,"priority":275},{"basePath":287,"description":288,"displayName":289,"installMethods":290,"rationale":291,"selectedPaths":292,"source":276,"sourceLanguage":277,"type":251},"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",[293],{"path":274,"priority":275},{"basePath":295,"description":296,"displayName":297,"installMethods":298,"rationale":299,"selectedPaths":300,"source":276,"sourceLanguage":277,"type":251},"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",[301],{"path":274,"priority":275},{"basePath":303,"description":304,"displayName":305,"installMethods":306,"rationale":307,"selectedPaths":308,"source":276,"sourceLanguage":18,"type":251},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[309],{"path":274,"priority":275},{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":276,"sourceLanguage":18,"type":251},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[317],{"path":274,"priority":275},{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":276,"sourceLanguage":18,"type":251},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[325,326,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,509],{"path":274,"priority":275},{"path":327,"priority":328},"references/dashboard-block-data-config.md","medium",{"path":330,"priority":328},"references/examples.md",{"path":332,"priority":328},"references/formula-field-guide.md",{"path":334,"priority":328},"references/lark-base-advperm-disable.md",{"path":336,"priority":328},"references/lark-base-advperm-enable.md",{"path":338,"priority":328},"references/lark-base-base-copy.md",{"path":340,"priority":328},"references/lark-base-base-create.md",{"path":342,"priority":328},"references/lark-base-base-get.md",{"path":344,"priority":328},"references/lark-base-cell-value.md",{"path":346,"priority":328},"references/lark-base-dashboard-arrange.md",{"path":348,"priority":328},"references/lark-base-dashboard-block-create.md",{"path":350,"priority":328},"references/lark-base-dashboard-block-delete.md",{"path":352,"priority":328},"references/lark-base-dashboard-block-get.md",{"path":354,"priority":328},"references/lark-base-dashboard-block-list.md",{"path":356,"priority":328},"references/lark-base-dashboard-block-update.md",{"path":358,"priority":328},"references/lark-base-dashboard-create.md",{"path":360,"priority":328},"references/lark-base-dashboard-delete.md",{"path":362,"priority":328},"references/lark-base-dashboard-get.md",{"path":364,"priority":328},"references/lark-base-dashboard-list.md",{"path":366,"priority":328},"references/lark-base-dashboard-update.md",{"path":368,"priority":328},"references/lark-base-dashboard.md",{"path":370,"priority":328},"references/lark-base-data-analysis-sop.md",{"path":372,"priority":328},"references/lark-base-data-query.md",{"path":374,"priority":328},"references/lark-base-field-create.md",{"path":376,"priority":328},"references/lark-base-field-delete.md",{"path":378,"priority":328},"references/lark-base-field-get.md",{"path":380,"priority":328},"references/lark-base-field-list.md",{"path":382,"priority":328},"references/lark-base-field-search-options.md",{"path":384,"priority":328},"references/lark-base-field-update.md",{"path":386,"priority":328},"references/lark-base-field.md",{"path":388,"priority":328},"references/lark-base-form-create.md",{"path":390,"priority":328},"references/lark-base-form-delete.md",{"path":392,"priority":328},"references/lark-base-form-get.md",{"path":394,"priority":328},"references/lark-base-form-list.md",{"path":396,"priority":328},"references/lark-base-form-questions-create.md",{"path":398,"priority":328},"references/lark-base-form-questions-delete.md",{"path":400,"priority":328},"references/lark-base-form-questions-list.md",{"path":402,"priority":328},"references/lark-base-form-questions-update.md",{"path":404,"priority":328},"references/lark-base-form-questions.md",{"path":406,"priority":328},"references/lark-base-form-update.md",{"path":408,"priority":328},"references/lark-base-form.md",{"path":410,"priority":328},"references/lark-base-history.md",{"path":412,"priority":328},"references/lark-base-record-batch-create.md",{"path":414,"priority":328},"references/lark-base-record-batch-update.md",{"path":416,"priority":328},"references/lark-base-record-delete.md",{"path":418,"priority":328},"references/lark-base-record-history-list.md",{"path":420,"priority":328},"references/lark-base-record-share-link-create.md",{"path":422,"priority":328},"references/lark-base-record-upload-attachment.md",{"path":424,"priority":328},"references/lark-base-record-upsert.md",{"path":426,"priority":328},"references/lark-base-record.md",{"path":428,"priority":328},"references/lark-base-role-create.md",{"path":430,"priority":328},"references/lark-base-role-delete.md",{"path":432,"priority":328},"references/lark-base-role-get.md",{"path":434,"priority":328},"references/lark-base-role-list.md",{"path":436,"priority":328},"references/lark-base-role-update.md",{"path":438,"priority":328},"references/lark-base-shortcut-field-properties.md",{"path":440,"priority":328},"references/lark-base-table-create.md",{"path":442,"priority":328},"references/lark-base-table-delete.md",{"path":444,"priority":328},"references/lark-base-table-get.md",{"path":446,"priority":328},"references/lark-base-table-list.md",{"path":448,"priority":328},"references/lark-base-table-update.md",{"path":450,"priority":328},"references/lark-base-table.md",{"path":452,"priority":328},"references/lark-base-view-create.md",{"path":454,"priority":328},"references/lark-base-view-delete.md",{"path":456,"priority":328},"references/lark-base-view-get-card.md",{"path":458,"priority":328},"references/lark-base-view-get-filter.md",{"path":460,"priority":328},"references/lark-base-view-get-group.md",{"path":462,"priority":328},"references/lark-base-view-get-sort.md",{"path":464,"priority":328},"references/lark-base-view-get-timebar.md",{"path":466,"priority":328},"references/lark-base-view-get-visible-fields.md",{"path":468,"priority":328},"references/lark-base-view-get.md",{"path":470,"priority":328},"references/lark-base-view-list.md",{"path":472,"priority":328},"references/lark-base-view-rename.md",{"path":474,"priority":328},"references/lark-base-view-set-card.md",{"path":476,"priority":328},"references/lark-base-view-set-filter.md",{"path":478,"priority":328},"references/lark-base-view-set-group.md",{"path":480,"priority":328},"references/lark-base-view-set-sort.md",{"path":482,"priority":328},"references/lark-base-view-set-timebar.md",{"path":484,"priority":328},"references/lark-base-view-set-visible-fields.md",{"path":486,"priority":328},"references/lark-base-view.md",{"path":488,"priority":328},"references/lark-base-workflow-create.md",{"path":490,"priority":328},"references/lark-base-workflow-disable.md",{"path":492,"priority":328},"references/lark-base-workflow-enable.md",{"path":494,"priority":328},"references/lark-base-workflow-get.md",{"path":496,"priority":328},"references/lark-base-workflow-guide.md",{"path":498,"priority":328},"references/lark-base-workflow-list.md",{"path":500,"priority":328},"references/lark-base-workflow-schema.md",{"path":502,"priority":328},"references/lark-base-workflow-update.md",{"path":504,"priority":328},"references/lark-base-workflow.md",{"path":506,"priority":328},"references/lark-base-workspace.md",{"path":508,"priority":328},"references/lookup-field-guide.md",{"path":510,"priority":328},"references/role-config.md",{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":276,"sourceLanguage":18,"type":251},"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",[518,519,521,523,525,527,529,531,533],{"path":274,"priority":275},{"path":520,"priority":328},"references/lark-calendar-agenda.md",{"path":522,"priority":328},"references/lark-calendar-create.md",{"path":524,"priority":328},"references/lark-calendar-freebusy.md",{"path":526,"priority":328},"references/lark-calendar-room-find.md",{"path":528,"priority":328},"references/lark-calendar-rsvp.md",{"path":530,"priority":328},"references/lark-calendar-schedule-meeting.md",{"path":532,"priority":328},"references/lark-calendar-suggestion.md",{"path":534,"priority":328},"references/lark-calendar-update.md",{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":276,"sourceLanguage":18,"type":251},"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",[542,543,545],{"path":274,"priority":275},{"path":544,"priority":328},"references/lark-contact-get-user.md",{"path":546,"priority":328},"references/lark-contact-search-user.md",{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":276,"sourceLanguage":277,"type":251},"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",[554,555,557,559,561,563,565,567,569,571,573,575,577,579],{"path":274,"priority":275},{"path":556,"priority":328},"references/lark-doc-create.md",{"path":558,"priority":328},"references/lark-doc-fetch.md",{"path":560,"priority":328},"references/lark-doc-md.md",{"path":562,"priority":328},"references/lark-doc-media-download.md",{"path":564,"priority":328},"references/lark-doc-media-insert.md",{"path":566,"priority":328},"references/lark-doc-media-preview.md",{"path":568,"priority":328},"references/lark-doc-search.md",{"path":570,"priority":328},"references/lark-doc-update.md",{"path":572,"priority":328},"references/lark-doc-whiteboard.md",{"path":574,"priority":328},"references/lark-doc-xml.md",{"path":576,"priority":328},"references/style/lark-doc-create-workflow.md",{"path":578,"priority":328},"references/style/lark-doc-style.md",{"path":580,"priority":328},"references/style/lark-doc-update-workflow.md",{"basePath":582,"description":583,"displayName":584,"installMethods":585,"rationale":586,"selectedPaths":587,"source":276,"sourceLanguage":18,"type":251},"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",[588,589,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621],{"path":274,"priority":275},{"path":590,"priority":328},"references/lark-drive-add-comment.md",{"path":592,"priority":328},"references/lark-drive-apply-permission.md",{"path":594,"priority":328},"references/lark-drive-create-folder.md",{"path":596,"priority":328},"references/lark-drive-create-shortcut.md",{"path":598,"priority":328},"references/lark-drive-delete.md",{"path":600,"priority":328},"references/lark-drive-download.md",{"path":602,"priority":328},"references/lark-drive-export-download.md",{"path":604,"priority":328},"references/lark-drive-export.md",{"path":606,"priority":328},"references/lark-drive-import.md",{"path":608,"priority":328},"references/lark-drive-move.md",{"path":610,"priority":328},"references/lark-drive-pull.md",{"path":612,"priority":328},"references/lark-drive-push.md",{"path":614,"priority":328},"references/lark-drive-reactions.md",{"path":616,"priority":328},"references/lark-drive-search.md",{"path":618,"priority":328},"references/lark-drive-status.md",{"path":620,"priority":328},"references/lark-drive-task-result.md",{"path":622,"priority":328},"references/lark-drive-upload.md",{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":276,"sourceLanguage":277,"type":251},"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",[630,631],{"path":274,"priority":275},{"path":632,"priority":328},"references/lark-event-im.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":276,"sourceLanguage":277,"type":251},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[640,641,643,645,647,649,651,653,655,657,659,661,663,665,667,669],{"path":274,"priority":275},{"path":642,"priority":328},"references/lark-im-chat-create.md",{"path":644,"priority":328},"references/lark-im-chat-identity.md",{"path":646,"priority":328},"references/lark-im-chat-messages-list.md",{"path":648,"priority":328},"references/lark-im-chat-search.md",{"path":650,"priority":328},"references/lark-im-chat-update.md",{"path":652,"priority":328},"references/lark-im-flag-cancel.md",{"path":654,"priority":328},"references/lark-im-flag-create.md",{"path":656,"priority":328},"references/lark-im-flag-list.md",{"path":658,"priority":328},"references/lark-im-messages-mget.md",{"path":660,"priority":328},"references/lark-im-messages-reply.md",{"path":662,"priority":328},"references/lark-im-messages-resources-download.md",{"path":664,"priority":328},"references/lark-im-messages-search.md",{"path":666,"priority":328},"references/lark-im-messages-send.md",{"path":668,"priority":328},"references/lark-im-reactions.md",{"path":670,"priority":328},"references/lark-im-threads-messages-list.md",{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":276,"sourceLanguage":18,"type":251},"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",[678,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711],{"path":274,"priority":275},{"path":680,"priority":328},"references/lark-mail-decline-receipt.md",{"path":682,"priority":328},"references/lark-mail-draft-create.md",{"path":684,"priority":328},"references/lark-mail-draft-edit.md",{"path":686,"priority":328},"references/lark-mail-forward.md",{"path":688,"priority":328},"references/lark-mail-message.md",{"path":690,"priority":328},"references/lark-mail-messages.md",{"path":692,"priority":328},"references/lark-mail-reply-all.md",{"path":694,"priority":328},"references/lark-mail-reply.md",{"path":696,"priority":328},"references/lark-mail-send-receipt.md",{"path":698,"priority":328},"references/lark-mail-send.md",{"path":700,"priority":328},"references/lark-mail-share-to-chat.md",{"path":702,"priority":328},"references/lark-mail-signature.md",{"path":704,"priority":328},"references/lark-mail-template-create.md",{"path":706,"priority":328},"references/lark-mail-template-update.md",{"path":708,"priority":328},"references/lark-mail-thread.md",{"path":710,"priority":328},"references/lark-mail-triage.md",{"path":712,"priority":328},"references/lark-mail-watch.md",{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":276,"sourceLanguage":277,"type":251},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[720,721,723,725],{"path":274,"priority":275},{"path":722,"priority":328},"references/lark-markdown-create.md",{"path":724,"priority":328},"references/lark-markdown-fetch.md",{"path":726,"priority":328},"references/lark-markdown-overwrite.md",{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":276,"sourceLanguage":18,"type":251},"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",[734,735,737,739],{"path":274,"priority":275},{"path":736,"priority":328},"references/lark-minutes-download.md",{"path":738,"priority":328},"references/lark-minutes-search.md",{"path":740,"priority":328},"references/lark-minutes-upload.md",{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":276,"sourceLanguage":18,"type":251},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[748,749,751,753,755,757,759,761,763,765,767],{"path":274,"priority":275},{"path":750,"priority":328},"references/lark-okr-contentblock.md",{"path":752,"priority":328},"references/lark-okr-cycle-detail.md",{"path":754,"priority":328},"references/lark-okr-cycle-list.md",{"path":756,"priority":328},"references/lark-okr-entities.md",{"path":758,"priority":328},"references/lark-okr-image-upload.md",{"path":760,"priority":328},"references/lark-okr-progress-create.md",{"path":762,"priority":328},"references/lark-okr-progress-delete.md",{"path":764,"priority":328},"references/lark-okr-progress-get.md",{"path":766,"priority":328},"references/lark-okr-progress-list.md",{"path":768,"priority":328},"references/lark-okr-progress-update.md",{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":276,"sourceLanguage":18,"type":251},"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",[776],{"path":274,"priority":275},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":276,"sourceLanguage":18,"type":251},"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",[784],{"path":274,"priority":275},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":276,"sourceLanguage":18,"type":251},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[792,793,795,797,799,801,803,805,807,809,811],{"path":274,"priority":275},{"path":794,"priority":328},"references/lark-sheets-cell-data.md",{"path":796,"priority":328},"references/lark-sheets-cell-images.md",{"path":798,"priority":328},"references/lark-sheets-cell-style-and-merge.md",{"path":800,"priority":328},"references/lark-sheets-dropdown.md",{"path":802,"priority":328},"references/lark-sheets-filter-views.md",{"path":804,"priority":328},"references/lark-sheets-float-images.md",{"path":806,"priority":328},"references/lark-sheets-formula.md",{"path":808,"priority":328},"references/lark-sheets-row-column-management.md",{"path":810,"priority":328},"references/lark-sheets-sheet-management.md",{"path":812,"priority":328},"references/lark-sheets-spreadsheet-management.md",{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":276,"sourceLanguage":18,"type":251},"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",[820],{"path":274,"priority":275},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":276,"sourceLanguage":18,"type":251},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[828,829,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,914,915,917,919,921,923,925,927,929,931,933,935,937,939,941,943,945,947,949,951,953],{"path":274,"priority":275},{"path":830,"priority":831},"assets/templates/administration--all_hands_meeting.xml","low",{"path":833,"priority":831},"assets/templates/administration--annual_gala.xml",{"path":835,"priority":831},"assets/templates/administration--company_intro.xml",{"path":837,"priority":831},"assets/templates/administration--corporate_culture.xml",{"path":839,"priority":831},"assets/templates/hr--employee_training.xml",{"path":841,"priority":831},"assets/templates/hr--employee_training_workshop.xml",{"path":843,"priority":831},"assets/templates/hr--onboarding.xml",{"path":845,"priority":831},"assets/templates/marketing--brand_communication.xml",{"path":847,"priority":831},"assets/templates/marketing--brand_logo_design.xml",{"path":849,"priority":831},"assets/templates/marketing--brand_operations_plan.xml",{"path":851,"priority":831},"assets/templates/marketing--business_plan.xml",{"path":853,"priority":831},"assets/templates/marketing--marketing_plan.xml",{"path":855,"priority":831},"assets/templates/marketing--marketing_strategy.xml",{"path":857,"priority":831},"assets/templates/marketing--product_whitepaper.xml",{"path":859,"priority":831},"assets/templates/marketing--roadshow_business_plan.xml",{"path":861,"priority":831},"assets/templates/misc--book_sharing.xml",{"path":863,"priority":831},"assets/templates/misc--club_event_plan.xml",{"path":865,"priority":831},"assets/templates/misc--student_career_plan.xml",{"path":867,"priority":831},"assets/templates/office--dark_general.xml",{"path":869,"priority":831},"assets/templates/office--dept_annual_report.xml",{"path":871,"priority":831},"assets/templates/office--light_general.xml",{"path":873,"priority":831},"assets/templates/office--project_kickoff.xml",{"path":875,"priority":831},"assets/templates/office--quarterly_review.xml",{"path":877,"priority":831},"assets/templates/office--work_report.xml",{"path":879,"priority":831},"assets/templates/office--work_summary.xml",{"path":881,"priority":831},"assets/templates/office--work_summary_report.xml",{"path":883,"priority":831},"assets/templates/operations--brand_logo_design.xml",{"path":885,"priority":831},"assets/templates/operations--brand_operations_plan.xml",{"path":887,"priority":831},"assets/templates/operations--marketing_plan.xml",{"path":889,"priority":831},"assets/templates/operations--product_promotion.xml",{"path":891,"priority":831},"assets/templates/personal--experience_sharing.xml",{"path":893,"priority":831},"assets/templates/personal--personal_resume.xml",{"path":895,"priority":831},"assets/templates/personal--promotion_defense.xml",{"path":897,"priority":831},"assets/templates/personal--promotion_report.xml",{"path":899,"priority":831},"assets/templates/personal--self_intro.xml",{"path":901,"priority":831},"assets/templates/personal--teaching_sharing.xml",{"path":903,"priority":831},"assets/templates/product--business_case_analysis.xml",{"path":905,"priority":831},"assets/templates/product--market_analysis.xml",{"path":907,"priority":831},"assets/templates/product--product_analysis.xml",{"path":909,"priority":831},"assets/templates/product--product_intro.xml",{"path":911,"priority":831},"assets/templates/product--product_promotion.xml",{"path":913,"priority":831},"assets/templates/product--product_promotion_2.xml",{"path":330,"priority":328},{"path":916,"priority":328},"references/lark-slides-create.md",{"path":918,"priority":328},"references/lark-slides-edit-workflows.md",{"path":920,"priority":328},"references/lark-slides-media-upload.md",{"path":922,"priority":328},"references/lark-slides-replace-slide.md",{"path":924,"priority":328},"references/lark-slides-xml-presentation-slide-create.md",{"path":926,"priority":328},"references/lark-slides-xml-presentation-slide-delete.md",{"path":928,"priority":328},"references/lark-slides-xml-presentation-slide-get.md",{"path":930,"priority":328},"references/lark-slides-xml-presentation-slide-replace.md",{"path":932,"priority":328},"references/lark-slides-xml-presentations-get.md",{"path":934,"priority":328},"references/slide-templates.md",{"path":936,"priority":328},"references/slides_demo.xml",{"path":938,"priority":328},"references/slides_xml_schema_definition.xml",{"path":940,"priority":328},"references/template-catalog.md",{"path":942,"priority":328},"references/template-index.json",{"path":944,"priority":328},"references/xml-format-guide.md",{"path":946,"priority":328},"references/xml-schema-quick-ref.md",{"path":948,"priority":831},"scripts/layout_lint.py",{"path":950,"priority":831},"scripts/layout_lint_test.py",{"path":952,"priority":831},"scripts/template_tool.py",{"path":954,"priority":831},"scripts/template_tool_test.py",{"basePath":956,"description":957,"displayName":958,"installMethods":959,"rationale":960,"selectedPaths":961,"source":276,"sourceLanguage":18,"type":251},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[962,963,965,967,969,971,973,975,977,979,981,983,985,987,989,991,993,995,997],{"path":274,"priority":275},{"path":964,"priority":328},"references/lark-task-assign.md",{"path":966,"priority":328},"references/lark-task-comment.md",{"path":968,"priority":328},"references/lark-task-complete.md",{"path":970,"priority":328},"references/lark-task-create.md",{"path":972,"priority":328},"references/lark-task-followers.md",{"path":974,"priority":328},"references/lark-task-get-my-tasks.md",{"path":976,"priority":328},"references/lark-task-get-related-tasks.md",{"path":978,"priority":328},"references/lark-task-reminder.md",{"path":980,"priority":328},"references/lark-task-reopen.md",{"path":982,"priority":328},"references/lark-task-search.md",{"path":984,"priority":328},"references/lark-task-set-ancestor.md",{"path":986,"priority":328},"references/lark-task-subscribe-event.md",{"path":988,"priority":328},"references/lark-task-tasklist-create.md",{"path":990,"priority":328},"references/lark-task-tasklist-members.md",{"path":992,"priority":328},"references/lark-task-tasklist-search.md",{"path":994,"priority":328},"references/lark-task-tasklist-task-add.md",{"path":996,"priority":328},"references/lark-task-update.md",{"path":998,"priority":328},"references/lark-task-upload-attachment.md",{"basePath":1000,"description":1001,"displayName":1002,"installMethods":1003,"rationale":1004,"selectedPaths":1005,"source":276,"sourceLanguage":18,"type":251},"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",[1006,1007,1009,1011],{"path":274,"priority":275},{"path":1008,"priority":328},"references/lark-vc-notes.md",{"path":1010,"priority":328},"references/lark-vc-recording.md",{"path":1012,"priority":328},"references/lark-vc-search.md",{"basePath":1014,"description":1015,"displayName":1016,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":276,"sourceLanguage":18,"type":251},"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",[1020,1021,1023,1025],{"path":274,"priority":275},{"path":1022,"priority":328},"references/lark-vc-agent-meeting-events.md",{"path":1024,"priority":328},"references/lark-vc-agent-meeting-join.md",{"path":1026,"priority":328},"references/lark-vc-agent-meeting-leave.md",{"basePath":249,"description":10,"displayName":13,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":276,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-whiteboard/SKILL.md",[1031,1032,1034,1036,1038,1040,1042,1044,1046,1048],{"path":274,"priority":275},{"path":1033,"priority":328},"references/connectors.md",{"path":1035,"priority":328},"references/content.md",{"path":1037,"priority":328},"references/image.md",{"path":1039,"priority":328},"references/lark-whiteboard-query.md",{"path":1041,"priority":328},"references/lark-whiteboard-update.md",{"path":1043,"priority":328},"references/layout.md",{"path":1045,"priority":328},"references/schema.md",{"path":1047,"priority":328},"references/style.md",{"path":1049,"priority":328},"references/typography.md",{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":276,"sourceLanguage":18,"type":251},"skills/lark-wiki","飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。","lark-wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1057,1058,1060,1062],{"path":274,"priority":275},{"path":1059,"priority":328},"references/lark-wiki-delete-space.md",{"path":1061,"priority":328},"references/lark-wiki-move.md",{"path":1063,"priority":328},"references/lark-wiki-node-create.md",{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":276,"sourceLanguage":18,"type":251},"skills/lark-workflow-meeting-summary","会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。","lark-workflow-meeting-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1071],{"path":274,"priority":275},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":276,"sourceLanguage":18,"type":251},"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",[1079],{"path":274,"priority":275},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":276,"sourceLanguage":277,"type":251},"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",[1087],{"path":274,"priority":275},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"license":243,"rationale":1094,"selectedPaths":1095,"source":276,"sourceLanguage":277,"type":250},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1093,"npm":1091},"github.com/larksuite/cli","cli ecosystem detected at /",[1096,1098,1100,1102,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,1217],{"path":1097,"priority":275},"package.json",{"path":1099,"priority":275},"go.mod",{"path":1101,"priority":275},"README.md",{"path":1103,"priority":1104},"LICENSE","high",{"path":1106,"priority":328},"scripts/run.js",{"path":1108,"priority":328},"main.go",{"path":1110,"priority":831},"cmd/api/api.go",{"path":1112,"priority":831},"cmd/auth/auth.go",{"path":1114,"priority":831},"cmd/auth/check.go",{"path":1116,"priority":831},"cmd/auth/list.go",{"path":1118,"priority":831},"cmd/auth/login.go",{"path":1120,"priority":831},"cmd/auth/login_interactive.go",{"path":1122,"priority":831},"cmd/auth/login_messages.go",{"path":1124,"priority":831},"cmd/auth/login_result.go",{"path":1126,"priority":831},"cmd/auth/login_scope_cache.go",{"path":1128,"priority":831},"cmd/auth/logout.go",{"path":1130,"priority":831},"cmd/auth/scopes.go",{"path":1132,"priority":831},"cmd/auth/status.go",{"path":1134,"priority":831},"cmd/bootstrap.go",{"path":1136,"priority":831},"cmd/build.go",{"path":1138,"priority":831},"cmd/completion/completion.go",{"path":1140,"priority":831},"cmd/config/bind.go",{"path":1142,"priority":831},"cmd/config/bind_messages.go",{"path":1144,"priority":831},"cmd/config/binder.go",{"path":1146,"priority":831},"cmd/config/config.go",{"path":1148,"priority":831},"cmd/config/default_as.go",{"path":1150,"priority":831},"cmd/config/init.go",{"path":1152,"priority":831},"cmd/config/init_interactive.go",{"path":1154,"priority":831},"cmd/config/init_messages.go",{"path":1156,"priority":831},"cmd/config/remove.go",{"path":1158,"priority":831},"cmd/config/show.go",{"path":1160,"priority":831},"cmd/config/strict_mode.go",{"path":1162,"priority":831},"cmd/doctor/doctor.go",{"path":1164,"priority":831},"cmd/error_auth_hint.go",{"path":1166,"priority":831},"cmd/event/appmeta_err.go",{"path":1168,"priority":831},"cmd/event/bus.go",{"path":1170,"priority":831},"cmd/event/console_url.go",{"path":1172,"priority":831},"cmd/event/consume.go",{"path":1174,"priority":831},"cmd/event/event.go",{"path":1176,"priority":831},"cmd/event/list.go",{"path":1178,"priority":831},"cmd/event/runtime.go",{"path":1180,"priority":831},"cmd/event/schema.go",{"path":1182,"priority":831},"cmd/event/sigpipe_unix.go",{"path":1184,"priority":831},"cmd/event/sigpipe_windows.go",{"path":1186,"priority":831},"cmd/event/status.go",{"path":1188,"priority":831},"cmd/event/stop.go",{"path":1190,"priority":831},"cmd/event/suggestions.go",{"path":1192,"priority":831},"cmd/event/table.go",{"path":1194,"priority":831},"cmd/global_flags.go",{"path":1196,"priority":831},"cmd/init.go",{"path":1198,"priority":831},"cmd/profile/add.go",{"path":1200,"priority":831},"cmd/profile/list.go",{"path":1202,"priority":831},"cmd/profile/profile.go",{"path":1204,"priority":831},"cmd/profile/remove.go",{"path":1206,"priority":831},"cmd/profile/rename.go",{"path":1208,"priority":831},"cmd/profile/use.go",{"path":1210,"priority":831},"cmd/prune.go",{"path":1212,"priority":831},"cmd/root.go",{"path":1214,"priority":831},"cmd/schema/schema.go",{"path":1216,"priority":831},"cmd/service/service.go",{"path":1218,"priority":831},"cmd/update/update.go",{"sources":1220},[1221],"manual",{"npmPackage":1091},{"closedIssues90d":234,"description":1224,"forks":235,"license":243,"openIssues90d":237,"pushedAt":238,"readmeSize":232,"stars":239,"topics":1225},"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":241},{"classifiedAt":1228,"discoverAt":1229,"extractAt":1230,"githubAt":1230,"npmAt":1231,"updatedAt":1228},1778692098142,1778692091023,1778692094045,1778692096666,[219,217,216,218,215],{"evaluatedAt":247,"extractAt":1234,"updatedAt":247},1778692098392,[],[1237,1266,1297,1325,1354,1385],{"_creationTime":1238,"_id":1239,"community":1240,"display":1241,"identity":1247,"providers":1251,"relations":1260,"tags":1262,"workflow":1263},1778687399826.039,"k179t8mdns7qf0h0e6ydf4s3z986ndjp",{"reviewCount":8},{"description":1242,"installMethods":1243,"name":1245,"sourceUrl":1246},"Visual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.",{"claudeCode":1244},"github/awesome-copilot","napkin","https://github.com/github/awesome-copilot",{"basePath":1248,"githubOwner":1249,"githubRepo":1250,"locale":277,"slug":1245,"type":251},"skills/napkin","github","awesome-copilot",{"evaluate":1252,"extract":1259},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1253,"tags":1254,"targetMarket":220,"tier":1258},98,[215,219,1255,217,1256,1257],"visual","notes","copilot","verified",{"commitSha":257},{"repoId":1261},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[219,1257,217,1256,1255,215],{"evaluatedAt":1264,"extractAt":1265,"updatedAt":1264},1778690647668,1778687399826,{"_creationTime":1267,"_id":1268,"community":1269,"display":1270,"identity":1276,"providers":1280,"relations":1290,"tags":1293,"workflow":1294},1778696595410.5618,"k174h4yhwrcpcmdx62n2g2b88986mx17",{"reviewCount":8},{"description":1271,"installMethods":1272,"name":1274,"sourceUrl":1275},"Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.",{"claudeCode":1273},"rohitg00/pro-workflow","agent-teams","https://github.com/rohitg00/pro-workflow",{"basePath":1277,"githubOwner":1278,"githubRepo":1279,"locale":277,"slug":1274,"type":251},"skills/agent-teams","rohitg00","pro-workflow",{"evaluate":1281,"extract":1289},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1282,"tags":1283,"targetMarket":220,"tier":1258},100,[1284,219,1285,1286,1287,1288],"ai-workflow","knowledge-management","llm-ops","productivity","self-correction",{"commitSha":257},{"parentExtensionId":1291,"repoId":1292},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[1284,219,1285,1286,1287,1288],{"evaluatedAt":1295,"extractAt":1296,"updatedAt":1295},1778696637446,1778696595410,{"_creationTime":1298,"_id":1299,"community":1300,"display":1301,"identity":1307,"providers":1311,"relations":1319,"tags":1321,"workflow":1322},1778688022104.1726,"k17bvm0wwrqpyjkwdb3mn71bkn86mwk3",{"reviewCount":8},{"description":1302,"installMethods":1303,"name":1305,"sourceUrl":1306},"Lead a team — run standups, coordinate tasks, and communicate.",{"claudeCode":1304},"googleworkspace/cli","Team Lead Persona","https://github.com/googleworkspace/cli",{"basePath":1308,"githubOwner":1309,"githubRepo":250,"locale":277,"slug":1310,"type":251},"skills/persona-team-lead","googleworkspace","persona-team-lead",{"evaluate":1312,"extract":1317},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1282,"tags":1313,"targetMarket":220,"tier":1258},[1314,1315,219,1316,250],"google-workspace","team-lead","automation",{"commitSha":257,"license":1318},"Apache-2.0",{"repoId":1320},"kd74t1908zh6g1jzcxw8tg1rwx86nnpt",[1316,250,219,1314,1315],{"evaluatedAt":1323,"extractAt":1324,"updatedAt":1323},1778689258666,1778688022104,{"_creationTime":1326,"_id":1327,"community":1328,"display":1329,"identity":1335,"providers":1339,"relations":1347,"tags":1350,"workflow":1351},1778686640222.7917,"k17549bwd8rq0h0wq4cvav0fpn86nda9",{"reviewCount":8},{"description":1330,"installMethods":1331,"name":1333,"sourceUrl":1334},"Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says \"let's brainstorm\", \"what should we build\", or \"help me think through X\", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.",{"claudeCode":1332},"EveryInc/compound-engineering-plugin","ce-brainstorm","https://github.com/EveryInc/compound-engineering-plugin",{"basePath":1336,"githubOwner":1337,"githubRepo":1338,"locale":277,"slug":1333,"type":251},"plugins/compound-engineering/skills/ce-brainstorm","EveryInc","compound-engineering-plugin",{"evaluate":1340,"extract":1346},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1282,"tags":1341,"targetMarket":220,"tier":1258},[1342,1343,219,1344,1345],"documentation","requirements","planning","ai-assistant",{"commitSha":257},{"parentExtensionId":1348,"repoId":1349},"k17d893df4em0e3pn8f55h1dxn86n09e","kd7e40my1b5g70tg0f60qg85ch86nn08",[1345,219,1342,1344,1343],{"evaluatedAt":1352,"extractAt":1353,"updatedAt":1352},1778686797367,1778686640222,{"_creationTime":1355,"_id":1356,"community":1357,"display":1358,"identity":1364,"providers":1368,"relations":1378,"tags":1381,"workflow":1382},1778695548458.3904,"k17030fqbhdbzzdedc7vnrwmdx86mmtb",{"reviewCount":8},{"description":1359,"installMethods":1360,"name":1362,"sourceUrl":1363},"Produce publication-ready 2D graphics with proper DPI, color profiles, typography, and export formats for print and digital media. Use when preparing figures for academic journal submission, creating graphics for print publications, ensuring graphics meet publisher technical specifications, exporting visualizations for web with proper optimization, or creating multi-format exports from a single source.\n",{"claudeCode":1361},"pjt222/agent-almanac","render-publication-graphic","https://github.com/pjt222/agent-almanac",{"basePath":1365,"githubOwner":1366,"githubRepo":1367,"locale":277,"slug":1362,"type":251},"skills/render-publication-graphic","pjt222","agent-almanac",{"evaluate":1369,"extract":1377},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1282,"tags":1370,"targetMarket":220,"tier":1258},[1371,218,1372,1373,1374,1375,1376],"graphics","publication","print","digital-media","image-processing","typography",{"commitSha":257},{"parentExtensionId":1379,"repoId":1380},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[1374,1371,1375,1373,1372,1376,218],{"evaluatedAt":1383,"extractAt":1384,"updatedAt":1383},1778700590925,1778695548458,{"_creationTime":1386,"_id":1387,"community":1388,"display":1389,"identity":1393,"providers":1395,"relations":1405,"tags":1406,"workflow":1407},1778695548458.3486,"k17cnkmp08y8hbx7whs8gdbqxd86mqts",{"reviewCount":8},{"description":1390,"installMethods":1391,"name":1392,"sourceUrl":1363},"Create interactive maps, elevation profiles, and spatial visualizations from GPX tracks, waypoints, or route data using R (sf, leaflet, tmap) or Observable (D3, deck.gl). Covers data import, coordinate system handling, map styling, and export to HTML or image formats. Use when visualizing a planned or completed tour route on an interactive map, creating elevation profiles for hiking or cycling routes, overlaying waypoints and POIs on a basemap, or building a web-based trip dashboard.\n",{"claudeCode":1361},"create-spatial-visualization",{"basePath":1394,"githubOwner":1366,"githubRepo":1367,"locale":277,"slug":1392,"type":251},"skills/create-spatial-visualization",{"evaluate":1396,"extract":1404},{"promptVersionExtension":208,"promptVersionScoring":209,"score":1282,"tags":1397,"targetMarket":220,"tier":1258},[1398,1399,218,1400,1401,1402,1403],"maps","gpx","r","javascript","data-processing","mapping",{"commitSha":257},{"parentExtensionId":1379,"repoId":1380},[1402,1399,1401,1403,1398,1400,218],{"evaluatedAt":1408,"extractAt":1384,"updatedAt":1408},1778697320767]