[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-wiki-en":3,"guides-for-larksuite-lark-wiki":1249,"similar-k171q2y70k2z7p5t62a7zrpw6s86n4kw-en":1250},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":241,"parentExtension":266,"providers":267,"relations":272,"repo":274,"tags":1246,"workflow":1247},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。",{"claudeCode":12},"larksuite/cli","Lark Wiki CLI","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":259},1778692680305.4502,"kn756v2ntt2wjwyx4yzztbvp8s86nyv0","zh-CN",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":225,"tier":226,"useCases":227,"workflow":232},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,116,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of managing Lark/Feishu knowledge spaces, members, and document nodes, and when to use it for tasks like finding/creating documents or managing members.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides specific shortcuts and structured interactions for managing Lark Wiki, going beyond basic API calls by offering intelligent resolution of space IDs and handling of asynchronous operations.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the complete lifecycle of managing Lark Wiki spaces, nodes, and members, including creation, deletion, and moving, with clear guidance on potential risks and asynchronous task handling.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on managing Lark Wiki spaces, members, and nodes, aligning with its declared scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the extension's capabilities for managing Lark Wiki spaces, members, and document nodes, including specific use cases and operational constraints.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are scoped to specific actions within Lark Wiki management, such as `wiki +move`, `wiki +node-create`, and `wiki +delete-space`, avoiding general-purpose command execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the shortcuts are clearly documented with their purpose, optionality, and behavior, including specific instructions for space ID resolution and asynchronous task handling.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `+move`, `+node-create`, and `+delete-space` are descriptive and map clearly to their wiki management functions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined for each shortcut, requesting only necessary information like tokens and titles, and outputs provide structured results relevant to the operation.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, which is permissive and suitable for open-source use.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project appears to use standard Node.js dependencies managed via npm, and the presence of a lockfile suggests good dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension relies on the `lark-shared` skill for authentication and secret management, which is assumed to handle secrets appropriately.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension's design, leveraging structured commands and relying on the base `lark-shared` for authentication, suggests built-in protections against injection attacks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension bundles its scripts and does not appear to fetch remote content at runtime for execution, mitigating supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension operates within the Lark CLI framework, which is expected to provide sandbox isolation for executed commands.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied tool calls was found in the provided SKILL.md and reference files.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension's operations are confined to managing Lark Wiki data and do not involve submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The provided documentation files do not contain hidden text tricks, invisible Unicode characters, or other obfuscation techniques.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The extension uses plain, readable JavaScript/TypeScript for its shortcuts, with no evidence of obfuscated code or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The extension relies on the Lark CLI framework and its own bundled logic, without making assumptions about the user's local project structure.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","The repository shows a healthy rate of issue closure relative to openings, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The extension declares a clear version (1.0.0) in its SKILL.md frontmatter, indicating a managed release process.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The shortcuts are designed with specific parameters and validation rules, as described in their documentation, ensuring robust input handling.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like deleting a space are guarded by explicit `--yes` confirmation and dry-run options, preventing accidental execution.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The extension details various error conditions, including asynchronous task failures and invalid input scenarios, providing guidance for recovery or further action.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The extension's documentation outlines how asynchronous tasks are handled and provides commands for checking task status, implying a form of auditable execution.",{"category":117,"check":118,"severity":119,"summary":120},"Compliance","GDPR","not_applicable","The extension manages Lark Wiki data and does not appear to operate on personal data that would require specific GDPR sanitization.",{"category":117,"check":122,"severity":24,"summary":123},"Target market","The extension operates on Lark/Feishu platform data, which is globally available, and the documentation does not indicate any geographical restrictions.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The extension relies on the Lark CLI framework and Node.js, which are cross-platform, and provides clear instructions for installation and authentication.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README is comprehensive, detailing features, installation, authentication, and usage, and aligns with the SKILL.md.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The extension exposes three primary shortcuts (`+move`, `+node-create`, `+delete-space`), which is within the ideal range.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The three main shortcuts represent distinct and non-overlapping operations within Lark Wiki management.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, including the handling of asynchronous tasks and space ID resolution, have corresponding implementations described in the documentation and reference files.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions via npm, including the necessary command to add the SKILL, and the documentation details authentication setup.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The documentation provides details on how errors manifest, including asynchronous task failures and validation errors, often with suggested next steps or remediation guidance.",{"category":103,"check":148,"severity":24,"summary":149},"Pinned dependencies","The project lists Node.js requirements and uses npm for dependency management, implying pinned dependencies through a lockfile.",{"category":33,"check":151,"severity":24,"summary":152},"Dry-run preview","All state-changing operations, such as creating nodes or deleting spaces, offer a `--dry-run` option to preview the intended actions.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The extension handles asynchronous operations with polling and provides mechanisms to continue querying task status, indicating consideration for retries and timeouts.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The extension operates within the Lark CLI framework, which is assumed to handle telemetry according to its own policies, and no explicit opt-out telemetry is mentioned for this specific skill.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The extension's purpose is precisely defined for managing Lark Wiki spaces, nodes, and members, with clear triggers and boundaries outlined in the SKILL.md and README.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capabilities and purpose of the Lark Wiki management.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md and reference files are well-structured and delegate deeper details to separate files where appropriate, keeping the main instructions concise.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed procedures for operations like moving nodes or deleting spaces are explained in separate reference files, linked from the main SKILL.md.",{"category":170,"check":174,"severity":119,"summary":175},"Forked exploration","This extension is not an exploration-heavy skill; its operations are direct and do not require forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The documentation provides clear, ready-to-use examples for all major shortcuts, demonstrating inputs and expected outputs.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses potential edge cases, such as handling asynchronous task timeouts, space ID resolution complexities, and permission requirements, with recovery steps.",{"category":110,"check":183,"severity":119,"summary":184},"Tool Fallback","This extension is part of the Lark CLI and does not appear to have external tool fallbacks.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The documentation emphasizes confirmation steps for destructive operations and provides guidance on handling various states, including asynchronous task statuses.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill clearly depends on `lark-shared` for authentication, and this dependency is explicitly noted. Other operations are self-contained within the wiki management scope.",1778692680197,"This skill manages Lark/Feishu knowledge spaces, members, and document nodes through specific CLI shortcuts. It supports creating and querying spaces, managing members, organizing node hierarchies, and handling document migration into wiki spaces.",[195,196,197,198,199],"Manage knowledge spaces, members, and document nodes","Create and query knowledge spaces","Add, delete, and list space members","Organize node hierarchy and create shortcuts","Migrate documents into wiki spaces",[201,202,203],"Managing general files outside of Lark Wiki spaces","Performing operations on Lark Drive documents that are not related to wiki migration","Automating administrative tasks outside the scope of wiki management",[],[206,207,208,209,210,211],"Node.js (npm/npx)","Go v1.23+ (for building from source)","Python 3 (for building from source)","Lark CLI installed (`npm install -g @larksuite/cli` or build from source)","Lark CLI SKILL installed (`npx skills add larksuite/cli -y -g`)","Lark API credentials configured and authenticated (`lark-cli config init` and `lark-cli auth login`)","3.0.0","4.4.0","To efficiently manage Lark/Feishu knowledge spaces, including creation, member management, and document organization, for users and AI agents.","All checks passed with 'pass' or 'not_applicable' severity. The extension is well-documented, secure, and production-ready.",100,"A robust and well-documented skill for managing Lark/Feishu knowledge spaces and content.",[219,220,221,222,223,224],"lark","feishu","wiki","knowledge-management","automation","cli","global","verified",[228,229,230,231],"When users need to find or create documents in a knowledge base","When users need to browse the structure of a knowledge space","When users need to view or manage space members","When users need to move or copy nodes within a knowledge base",[233,234,235,236,237,238],"User initiates a wiki management task (e.g., create node, delete space).","The AI agent selects the appropriate `lark-wiki` shortcut based on the user's intent.","The shortcut validates inputs and potentially resolves necessary IDs (e.g., space ID from URL or name).","The shortcut executes the corresponding Lark CLI command, possibly involving asynchronous operations.","If the operation is asynchronous, the agent may need to poll for task completion using `lark-cli drive +task_result`.","The agent presents the result or any necessary follow-up actions to the user.",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"popularity":253,"security":255,"testCoverage":258},{"hasLockfile":241},true,1778692652800,{"descriptionLength":244,"readmeSize":245},115,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},1778692680305,{"basePath":262,"githubOwner":263,"githubRepo":224,"locale":18,"slug":264,"type":265},"skills/lark-wiki","larksuite","lark-wiki","skill",null,{"evaluate":268,"extract":270},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":269,"targetMarket":225,"tier":226},[219,220,221,222,223,224],{"commitSha":271,"license":256},"HEAD",{"repoId":273},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":275,"_id":273,"identity":276,"providers":277,"workflow":1241},1778692091023.1594,{"githubOwner":263,"githubRepo":224,"sourceUrl":14},{"classify":278,"discover":1233,"extract":1236,"github":1237,"npm":1240},{"commitSha":271,"extensions":279},[280,292,300,308,316,324,332,525,549,561,595,637,647,685,727,741,755,783,791,799,827,835,969,1013,1027,1041,1067,1078,1086,1094,1102],{"basePath":281,"description":282,"displayName":283,"installMethods":284,"rationale":285,"selectedPaths":286,"source":290,"sourceLanguage":291,"type":265},"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",[287],{"path":288,"priority":289},"SKILL.md","mandatory","rule","en",{"basePath":293,"description":294,"displayName":295,"installMethods":296,"rationale":297,"selectedPaths":298,"source":290,"sourceLanguage":291,"type":265},"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",[299],{"path":288,"priority":289},{"basePath":301,"description":302,"displayName":303,"installMethods":304,"rationale":305,"selectedPaths":306,"source":290,"sourceLanguage":291,"type":265},"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",[307],{"path":288,"priority":289},{"basePath":309,"description":310,"displayName":311,"installMethods":312,"rationale":313,"selectedPaths":314,"source":290,"sourceLanguage":291,"type":265},"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",[315],{"path":288,"priority":289},{"basePath":317,"description":318,"displayName":319,"installMethods":320,"rationale":321,"selectedPaths":322,"source":290,"sourceLanguage":18,"type":265},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[323],{"path":288,"priority":289},{"basePath":325,"description":326,"displayName":327,"installMethods":328,"rationale":329,"selectedPaths":330,"source":290,"sourceLanguage":18,"type":265},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[331],{"path":288,"priority":289},{"basePath":333,"description":334,"displayName":335,"installMethods":336,"rationale":337,"selectedPaths":338,"source":290,"sourceLanguage":18,"type":265},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[339,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523],{"path":288,"priority":289},{"path":341,"priority":342},"references/dashboard-block-data-config.md","medium",{"path":344,"priority":342},"references/examples.md",{"path":346,"priority":342},"references/formula-field-guide.md",{"path":348,"priority":342},"references/lark-base-advperm-disable.md",{"path":350,"priority":342},"references/lark-base-advperm-enable.md",{"path":352,"priority":342},"references/lark-base-base-copy.md",{"path":354,"priority":342},"references/lark-base-base-create.md",{"path":356,"priority":342},"references/lark-base-base-get.md",{"path":358,"priority":342},"references/lark-base-cell-value.md",{"path":360,"priority":342},"references/lark-base-dashboard-arrange.md",{"path":362,"priority":342},"references/lark-base-dashboard-block-create.md",{"path":364,"priority":342},"references/lark-base-dashboard-block-delete.md",{"path":366,"priority":342},"references/lark-base-dashboard-block-get.md",{"path":368,"priority":342},"references/lark-base-dashboard-block-list.md",{"path":370,"priority":342},"references/lark-base-dashboard-block-update.md",{"path":372,"priority":342},"references/lark-base-dashboard-create.md",{"path":374,"priority":342},"references/lark-base-dashboard-delete.md",{"path":376,"priority":342},"references/lark-base-dashboard-get.md",{"path":378,"priority":342},"references/lark-base-dashboard-list.md",{"path":380,"priority":342},"references/lark-base-dashboard-update.md",{"path":382,"priority":342},"references/lark-base-dashboard.md",{"path":384,"priority":342},"references/lark-base-data-analysis-sop.md",{"path":386,"priority":342},"references/lark-base-data-query.md",{"path":388,"priority":342},"references/lark-base-field-create.md",{"path":390,"priority":342},"references/lark-base-field-delete.md",{"path":392,"priority":342},"references/lark-base-field-get.md",{"path":394,"priority":342},"references/lark-base-field-list.md",{"path":396,"priority":342},"references/lark-base-field-search-options.md",{"path":398,"priority":342},"references/lark-base-field-update.md",{"path":400,"priority":342},"references/lark-base-field.md",{"path":402,"priority":342},"references/lark-base-form-create.md",{"path":404,"priority":342},"references/lark-base-form-delete.md",{"path":406,"priority":342},"references/lark-base-form-get.md",{"path":408,"priority":342},"references/lark-base-form-list.md",{"path":410,"priority":342},"references/lark-base-form-questions-create.md",{"path":412,"priority":342},"references/lark-base-form-questions-delete.md",{"path":414,"priority":342},"references/lark-base-form-questions-list.md",{"path":416,"priority":342},"references/lark-base-form-questions-update.md",{"path":418,"priority":342},"references/lark-base-form-questions.md",{"path":420,"priority":342},"references/lark-base-form-update.md",{"path":422,"priority":342},"references/lark-base-form.md",{"path":424,"priority":342},"references/lark-base-history.md",{"path":426,"priority":342},"references/lark-base-record-batch-create.md",{"path":428,"priority":342},"references/lark-base-record-batch-update.md",{"path":430,"priority":342},"references/lark-base-record-delete.md",{"path":432,"priority":342},"references/lark-base-record-history-list.md",{"path":434,"priority":342},"references/lark-base-record-share-link-create.md",{"path":436,"priority":342},"references/lark-base-record-upload-attachment.md",{"path":438,"priority":342},"references/lark-base-record-upsert.md",{"path":440,"priority":342},"references/lark-base-record.md",{"path":442,"priority":342},"references/lark-base-role-create.md",{"path":444,"priority":342},"references/lark-base-role-delete.md",{"path":446,"priority":342},"references/lark-base-role-get.md",{"path":448,"priority":342},"references/lark-base-role-list.md",{"path":450,"priority":342},"references/lark-base-role-update.md",{"path":452,"priority":342},"references/lark-base-shortcut-field-properties.md",{"path":454,"priority":342},"references/lark-base-table-create.md",{"path":456,"priority":342},"references/lark-base-table-delete.md",{"path":458,"priority":342},"references/lark-base-table-get.md",{"path":460,"priority":342},"references/lark-base-table-list.md",{"path":462,"priority":342},"references/lark-base-table-update.md",{"path":464,"priority":342},"references/lark-base-table.md",{"path":466,"priority":342},"references/lark-base-view-create.md",{"path":468,"priority":342},"references/lark-base-view-delete.md",{"path":470,"priority":342},"references/lark-base-view-get-card.md",{"path":472,"priority":342},"references/lark-base-view-get-filter.md",{"path":474,"priority":342},"references/lark-base-view-get-group.md",{"path":476,"priority":342},"references/lark-base-view-get-sort.md",{"path":478,"priority":342},"references/lark-base-view-get-timebar.md",{"path":480,"priority":342},"references/lark-base-view-get-visible-fields.md",{"path":482,"priority":342},"references/lark-base-view-get.md",{"path":484,"priority":342},"references/lark-base-view-list.md",{"path":486,"priority":342},"references/lark-base-view-rename.md",{"path":488,"priority":342},"references/lark-base-view-set-card.md",{"path":490,"priority":342},"references/lark-base-view-set-filter.md",{"path":492,"priority":342},"references/lark-base-view-set-group.md",{"path":494,"priority":342},"references/lark-base-view-set-sort.md",{"path":496,"priority":342},"references/lark-base-view-set-timebar.md",{"path":498,"priority":342},"references/lark-base-view-set-visible-fields.md",{"path":500,"priority":342},"references/lark-base-view.md",{"path":502,"priority":342},"references/lark-base-workflow-create.md",{"path":504,"priority":342},"references/lark-base-workflow-disable.md",{"path":506,"priority":342},"references/lark-base-workflow-enable.md",{"path":508,"priority":342},"references/lark-base-workflow-get.md",{"path":510,"priority":342},"references/lark-base-workflow-guide.md",{"path":512,"priority":342},"references/lark-base-workflow-list.md",{"path":514,"priority":342},"references/lark-base-workflow-schema.md",{"path":516,"priority":342},"references/lark-base-workflow-update.md",{"path":518,"priority":342},"references/lark-base-workflow.md",{"path":520,"priority":342},"references/lark-base-workspace.md",{"path":522,"priority":342},"references/lookup-field-guide.md",{"path":524,"priority":342},"references/role-config.md",{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":290,"sourceLanguage":18,"type":265},"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",[532,533,535,537,539,541,543,545,547],{"path":288,"priority":289},{"path":534,"priority":342},"references/lark-calendar-agenda.md",{"path":536,"priority":342},"references/lark-calendar-create.md",{"path":538,"priority":342},"references/lark-calendar-freebusy.md",{"path":540,"priority":342},"references/lark-calendar-room-find.md",{"path":542,"priority":342},"references/lark-calendar-rsvp.md",{"path":544,"priority":342},"references/lark-calendar-schedule-meeting.md",{"path":546,"priority":342},"references/lark-calendar-suggestion.md",{"path":548,"priority":342},"references/lark-calendar-update.md",{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":290,"sourceLanguage":18,"type":265},"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",[556,557,559],{"path":288,"priority":289},{"path":558,"priority":342},"references/lark-contact-get-user.md",{"path":560,"priority":342},"references/lark-contact-search-user.md",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":290,"sourceLanguage":291,"type":265},"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",[568,569,571,573,575,577,579,581,583,585,587,589,591,593],{"path":288,"priority":289},{"path":570,"priority":342},"references/lark-doc-create.md",{"path":572,"priority":342},"references/lark-doc-fetch.md",{"path":574,"priority":342},"references/lark-doc-md.md",{"path":576,"priority":342},"references/lark-doc-media-download.md",{"path":578,"priority":342},"references/lark-doc-media-insert.md",{"path":580,"priority":342},"references/lark-doc-media-preview.md",{"path":582,"priority":342},"references/lark-doc-search.md",{"path":584,"priority":342},"references/lark-doc-update.md",{"path":586,"priority":342},"references/lark-doc-whiteboard.md",{"path":588,"priority":342},"references/lark-doc-xml.md",{"path":590,"priority":342},"references/style/lark-doc-create-workflow.md",{"path":592,"priority":342},"references/style/lark-doc-style.md",{"path":594,"priority":342},"references/style/lark-doc-update-workflow.md",{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":290,"sourceLanguage":18,"type":265},"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",[602,603,605,607,609,611,613,615,617,619,621,623,625,627,629,631,633,635],{"path":288,"priority":289},{"path":604,"priority":342},"references/lark-drive-add-comment.md",{"path":606,"priority":342},"references/lark-drive-apply-permission.md",{"path":608,"priority":342},"references/lark-drive-create-folder.md",{"path":610,"priority":342},"references/lark-drive-create-shortcut.md",{"path":612,"priority":342},"references/lark-drive-delete.md",{"path":614,"priority":342},"references/lark-drive-download.md",{"path":616,"priority":342},"references/lark-drive-export-download.md",{"path":618,"priority":342},"references/lark-drive-export.md",{"path":620,"priority":342},"references/lark-drive-import.md",{"path":622,"priority":342},"references/lark-drive-move.md",{"path":624,"priority":342},"references/lark-drive-pull.md",{"path":626,"priority":342},"references/lark-drive-push.md",{"path":628,"priority":342},"references/lark-drive-reactions.md",{"path":630,"priority":342},"references/lark-drive-search.md",{"path":632,"priority":342},"references/lark-drive-status.md",{"path":634,"priority":342},"references/lark-drive-task-result.md",{"path":636,"priority":342},"references/lark-drive-upload.md",{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":290,"sourceLanguage":291,"type":265},"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",[644,645],{"path":288,"priority":289},{"path":646,"priority":342},"references/lark-event-im.md",{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":290,"sourceLanguage":291,"type":265},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[654,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683],{"path":288,"priority":289},{"path":656,"priority":342},"references/lark-im-chat-create.md",{"path":658,"priority":342},"references/lark-im-chat-identity.md",{"path":660,"priority":342},"references/lark-im-chat-messages-list.md",{"path":662,"priority":342},"references/lark-im-chat-search.md",{"path":664,"priority":342},"references/lark-im-chat-update.md",{"path":666,"priority":342},"references/lark-im-flag-cancel.md",{"path":668,"priority":342},"references/lark-im-flag-create.md",{"path":670,"priority":342},"references/lark-im-flag-list.md",{"path":672,"priority":342},"references/lark-im-messages-mget.md",{"path":674,"priority":342},"references/lark-im-messages-reply.md",{"path":676,"priority":342},"references/lark-im-messages-resources-download.md",{"path":678,"priority":342},"references/lark-im-messages-search.md",{"path":680,"priority":342},"references/lark-im-messages-send.md",{"path":682,"priority":342},"references/lark-im-reactions.md",{"path":684,"priority":342},"references/lark-im-threads-messages-list.md",{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":290,"sourceLanguage":18,"type":265},"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",[692,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725],{"path":288,"priority":289},{"path":694,"priority":342},"references/lark-mail-decline-receipt.md",{"path":696,"priority":342},"references/lark-mail-draft-create.md",{"path":698,"priority":342},"references/lark-mail-draft-edit.md",{"path":700,"priority":342},"references/lark-mail-forward.md",{"path":702,"priority":342},"references/lark-mail-message.md",{"path":704,"priority":342},"references/lark-mail-messages.md",{"path":706,"priority":342},"references/lark-mail-reply-all.md",{"path":708,"priority":342},"references/lark-mail-reply.md",{"path":710,"priority":342},"references/lark-mail-send-receipt.md",{"path":712,"priority":342},"references/lark-mail-send.md",{"path":714,"priority":342},"references/lark-mail-share-to-chat.md",{"path":716,"priority":342},"references/lark-mail-signature.md",{"path":718,"priority":342},"references/lark-mail-template-create.md",{"path":720,"priority":342},"references/lark-mail-template-update.md",{"path":722,"priority":342},"references/lark-mail-thread.md",{"path":724,"priority":342},"references/lark-mail-triage.md",{"path":726,"priority":342},"references/lark-mail-watch.md",{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":290,"sourceLanguage":291,"type":265},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[734,735,737,739],{"path":288,"priority":289},{"path":736,"priority":342},"references/lark-markdown-create.md",{"path":738,"priority":342},"references/lark-markdown-fetch.md",{"path":740,"priority":342},"references/lark-markdown-overwrite.md",{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":290,"sourceLanguage":18,"type":265},"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",[748,749,751,753],{"path":288,"priority":289},{"path":750,"priority":342},"references/lark-minutes-download.md",{"path":752,"priority":342},"references/lark-minutes-search.md",{"path":754,"priority":342},"references/lark-minutes-upload.md",{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":290,"sourceLanguage":18,"type":265},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[762,763,765,767,769,771,773,775,777,779,781],{"path":288,"priority":289},{"path":764,"priority":342},"references/lark-okr-contentblock.md",{"path":766,"priority":342},"references/lark-okr-cycle-detail.md",{"path":768,"priority":342},"references/lark-okr-cycle-list.md",{"path":770,"priority":342},"references/lark-okr-entities.md",{"path":772,"priority":342},"references/lark-okr-image-upload.md",{"path":774,"priority":342},"references/lark-okr-progress-create.md",{"path":776,"priority":342},"references/lark-okr-progress-delete.md",{"path":778,"priority":342},"references/lark-okr-progress-get.md",{"path":780,"priority":342},"references/lark-okr-progress-list.md",{"path":782,"priority":342},"references/lark-okr-progress-update.md",{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":290,"sourceLanguage":18,"type":265},"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",[790],{"path":288,"priority":289},{"basePath":792,"description":793,"displayName":794,"installMethods":795,"rationale":796,"selectedPaths":797,"source":290,"sourceLanguage":18,"type":265},"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",[798],{"path":288,"priority":289},{"basePath":800,"description":801,"displayName":802,"installMethods":803,"rationale":804,"selectedPaths":805,"source":290,"sourceLanguage":18,"type":265},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[806,807,809,811,813,815,817,819,821,823,825],{"path":288,"priority":289},{"path":808,"priority":342},"references/lark-sheets-cell-data.md",{"path":810,"priority":342},"references/lark-sheets-cell-images.md",{"path":812,"priority":342},"references/lark-sheets-cell-style-and-merge.md",{"path":814,"priority":342},"references/lark-sheets-dropdown.md",{"path":816,"priority":342},"references/lark-sheets-filter-views.md",{"path":818,"priority":342},"references/lark-sheets-float-images.md",{"path":820,"priority":342},"references/lark-sheets-formula.md",{"path":822,"priority":342},"references/lark-sheets-row-column-management.md",{"path":824,"priority":342},"references/lark-sheets-sheet-management.md",{"path":826,"priority":342},"references/lark-sheets-spreadsheet-management.md",{"basePath":828,"description":829,"displayName":830,"installMethods":831,"rationale":832,"selectedPaths":833,"source":290,"sourceLanguage":18,"type":265},"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",[834],{"path":288,"priority":289},{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":290,"sourceLanguage":18,"type":265},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[842,843,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,916,918,920,922,924,926,928,929,931,933,935,937,939,941,943,945,947,949,951,953,955,957,959,961,963,965,967],{"path":288,"priority":289},{"path":844,"priority":845},"assets/templates/administration--all_hands_meeting.xml","low",{"path":847,"priority":845},"assets/templates/administration--annual_gala.xml",{"path":849,"priority":845},"assets/templates/administration--company_intro.xml",{"path":851,"priority":845},"assets/templates/administration--corporate_culture.xml",{"path":853,"priority":845},"assets/templates/hr--employee_training.xml",{"path":855,"priority":845},"assets/templates/hr--employee_training_workshop.xml",{"path":857,"priority":845},"assets/templates/hr--onboarding.xml",{"path":859,"priority":845},"assets/templates/marketing--brand_communication.xml",{"path":861,"priority":845},"assets/templates/marketing--brand_logo_design.xml",{"path":863,"priority":845},"assets/templates/marketing--brand_operations_plan.xml",{"path":865,"priority":845},"assets/templates/marketing--business_plan.xml",{"path":867,"priority":845},"assets/templates/marketing--marketing_plan.xml",{"path":869,"priority":845},"assets/templates/marketing--marketing_strategy.xml",{"path":871,"priority":845},"assets/templates/marketing--product_whitepaper.xml",{"path":873,"priority":845},"assets/templates/marketing--roadshow_business_plan.xml",{"path":875,"priority":845},"assets/templates/misc--book_sharing.xml",{"path":877,"priority":845},"assets/templates/misc--club_event_plan.xml",{"path":879,"priority":845},"assets/templates/misc--student_career_plan.xml",{"path":881,"priority":845},"assets/templates/office--dark_general.xml",{"path":883,"priority":845},"assets/templates/office--dept_annual_report.xml",{"path":885,"priority":845},"assets/templates/office--light_general.xml",{"path":887,"priority":845},"assets/templates/office--project_kickoff.xml",{"path":889,"priority":845},"assets/templates/office--quarterly_review.xml",{"path":891,"priority":845},"assets/templates/office--work_report.xml",{"path":893,"priority":845},"assets/templates/office--work_summary.xml",{"path":895,"priority":845},"assets/templates/office--work_summary_report.xml",{"path":897,"priority":845},"assets/templates/operations--brand_logo_design.xml",{"path":899,"priority":845},"assets/templates/operations--brand_operations_plan.xml",{"path":901,"priority":845},"assets/templates/operations--marketing_plan.xml",{"path":903,"priority":845},"assets/templates/operations--product_promotion.xml",{"path":905,"priority":845},"assets/templates/personal--experience_sharing.xml",{"path":907,"priority":845},"assets/templates/personal--personal_resume.xml",{"path":909,"priority":845},"assets/templates/personal--promotion_defense.xml",{"path":911,"priority":845},"assets/templates/personal--promotion_report.xml",{"path":913,"priority":845},"assets/templates/personal--self_intro.xml",{"path":915,"priority":845},"assets/templates/personal--teaching_sharing.xml",{"path":917,"priority":845},"assets/templates/product--business_case_analysis.xml",{"path":919,"priority":845},"assets/templates/product--market_analysis.xml",{"path":921,"priority":845},"assets/templates/product--product_analysis.xml",{"path":923,"priority":845},"assets/templates/product--product_intro.xml",{"path":925,"priority":845},"assets/templates/product--product_promotion.xml",{"path":927,"priority":845},"assets/templates/product--product_promotion_2.xml",{"path":344,"priority":342},{"path":930,"priority":342},"references/lark-slides-create.md",{"path":932,"priority":342},"references/lark-slides-edit-workflows.md",{"path":934,"priority":342},"references/lark-slides-media-upload.md",{"path":936,"priority":342},"references/lark-slides-replace-slide.md",{"path":938,"priority":342},"references/lark-slides-xml-presentation-slide-create.md",{"path":940,"priority":342},"references/lark-slides-xml-presentation-slide-delete.md",{"path":942,"priority":342},"references/lark-slides-xml-presentation-slide-get.md",{"path":944,"priority":342},"references/lark-slides-xml-presentation-slide-replace.md",{"path":946,"priority":342},"references/lark-slides-xml-presentations-get.md",{"path":948,"priority":342},"references/slide-templates.md",{"path":950,"priority":342},"references/slides_demo.xml",{"path":952,"priority":342},"references/slides_xml_schema_definition.xml",{"path":954,"priority":342},"references/template-catalog.md",{"path":956,"priority":342},"references/template-index.json",{"path":958,"priority":342},"references/xml-format-guide.md",{"path":960,"priority":342},"references/xml-schema-quick-ref.md",{"path":962,"priority":845},"scripts/layout_lint.py",{"path":964,"priority":845},"scripts/layout_lint_test.py",{"path":966,"priority":845},"scripts/template_tool.py",{"path":968,"priority":845},"scripts/template_tool_test.py",{"basePath":970,"description":971,"displayName":972,"installMethods":973,"rationale":974,"selectedPaths":975,"source":290,"sourceLanguage":18,"type":265},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[976,977,979,981,983,985,987,989,991,993,995,997,999,1001,1003,1005,1007,1009,1011],{"path":288,"priority":289},{"path":978,"priority":342},"references/lark-task-assign.md",{"path":980,"priority":342},"references/lark-task-comment.md",{"path":982,"priority":342},"references/lark-task-complete.md",{"path":984,"priority":342},"references/lark-task-create.md",{"path":986,"priority":342},"references/lark-task-followers.md",{"path":988,"priority":342},"references/lark-task-get-my-tasks.md",{"path":990,"priority":342},"references/lark-task-get-related-tasks.md",{"path":992,"priority":342},"references/lark-task-reminder.md",{"path":994,"priority":342},"references/lark-task-reopen.md",{"path":996,"priority":342},"references/lark-task-search.md",{"path":998,"priority":342},"references/lark-task-set-ancestor.md",{"path":1000,"priority":342},"references/lark-task-subscribe-event.md",{"path":1002,"priority":342},"references/lark-task-tasklist-create.md",{"path":1004,"priority":342},"references/lark-task-tasklist-members.md",{"path":1006,"priority":342},"references/lark-task-tasklist-search.md",{"path":1008,"priority":342},"references/lark-task-tasklist-task-add.md",{"path":1010,"priority":342},"references/lark-task-update.md",{"path":1012,"priority":342},"references/lark-task-upload-attachment.md",{"basePath":1014,"description":1015,"displayName":1016,"installMethods":1017,"rationale":1018,"selectedPaths":1019,"source":290,"sourceLanguage":18,"type":265},"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",[1020,1021,1023,1025],{"path":288,"priority":289},{"path":1022,"priority":342},"references/lark-vc-notes.md",{"path":1024,"priority":342},"references/lark-vc-recording.md",{"path":1026,"priority":342},"references/lark-vc-search.md",{"basePath":1028,"description":1029,"displayName":1030,"installMethods":1031,"rationale":1032,"selectedPaths":1033,"source":290,"sourceLanguage":18,"type":265},"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",[1034,1035,1037,1039],{"path":288,"priority":289},{"path":1036,"priority":342},"references/lark-vc-agent-meeting-events.md",{"path":1038,"priority":342},"references/lark-vc-agent-meeting-join.md",{"path":1040,"priority":342},"references/lark-vc-agent-meeting-leave.md",{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":290,"sourceLanguage":18,"type":265},"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",[1048,1049,1051,1053,1055,1057,1059,1061,1063,1065],{"path":288,"priority":289},{"path":1050,"priority":342},"references/connectors.md",{"path":1052,"priority":342},"references/content.md",{"path":1054,"priority":342},"references/image.md",{"path":1056,"priority":342},"references/lark-whiteboard-query.md",{"path":1058,"priority":342},"references/lark-whiteboard-update.md",{"path":1060,"priority":342},"references/layout.md",{"path":1062,"priority":342},"references/schema.md",{"path":1064,"priority":342},"references/style.md",{"path":1066,"priority":342},"references/typography.md",{"basePath":262,"description":10,"displayName":264,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":290,"sourceLanguage":18,"type":265},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1071,1072,1074,1076],{"path":288,"priority":289},{"path":1073,"priority":342},"references/lark-wiki-delete-space.md",{"path":1075,"priority":342},"references/lark-wiki-move.md",{"path":1077,"priority":342},"references/lark-wiki-node-create.md",{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":290,"sourceLanguage":18,"type":265},"skills/lark-workflow-meeting-summary","会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。","lark-workflow-meeting-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1085],{"path":288,"priority":289},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":290,"sourceLanguage":18,"type":265},"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",[1093],{"path":288,"priority":289},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":290,"sourceLanguage":291,"type":265},"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",[1101],{"path":288,"priority":289},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"license":256,"rationale":1108,"selectedPaths":1109,"source":290,"sourceLanguage":291,"type":224},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1107,"npm":1105},"github.com/larksuite/cli","cli ecosystem detected at /",[1110,1112,1114,1116,1119,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231],{"path":1111,"priority":289},"package.json",{"path":1113,"priority":289},"go.mod",{"path":1115,"priority":289},"README.md",{"path":1117,"priority":1118},"LICENSE","high",{"path":1120,"priority":342},"scripts/run.js",{"path":1122,"priority":342},"main.go",{"path":1124,"priority":845},"cmd/api/api.go",{"path":1126,"priority":845},"cmd/auth/auth.go",{"path":1128,"priority":845},"cmd/auth/check.go",{"path":1130,"priority":845},"cmd/auth/list.go",{"path":1132,"priority":845},"cmd/auth/login.go",{"path":1134,"priority":845},"cmd/auth/login_interactive.go",{"path":1136,"priority":845},"cmd/auth/login_messages.go",{"path":1138,"priority":845},"cmd/auth/login_result.go",{"path":1140,"priority":845},"cmd/auth/login_scope_cache.go",{"path":1142,"priority":845},"cmd/auth/logout.go",{"path":1144,"priority":845},"cmd/auth/scopes.go",{"path":1146,"priority":845},"cmd/auth/status.go",{"path":1148,"priority":845},"cmd/bootstrap.go",{"path":1150,"priority":845},"cmd/build.go",{"path":1152,"priority":845},"cmd/completion/completion.go",{"path":1154,"priority":845},"cmd/config/bind.go",{"path":1156,"priority":845},"cmd/config/bind_messages.go",{"path":1158,"priority":845},"cmd/config/binder.go",{"path":1160,"priority":845},"cmd/config/config.go",{"path":1162,"priority":845},"cmd/config/default_as.go",{"path":1164,"priority":845},"cmd/config/init.go",{"path":1166,"priority":845},"cmd/config/init_interactive.go",{"path":1168,"priority":845},"cmd/config/init_messages.go",{"path":1170,"priority":845},"cmd/config/remove.go",{"path":1172,"priority":845},"cmd/config/show.go",{"path":1174,"priority":845},"cmd/config/strict_mode.go",{"path":1176,"priority":845},"cmd/doctor/doctor.go",{"path":1178,"priority":845},"cmd/error_auth_hint.go",{"path":1180,"priority":845},"cmd/event/appmeta_err.go",{"path":1182,"priority":845},"cmd/event/bus.go",{"path":1184,"priority":845},"cmd/event/console_url.go",{"path":1186,"priority":845},"cmd/event/consume.go",{"path":1188,"priority":845},"cmd/event/event.go",{"path":1190,"priority":845},"cmd/event/list.go",{"path":1192,"priority":845},"cmd/event/runtime.go",{"path":1194,"priority":845},"cmd/event/schema.go",{"path":1196,"priority":845},"cmd/event/sigpipe_unix.go",{"path":1198,"priority":845},"cmd/event/sigpipe_windows.go",{"path":1200,"priority":845},"cmd/event/status.go",{"path":1202,"priority":845},"cmd/event/stop.go",{"path":1204,"priority":845},"cmd/event/suggestions.go",{"path":1206,"priority":845},"cmd/event/table.go",{"path":1208,"priority":845},"cmd/global_flags.go",{"path":1210,"priority":845},"cmd/init.go",{"path":1212,"priority":845},"cmd/profile/add.go",{"path":1214,"priority":845},"cmd/profile/list.go",{"path":1216,"priority":845},"cmd/profile/profile.go",{"path":1218,"priority":845},"cmd/profile/remove.go",{"path":1220,"priority":845},"cmd/profile/rename.go",{"path":1222,"priority":845},"cmd/profile/use.go",{"path":1224,"priority":845},"cmd/prune.go",{"path":1226,"priority":845},"cmd/root.go",{"path":1228,"priority":845},"cmd/schema/schema.go",{"path":1230,"priority":845},"cmd/service/service.go",{"path":1232,"priority":845},"cmd/update/update.go",{"sources":1234},[1235],"manual",{"npmPackage":1105},{"closedIssues90d":247,"description":1238,"forks":248,"license":256,"openIssues90d":250,"pushedAt":251,"readmeSize":245,"stars":252,"topics":1239},"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":1242,"discoverAt":1243,"extractAt":1244,"githubAt":1244,"npmAt":1245,"updatedAt":1242},1778692098142,1778692091023,1778692094045,1778692096666,[223,224,220,222,219,221],{"evaluatedAt":260,"extractAt":1248,"updatedAt":260},1778692098392,[],[1251,1282,1304,1330,1351,1378],{"_creationTime":1252,"_id":1253,"community":1254,"display":1255,"identity":1261,"providers":1266,"relations":1275,"tags":1278,"workflow":1279},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1256,"installMethods":1257,"name":1259,"sourceUrl":1260},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1258},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1262,"githubOwner":1263,"githubRepo":1264,"locale":291,"slug":1265,"type":265},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1267,"extract":1274},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1268,"targetMarket":225,"tier":226},[1269,1270,1271,1272,223,224,1273],"git","development-environment","workflow","tmux","developer-tool",{"commitSha":271,"license":256},{"parentExtensionId":1276,"repoId":1277},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[223,224,1273,1270,1269,1272,1271],{"evaluatedAt":1280,"extractAt":1281,"updatedAt":1280},1778699613343,1778699234184,{"_creationTime":1283,"_id":1284,"community":1285,"display":1286,"identity":1289,"providers":1292,"relations":1300,"tags":1301,"workflow":1302},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1287,"installMethods":1288,"name":1264,"sourceUrl":1260},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1258},{"basePath":1290,"githubOwner":1263,"githubRepo":1264,"locale":291,"slug":1291,"type":265},"skills/ask","ask",{"evaluate":1293,"extract":1299},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1294,"targetMarket":225,"tier":226},[224,223,1295,1296,1297,1298],"llm","prompting","code-review","artifact-generation",{"commitSha":271,"license":256},{"parentExtensionId":1276,"repoId":1277},[1298,223,224,1297,1295,1296],{"evaluatedAt":1303,"extractAt":1281,"updatedAt":1303},1778699303045,{"_creationTime":1305,"_id":1306,"community":1307,"display":1308,"identity":1314,"providers":1318,"relations":1324,"tags":1326,"workflow":1327},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1309,"installMethods":1310,"name":1312,"sourceUrl":1313},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1311},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1315,"githubOwner":1316,"githubRepo":1317,"locale":291,"slug":1312,"type":265},"skills/github","steipete","clawdis",{"evaluate":1319,"extract":1323},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1320,"targetMarket":225,"tier":226},[1312,224,1321,1322,223],"api","developer-tools",{"commitSha":271},{"repoId":1325},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1321,223,224,1322,1312],{"evaluatedAt":1328,"extractAt":1329,"updatedAt":1328},1778698569289,1778697652123,{"_creationTime":1331,"_id":1332,"community":1333,"display":1334,"identity":1338,"providers":1340,"relations":1347,"tags":1348,"workflow":1349},1778697652123.8857,"k179k1n5nw0md1x1j3dak31evn86mb5f",{"reviewCount":8},{"description":1335,"installMethods":1336,"name":1337,"sourceUrl":1313},"Use when reviewing, reproducing, or proving OpenClaw Telegram behavior with a real Telegram user on Crabbox, including PR review workflows that need an agent-controlled Telegram Desktop recording, TDLib user-driver commands, Convex-leased credentials, WebVNC observation, and motion-trimmed artifacts.",{"claudeCode":1311},"telegram-crabbox-e2e-proof",{"basePath":1339,"githubOwner":1316,"githubRepo":1317,"locale":291,"slug":1337,"type":265},".agents/skills/telegram-crabbox-e2e-proof",{"evaluate":1341,"extract":1346},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1342,"targetMarket":225,"tier":226},[1343,1344,223,1345,224],"testing","telegram","qa",{"commitSha":271},{"repoId":1325},[223,224,1345,1344,1343],{"evaluatedAt":1350,"extractAt":1329,"updatedAt":1350},1778698038113,{"_creationTime":1352,"_id":1353,"community":1354,"display":1355,"identity":1361,"providers":1365,"relations":1371,"tags":1373,"workflow":1374},1778697205743.894,"k17ej9360g7468qswf3svnrx9186m1ng",{"reviewCount":8},{"description":1356,"installMethods":1357,"name":1359,"sourceUrl":1360},"Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to \"open a website\", \"fill out a form\", \"click a button\", \"take a screenshot\", \"scrape data from a page\", \"test this web app\", \"login to a site\", \"automate browser actions\", or any task requiring programmatic web interaction.",{"claudeCode":1358},"shanraisshan/claude-code-best-practice","agent-browser","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":1362,"githubOwner":1363,"githubRepo":1364,"locale":291,"slug":1359,"type":265},".claude/skills/agent-browser","shanraisshan","claude-code-best-practice",{"evaluate":1366,"extract":1370},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1367,"targetMarket":225,"tier":226},[1368,1369,1343,224,223],"browser-automation","web-scraping",{"commitSha":271},{"repoId":1372},"kd74710g49kxgwbfjxeb7s132d86myxr",[223,1368,224,1343,1369],{"evaluatedAt":1375,"extractAt":1376,"updatedAt":1377},1778697222051,1778697205743,1778697438718,{"_creationTime":1379,"_id":1380,"community":1381,"display":1382,"identity":1384,"providers":1385,"relations":1393,"tags":1394,"workflow":1395},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":527,"installMethods":1383,"name":528,"sourceUrl":14},{"claudeCode":12},{"basePath":526,"githubOwner":263,"githubRepo":224,"locale":18,"slug":528,"type":265},{"evaluate":1386,"extract":1392},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":1387,"targetMarket":225,"tier":226},[1388,1389,1390,1391,219,220,224],"calendar","scheduling","meeting","events",{"commitSha":271},{"repoId":273},[1388,224,1391,220,219,1390,1389],{"evaluatedAt":1396,"extractAt":1248,"updatedAt":1396},1778692253993]