[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-doc-zh-CN":3,"guides-for-larksuite-lark-doc":1235,"similar-k175dpp8nzm4a2y8q7m0sx3hth86mbct-zh-CN":1236},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":228,"parentExtension":252,"providers":253,"relations":258,"repo":260,"tags":1232,"workflow":1233},1778692098392.7188,"k175dpp8nzm4a2y8q7m0sx3hth86mbct",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"飞书云文档（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 做资源发现。",{"claudeCode":12},"larksuite/cli","lark-doc","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":246},1778692310496.2493,"kn73qshhx0z3k68qfz46164d6986m13r","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,107,110,113,116,120,123,126,129,132,136,139,143,147,151,154,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of creating and editing Lark/Feishu documents, specifying its use cases and target audience.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond basic API calls by abstracting complex operations like content formatting, block manipulation, and media handling into user-friendly commands, along with intelligent defaults and error handling.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a comprehensive set of tools for document creation, editing, media handling, and searching, covering the complete lifecycle and offering robust error handling and format validation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on managing Lark documents, including creation, editing, media operations, and search, with clear separation of concerns from other Lark services.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately reflects the skill's capabilities, including versioning, supported formats, and specific operations, with clear language and structure.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes numerous narrow verb-noun specific tools like `+create`, `+fetch`, `+update` with various sub-commands, rather than a single generalist tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for commands are documented in the respective reference files, including required options, formats, and usage examples.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `docs +create`, `docs +fetch`, `docs +update` are descriptive and align with the skill's domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tools have well-defined parameters for specific operations, and output schemas are structured and relevant to the task performed.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under MIT, as indicated by the LICENSE file and README, allowing for broad usability.",{"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 utilizes npm and Go, with `package.json` suggesting standard dependency management practices. Lockfiles are present, indicating pinned dependencies.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The skill interacts with Lark APIs and uses authentication mechanisms managed by `lark-cli config init` and `auth login`, which are designed to handle secrets securely, avoiding hardcoding.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The CLI appears to handle input from users and potentially agents with care, as evidenced by the security warnings and structured parameter handling, minimizing risks of injection.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on the `lark-cli` binary and its bundled components. There are no indications of runtime script downloads or remote code execution vulnerabilities.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates as a CLI tool that interacts with Lark APIs. It does not appear to perform file system operations outside of intended output directories or manipulate system configurations.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached process spawns or retry loops around denied tool calls was found in the provided documentation.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are focused on Lark document management and API interaction. No outbound calls for telemetry or data exfiltration are mentioned or implied.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled documentation and source code do not contain any hidden text tricks, invisible characters, or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The skill uses the `lark-cli` binary, which is written in Go and appears to be compiled directly. There is no indication of obfuscated code or runtime script execution.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill operates via API calls and a CLI tool, making no assumptions about user project structure beyond basic file I/O for output.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","There are 154 open issues in the last 90 days and 125 closed issues, indicating a potentially slow response rate for many issues.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a clear version (`2.0.0`) in its frontmatter and `package.json`, and also uses Git tags and a CHANGELOG for versioning.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The CLI tool `lark-cli` likely performs robust validation of its parameters, given its role in managing sensitive Lark data and its focus on security.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","Destructive operations like overwriting documents are guarded by explicit commands and require specific parameters, and the CLI documentation emphasizes caution and dry-run usage where applicable.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The documentation for commands like `docs +media-download` and `docs +update` shows structured error reporting and guidance on troubleshooting, implying robust error handling.",{"category":104,"check":114,"severity":24,"summary":115},"Logging","The `lark-cli` has authentication status commands and the skill's operations involve API calls, suggesting that logging of actions is handled by the CLI's underlying framework for auditability.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on Lark documents and associated metadata. It does not appear to directly handle personal data beyond user identifiers necessary for API authentication and document access.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is designed for Lark/Feishu, a global collaboration platform, and no specific regional restrictions or logic are mentioned, making it globally applicable.",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on the `lark-cli` tool, which is built for Node.js and Go environments. It does not appear to have OS-specific dependencies beyond standard CLI execution.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file is comprehensive, detailing the CLI's purpose, features, installation, authentication, and command structure.",{"category":33,"check":130,"severity":97,"summary":131},"Tool surface size","The `lark-doc` skill alone exposes a large number of commands and subcommands, potentially exceeding the ideal range for focused agent interaction.",{"category":40,"check":133,"severity":134,"summary":135},"Overlapping near-synonym tools","info","While many `docs +update` commands exist, they are distinct operations (e.g., `str_replace` vs `block_insert_after`). The primary overlap is `docs +search` vs `drive +search`, with `drive +search` being recommended for new use cases.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as document creation, editing, media handling, and search, have corresponding commands and detailed documentation.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Installation instructions are clear, with options for npm and source installation, including essential steps for AI agent setup and authentication.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Reference files provide troubleshooting tips and specific error messages for common issues, guiding users on remediation steps.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The `package.json` and Go build process imply dependency pinning, and lockfiles (`package-lock.json`) are present.",{"category":33,"check":152,"severity":24,"summary":153},"Dry-run preview","The `lark-cli` documentation mentions a `--dry-run` flag for commands that may have side effects, promoting safe execution.",{"category":155,"check":156,"severity":157,"summary":158},"Protocol","Idempotent retry & timeouts","not_applicable","The skill interacts with Lark APIs via the CLI. While the CLI might implement retries and timeouts, the skill's documentation does not explicitly detail per-call idempotency or hard timeouts for its operations.",{"category":117,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The `lark-cli` documentation emphasizes security and controlled usage, with no mention of opt-out telemetry collection. Authentication is user-driven.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill's purpose is precisely defined, detailing what it does (create/edit Lark docs) and when to use it (user needs to manage docs), with clear non-goals like using `drive +search` for resource discovery.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in `SKILL.md` is concise, containing the name, version, a brief description, and essential metadata like API version requirements.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The `SKILL.md` is well-structured, with a concise main body and delegation of detailed procedures to separate reference files.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","Detailed procedures, syntax rules, and workflows are broken out into separate reference files (`references/` directory) and linked from the main `SKILL.md`.",{"category":172,"check":176,"severity":157,"summary":177},"Forked exploration","This skill is not designed for deep exploration or multi-file inspection that would warrant `context: fork`.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","Each major capability advertised has corresponding end-to-end examples in the reference files, demonstrating input, invocation, and expected outcomes.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","Reference files detail failure modes (e.g., clipboard issues, token errors) and limitations (e.g., Markdown limitations, XML syntax) with recovery steps or alternative commands.",{"category":104,"check":185,"severity":157,"summary":186},"Tool Fallback","The skill directly utilizes the `lark-cli` binary and its internal tools, not external MCP servers or other optional components requiring fallbacks.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The documentation emphasizes reading preconditions and following specific workflows, implying that unexpected states would halt the process and require user intervention or specific recovery steps.",{"category":91,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill clearly defines its scope and directs users to other skills (e.g., `lark-sheets`, `lark-base`, `lark-whiteboard`) for related tasks, rather than silently handling them.",1778692310378,"This skill provides a command-line interface (CLI) for interacting with Lark/Feishu cloud documents. It enables users to create, fetch, update, and search documents, manage media (images, files), and insert/update whiteboard content. It supports both XML and Markdown formats, offers fine-grained control over document sections, and integrates with other Lark services for embedded content.",[197,198,199,200,201],"Create and edit Lark documents (XML/Markdown)","Fetch document content with various detail and scope options","Update documents with granular block-level operations","Insert and download media (images, files) and whiteboard content","Search cloud documents by keywords and filters",[203,204,205],"Managing Lark Base tables or Sheets spreadsheets directly (use dedicated skills)","Sending messages via Lark Messenger (use `lark-im` skill)","Managing calendars or tasks (use `lark-calendar` or `lark-task` skills)","3.0.0","4.4.0","To enable users and AI agents to programmatically create, edit, retrieve, and manage content within Lark/Feishu cloud documents with high precision and flexibility.","The primary finding lowering the score is the high number of open issues relative to closed ones, suggesting potential maintenance backlogs. However, the skill demonstrates excellent documentation, clear scope, robust error handling, and active development, leading to a high overall score.",95,"A well-documented and feature-rich skill for managing Lark/Feishu documents via a CLI, with clear workflows and good security practices.",[213,214,215,216,217,218],"lark","feishu","documents","editing","api","cli","global","community",[222,223,224,225],"Automating the creation of daily reports or meeting summaries in Lark documents.","Programmatically updating specific sections of knowledge base articles or project documentation.","Extracting document content for summarization or analysis by an AI agent.","Searching for existing documents or spreadsheets based on keywords or metadata.",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"popularity":240,"security":242,"testCoverage":245},{"hasLockfile":228},true,1778692285491,{"descriptionLength":231,"readmeSize":232},510,16470,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"manifestVersion":236,"openIssues90d":237,"pushedAt":238,"stars":239},125,666,"2.0.0",154,1778677340000,9936,{"npmDownloads":241},199747,{"hasNpmPackage":228,"license":243,"smitheryVerified":244},"MIT",false,{"hasCi":228,"hasTests":228},{"updatedAt":247},1778692310496,{"basePath":249,"githubOwner":250,"githubRepo":218,"locale":18,"slug":13,"type":251},"skills/lark-doc","larksuite","skill",null,{"evaluate":254,"extract":256},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":255,"targetMarket":219,"tier":220},[213,214,215,216,217,218],{"commitSha":257},"HEAD",{"repoId":259},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":261,"_id":259,"identity":262,"providers":263,"workflow":1227},1778692091023.1594,{"githubOwner":250,"githubRepo":218,"sourceUrl":14},{"classify":264,"discover":1219,"extract":1222,"github":1223,"npm":1226},{"commitSha":257,"extensions":265},[266,277,285,293,301,310,318,511,535,547,578,620,630,668,710,724,738,766,774,782,810,818,952,996,1010,1024,1050,1064,1072,1080,1088],{"basePath":267,"description":268,"displayName":269,"installMethods":270,"rationale":271,"selectedPaths":272,"source":276,"sourceLanguage":18,"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",{"basePath":278,"description":279,"displayName":280,"installMethods":281,"rationale":282,"selectedPaths":283,"source":276,"sourceLanguage":18,"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",[284],{"path":274,"priority":275},{"basePath":286,"description":287,"displayName":288,"installMethods":289,"rationale":290,"selectedPaths":291,"source":276,"sourceLanguage":18,"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",[292],{"path":274,"priority":275},{"basePath":294,"description":295,"displayName":296,"installMethods":297,"rationale":298,"selectedPaths":299,"source":276,"sourceLanguage":18,"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",[300],{"path":274,"priority":275},{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":276,"sourceLanguage":309,"type":251},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[308],{"path":274,"priority":275},"zh-CN",{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":276,"sourceLanguage":309,"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":309,"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":309,"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":309,"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":249,"description":10,"displayName":13,"installMethods":548,"rationale":549,"selectedPaths":550,"source":276,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-doc/SKILL.md",[551,552,554,556,558,560,562,564,566,568,570,572,574,576],{"path":274,"priority":275},{"path":553,"priority":328},"references/lark-doc-create.md",{"path":555,"priority":328},"references/lark-doc-fetch.md",{"path":557,"priority":328},"references/lark-doc-md.md",{"path":559,"priority":328},"references/lark-doc-media-download.md",{"path":561,"priority":328},"references/lark-doc-media-insert.md",{"path":563,"priority":328},"references/lark-doc-media-preview.md",{"path":565,"priority":328},"references/lark-doc-search.md",{"path":567,"priority":328},"references/lark-doc-update.md",{"path":569,"priority":328},"references/lark-doc-whiteboard.md",{"path":571,"priority":328},"references/lark-doc-xml.md",{"path":573,"priority":328},"references/style/lark-doc-create-workflow.md",{"path":575,"priority":328},"references/style/lark-doc-style.md",{"path":577,"priority":328},"references/style/lark-doc-update-workflow.md",{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":276,"sourceLanguage":309,"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",[585,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618],{"path":274,"priority":275},{"path":587,"priority":328},"references/lark-drive-add-comment.md",{"path":589,"priority":328},"references/lark-drive-apply-permission.md",{"path":591,"priority":328},"references/lark-drive-create-folder.md",{"path":593,"priority":328},"references/lark-drive-create-shortcut.md",{"path":595,"priority":328},"references/lark-drive-delete.md",{"path":597,"priority":328},"references/lark-drive-download.md",{"path":599,"priority":328},"references/lark-drive-export-download.md",{"path":601,"priority":328},"references/lark-drive-export.md",{"path":603,"priority":328},"references/lark-drive-import.md",{"path":605,"priority":328},"references/lark-drive-move.md",{"path":607,"priority":328},"references/lark-drive-pull.md",{"path":609,"priority":328},"references/lark-drive-push.md",{"path":611,"priority":328},"references/lark-drive-reactions.md",{"path":613,"priority":328},"references/lark-drive-search.md",{"path":615,"priority":328},"references/lark-drive-status.md",{"path":617,"priority":328},"references/lark-drive-task-result.md",{"path":619,"priority":328},"references/lark-drive-upload.md",{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":276,"sourceLanguage":18,"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",[627,628],{"path":274,"priority":275},{"path":629,"priority":328},"references/lark-event-im.md",{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":276,"sourceLanguage":18,"type":251},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[637,638,640,642,644,646,648,650,652,654,656,658,660,662,664,666],{"path":274,"priority":275},{"path":639,"priority":328},"references/lark-im-chat-create.md",{"path":641,"priority":328},"references/lark-im-chat-identity.md",{"path":643,"priority":328},"references/lark-im-chat-messages-list.md",{"path":645,"priority":328},"references/lark-im-chat-search.md",{"path":647,"priority":328},"references/lark-im-chat-update.md",{"path":649,"priority":328},"references/lark-im-flag-cancel.md",{"path":651,"priority":328},"references/lark-im-flag-create.md",{"path":653,"priority":328},"references/lark-im-flag-list.md",{"path":655,"priority":328},"references/lark-im-messages-mget.md",{"path":657,"priority":328},"references/lark-im-messages-reply.md",{"path":659,"priority":328},"references/lark-im-messages-resources-download.md",{"path":661,"priority":328},"references/lark-im-messages-search.md",{"path":663,"priority":328},"references/lark-im-messages-send.md",{"path":665,"priority":328},"references/lark-im-reactions.md",{"path":667,"priority":328},"references/lark-im-threads-messages-list.md",{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":276,"sourceLanguage":309,"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",[675,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706,708],{"path":274,"priority":275},{"path":677,"priority":328},"references/lark-mail-decline-receipt.md",{"path":679,"priority":328},"references/lark-mail-draft-create.md",{"path":681,"priority":328},"references/lark-mail-draft-edit.md",{"path":683,"priority":328},"references/lark-mail-forward.md",{"path":685,"priority":328},"references/lark-mail-message.md",{"path":687,"priority":328},"references/lark-mail-messages.md",{"path":689,"priority":328},"references/lark-mail-reply-all.md",{"path":691,"priority":328},"references/lark-mail-reply.md",{"path":693,"priority":328},"references/lark-mail-send-receipt.md",{"path":695,"priority":328},"references/lark-mail-send.md",{"path":697,"priority":328},"references/lark-mail-share-to-chat.md",{"path":699,"priority":328},"references/lark-mail-signature.md",{"path":701,"priority":328},"references/lark-mail-template-create.md",{"path":703,"priority":328},"references/lark-mail-template-update.md",{"path":705,"priority":328},"references/lark-mail-thread.md",{"path":707,"priority":328},"references/lark-mail-triage.md",{"path":709,"priority":328},"references/lark-mail-watch.md",{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":276,"sourceLanguage":18,"type":251},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[717,718,720,722],{"path":274,"priority":275},{"path":719,"priority":328},"references/lark-markdown-create.md",{"path":721,"priority":328},"references/lark-markdown-fetch.md",{"path":723,"priority":328},"references/lark-markdown-overwrite.md",{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":276,"sourceLanguage":309,"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",[731,732,734,736],{"path":274,"priority":275},{"path":733,"priority":328},"references/lark-minutes-download.md",{"path":735,"priority":328},"references/lark-minutes-search.md",{"path":737,"priority":328},"references/lark-minutes-upload.md",{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":276,"sourceLanguage":309,"type":251},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[745,746,748,750,752,754,756,758,760,762,764],{"path":274,"priority":275},{"path":747,"priority":328},"references/lark-okr-contentblock.md",{"path":749,"priority":328},"references/lark-okr-cycle-detail.md",{"path":751,"priority":328},"references/lark-okr-cycle-list.md",{"path":753,"priority":328},"references/lark-okr-entities.md",{"path":755,"priority":328},"references/lark-okr-image-upload.md",{"path":757,"priority":328},"references/lark-okr-progress-create.md",{"path":759,"priority":328},"references/lark-okr-progress-delete.md",{"path":761,"priority":328},"references/lark-okr-progress-get.md",{"path":763,"priority":328},"references/lark-okr-progress-list.md",{"path":765,"priority":328},"references/lark-okr-progress-update.md",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":276,"sourceLanguage":309,"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",[773],{"path":274,"priority":275},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":276,"sourceLanguage":309,"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",[781],{"path":274,"priority":275},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":276,"sourceLanguage":309,"type":251},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[789,790,792,794,796,798,800,802,804,806,808],{"path":274,"priority":275},{"path":791,"priority":328},"references/lark-sheets-cell-data.md",{"path":793,"priority":328},"references/lark-sheets-cell-images.md",{"path":795,"priority":328},"references/lark-sheets-cell-style-and-merge.md",{"path":797,"priority":328},"references/lark-sheets-dropdown.md",{"path":799,"priority":328},"references/lark-sheets-filter-views.md",{"path":801,"priority":328},"references/lark-sheets-float-images.md",{"path":803,"priority":328},"references/lark-sheets-formula.md",{"path":805,"priority":328},"references/lark-sheets-row-column-management.md",{"path":807,"priority":328},"references/lark-sheets-sheet-management.md",{"path":809,"priority":328},"references/lark-sheets-spreadsheet-management.md",{"basePath":811,"description":812,"displayName":813,"installMethods":814,"rationale":815,"selectedPaths":816,"source":276,"sourceLanguage":309,"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",[817],{"path":274,"priority":275},{"basePath":819,"description":820,"displayName":821,"installMethods":822,"rationale":823,"selectedPaths":824,"source":276,"sourceLanguage":309,"type":251},"skills/lark-slides","飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。","lark-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[825,826,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950],{"path":274,"priority":275},{"path":827,"priority":828},"assets/templates/administration--all_hands_meeting.xml","low",{"path":830,"priority":828},"assets/templates/administration--annual_gala.xml",{"path":832,"priority":828},"assets/templates/administration--company_intro.xml",{"path":834,"priority":828},"assets/templates/administration--corporate_culture.xml",{"path":836,"priority":828},"assets/templates/hr--employee_training.xml",{"path":838,"priority":828},"assets/templates/hr--employee_training_workshop.xml",{"path":840,"priority":828},"assets/templates/hr--onboarding.xml",{"path":842,"priority":828},"assets/templates/marketing--brand_communication.xml",{"path":844,"priority":828},"assets/templates/marketing--brand_logo_design.xml",{"path":846,"priority":828},"assets/templates/marketing--brand_operations_plan.xml",{"path":848,"priority":828},"assets/templates/marketing--business_plan.xml",{"path":850,"priority":828},"assets/templates/marketing--marketing_plan.xml",{"path":852,"priority":828},"assets/templates/marketing--marketing_strategy.xml",{"path":854,"priority":828},"assets/templates/marketing--product_whitepaper.xml",{"path":856,"priority":828},"assets/templates/marketing--roadshow_business_plan.xml",{"path":858,"priority":828},"assets/templates/misc--book_sharing.xml",{"path":860,"priority":828},"assets/templates/misc--club_event_plan.xml",{"path":862,"priority":828},"assets/templates/misc--student_career_plan.xml",{"path":864,"priority":828},"assets/templates/office--dark_general.xml",{"path":866,"priority":828},"assets/templates/office--dept_annual_report.xml",{"path":868,"priority":828},"assets/templates/office--light_general.xml",{"path":870,"priority":828},"assets/templates/office--project_kickoff.xml",{"path":872,"priority":828},"assets/templates/office--quarterly_review.xml",{"path":874,"priority":828},"assets/templates/office--work_report.xml",{"path":876,"priority":828},"assets/templates/office--work_summary.xml",{"path":878,"priority":828},"assets/templates/office--work_summary_report.xml",{"path":880,"priority":828},"assets/templates/operations--brand_logo_design.xml",{"path":882,"priority":828},"assets/templates/operations--brand_operations_plan.xml",{"path":884,"priority":828},"assets/templates/operations--marketing_plan.xml",{"path":886,"priority":828},"assets/templates/operations--product_promotion.xml",{"path":888,"priority":828},"assets/templates/personal--experience_sharing.xml",{"path":890,"priority":828},"assets/templates/personal--personal_resume.xml",{"path":892,"priority":828},"assets/templates/personal--promotion_defense.xml",{"path":894,"priority":828},"assets/templates/personal--promotion_report.xml",{"path":896,"priority":828},"assets/templates/personal--self_intro.xml",{"path":898,"priority":828},"assets/templates/personal--teaching_sharing.xml",{"path":900,"priority":828},"assets/templates/product--business_case_analysis.xml",{"path":902,"priority":828},"assets/templates/product--market_analysis.xml",{"path":904,"priority":828},"assets/templates/product--product_analysis.xml",{"path":906,"priority":828},"assets/templates/product--product_intro.xml",{"path":908,"priority":828},"assets/templates/product--product_promotion.xml",{"path":910,"priority":828},"assets/templates/product--product_promotion_2.xml",{"path":330,"priority":328},{"path":913,"priority":328},"references/lark-slides-create.md",{"path":915,"priority":328},"references/lark-slides-edit-workflows.md",{"path":917,"priority":328},"references/lark-slides-media-upload.md",{"path":919,"priority":328},"references/lark-slides-replace-slide.md",{"path":921,"priority":328},"references/lark-slides-xml-presentation-slide-create.md",{"path":923,"priority":328},"references/lark-slides-xml-presentation-slide-delete.md",{"path":925,"priority":328},"references/lark-slides-xml-presentation-slide-get.md",{"path":927,"priority":328},"references/lark-slides-xml-presentation-slide-replace.md",{"path":929,"priority":328},"references/lark-slides-xml-presentations-get.md",{"path":931,"priority":328},"references/slide-templates.md",{"path":933,"priority":328},"references/slides_demo.xml",{"path":935,"priority":328},"references/slides_xml_schema_definition.xml",{"path":937,"priority":328},"references/template-catalog.md",{"path":939,"priority":328},"references/template-index.json",{"path":941,"priority":328},"references/xml-format-guide.md",{"path":943,"priority":328},"references/xml-schema-quick-ref.md",{"path":945,"priority":828},"scripts/layout_lint.py",{"path":947,"priority":828},"scripts/layout_lint_test.py",{"path":949,"priority":828},"scripts/template_tool.py",{"path":951,"priority":828},"scripts/template_tool_test.py",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":276,"sourceLanguage":309,"type":251},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[959,960,962,964,966,968,970,972,974,976,978,980,982,984,986,988,990,992,994],{"path":274,"priority":275},{"path":961,"priority":328},"references/lark-task-assign.md",{"path":963,"priority":328},"references/lark-task-comment.md",{"path":965,"priority":328},"references/lark-task-complete.md",{"path":967,"priority":328},"references/lark-task-create.md",{"path":969,"priority":328},"references/lark-task-followers.md",{"path":971,"priority":328},"references/lark-task-get-my-tasks.md",{"path":973,"priority":328},"references/lark-task-get-related-tasks.md",{"path":975,"priority":328},"references/lark-task-reminder.md",{"path":977,"priority":328},"references/lark-task-reopen.md",{"path":979,"priority":328},"references/lark-task-search.md",{"path":981,"priority":328},"references/lark-task-set-ancestor.md",{"path":983,"priority":328},"references/lark-task-subscribe-event.md",{"path":985,"priority":328},"references/lark-task-tasklist-create.md",{"path":987,"priority":328},"references/lark-task-tasklist-members.md",{"path":989,"priority":328},"references/lark-task-tasklist-search.md",{"path":991,"priority":328},"references/lark-task-tasklist-task-add.md",{"path":993,"priority":328},"references/lark-task-update.md",{"path":995,"priority":328},"references/lark-task-upload-attachment.md",{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":276,"sourceLanguage":309,"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",[1003,1004,1006,1008],{"path":274,"priority":275},{"path":1005,"priority":328},"references/lark-vc-notes.md",{"path":1007,"priority":328},"references/lark-vc-recording.md",{"path":1009,"priority":328},"references/lark-vc-search.md",{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":276,"sourceLanguage":309,"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",[1017,1018,1020,1022],{"path":274,"priority":275},{"path":1019,"priority":328},"references/lark-vc-agent-meeting-events.md",{"path":1021,"priority":328},"references/lark-vc-agent-meeting-join.md",{"path":1023,"priority":328},"references/lark-vc-agent-meeting-leave.md",{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":276,"sourceLanguage":309,"type":251},"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",[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":309,"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":309,"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":309,"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":18,"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":18,"type":218},"","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":828},"cmd/api/api.go",{"path":1112,"priority":828},"cmd/auth/auth.go",{"path":1114,"priority":828},"cmd/auth/check.go",{"path":1116,"priority":828},"cmd/auth/list.go",{"path":1118,"priority":828},"cmd/auth/login.go",{"path":1120,"priority":828},"cmd/auth/login_interactive.go",{"path":1122,"priority":828},"cmd/auth/login_messages.go",{"path":1124,"priority":828},"cmd/auth/login_result.go",{"path":1126,"priority":828},"cmd/auth/login_scope_cache.go",{"path":1128,"priority":828},"cmd/auth/logout.go",{"path":1130,"priority":828},"cmd/auth/scopes.go",{"path":1132,"priority":828},"cmd/auth/status.go",{"path":1134,"priority":828},"cmd/bootstrap.go",{"path":1136,"priority":828},"cmd/build.go",{"path":1138,"priority":828},"cmd/completion/completion.go",{"path":1140,"priority":828},"cmd/config/bind.go",{"path":1142,"priority":828},"cmd/config/bind_messages.go",{"path":1144,"priority":828},"cmd/config/binder.go",{"path":1146,"priority":828},"cmd/config/config.go",{"path":1148,"priority":828},"cmd/config/default_as.go",{"path":1150,"priority":828},"cmd/config/init.go",{"path":1152,"priority":828},"cmd/config/init_interactive.go",{"path":1154,"priority":828},"cmd/config/init_messages.go",{"path":1156,"priority":828},"cmd/config/remove.go",{"path":1158,"priority":828},"cmd/config/show.go",{"path":1160,"priority":828},"cmd/config/strict_mode.go",{"path":1162,"priority":828},"cmd/doctor/doctor.go",{"path":1164,"priority":828},"cmd/error_auth_hint.go",{"path":1166,"priority":828},"cmd/event/appmeta_err.go",{"path":1168,"priority":828},"cmd/event/bus.go",{"path":1170,"priority":828},"cmd/event/console_url.go",{"path":1172,"priority":828},"cmd/event/consume.go",{"path":1174,"priority":828},"cmd/event/event.go",{"path":1176,"priority":828},"cmd/event/list.go",{"path":1178,"priority":828},"cmd/event/runtime.go",{"path":1180,"priority":828},"cmd/event/schema.go",{"path":1182,"priority":828},"cmd/event/sigpipe_unix.go",{"path":1184,"priority":828},"cmd/event/sigpipe_windows.go",{"path":1186,"priority":828},"cmd/event/status.go",{"path":1188,"priority":828},"cmd/event/stop.go",{"path":1190,"priority":828},"cmd/event/suggestions.go",{"path":1192,"priority":828},"cmd/event/table.go",{"path":1194,"priority":828},"cmd/global_flags.go",{"path":1196,"priority":828},"cmd/init.go",{"path":1198,"priority":828},"cmd/profile/add.go",{"path":1200,"priority":828},"cmd/profile/list.go",{"path":1202,"priority":828},"cmd/profile/profile.go",{"path":1204,"priority":828},"cmd/profile/remove.go",{"path":1206,"priority":828},"cmd/profile/rename.go",{"path":1208,"priority":828},"cmd/profile/use.go",{"path":1210,"priority":828},"cmd/prune.go",{"path":1212,"priority":828},"cmd/root.go",{"path":1214,"priority":828},"cmd/schema/schema.go",{"path":1216,"priority":828},"cmd/service/service.go",{"path":1218,"priority":828},"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,[217,218,215,216,214,213],{"evaluatedAt":247,"extractAt":1234,"updatedAt":247},1778692098392,[],[1237,1265,1294,1312,1331,1349],{"_creationTime":1238,"_id":1239,"community":1240,"display":1241,"identity":1247,"providers":1251,"relations":1259,"tags":1261,"workflow":1262},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1242,"installMethods":1243,"name":1245,"sourceUrl":1246},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1244},"steipete/clawdis","github","https://github.com/steipete/clawdis",{"basePath":1248,"githubOwner":1249,"githubRepo":1250,"locale":18,"slug":1245,"type":251},"skills/github","steipete","clawdis",{"evaluate":1252,"extract":1258},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1253,"tags":1254,"targetMarket":219,"tier":1257},100,[1245,218,217,1255,1256],"developer-tools","automation","verified",{"commitSha":257},{"repoId":1260},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[217,1256,218,1255,1245],{"evaluatedAt":1263,"extractAt":1264,"updatedAt":1263},1778698569289,1778697652123,{"_creationTime":1266,"_id":1267,"community":1268,"display":1269,"identity":1275,"providers":1280,"relations":1287,"tags":1290,"workflow":1291},1778691104676.0042,"k17c25w174y6873nhdh566etts86mv7m",{"reviewCount":8},{"description":1270,"installMethods":1271,"name":1273,"sourceUrl":1274},"Transform images with resize, crop, smart crop, upscale, remove background, and 20+ operations.",{"claudeCode":1272},"iterationlayer/skills","Image Transformation API","https://github.com/iterationlayer/skills",{"basePath":1276,"githubOwner":1277,"githubRepo":1278,"locale":18,"slug":1279,"type":251},"skills/image-transformation-api","iterationlayer","skills","image-transformation-api",{"evaluate":1281,"extract":1286},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1253,"tags":1282,"targetMarket":219,"tier":1257},[1283,1284,216,217,1285],"image","transformation","ai",{"commitSha":257,"license":243},{"parentExtensionId":1288,"repoId":1289},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[1285,217,216,1283,1284],{"evaluatedAt":1292,"extractAt":1293,"updatedAt":1292},1778693613399,1778691104676,{"_creationTime":1295,"_id":1296,"community":1297,"display":1298,"identity":1301,"providers":1302,"relations":1308,"tags":1309,"workflow":1310},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":1052,"installMethods":1299,"name":1300,"sourceUrl":14},{"claudeCode":12},"Lark Wiki CLI",{"basePath":1051,"githubOwner":250,"githubRepo":218,"locale":309,"slug":1053,"type":251},{"evaluate":1303,"extract":1307},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1253,"tags":1304,"targetMarket":219,"tier":1257},[213,214,1305,1306,1256,218],"wiki","knowledge-management",{"commitSha":257,"license":243},{"repoId":259},[1256,218,214,1306,213,1305],{"evaluatedAt":1311,"extractAt":1234,"updatedAt":1311},1778692680305,{"_creationTime":1313,"_id":1314,"community":1315,"display":1316,"identity":1318,"providers":1319,"relations":1327,"tags":1328,"workflow":1329},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":513,"installMethods":1317,"name":514,"sourceUrl":14},{"claudeCode":12},{"basePath":512,"githubOwner":250,"githubRepo":218,"locale":309,"slug":514,"type":251},{"evaluate":1320,"extract":1326},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1253,"tags":1321,"targetMarket":219,"tier":1257},[1322,1323,1324,1325,213,214,218],"calendar","scheduling","meeting","events",{"commitSha":257},{"repoId":259},[1322,218,1325,214,213,1324,1323],{"evaluatedAt":1330,"extractAt":1234,"updatedAt":1330},1778692253993,{"_creationTime":1332,"_id":1333,"community":1334,"display":1335,"identity":1337,"providers":1338,"relations":1345,"tags":1346,"workflow":1347},1778692098392.718,"k17akm3fqmcvhdq0nmaxcgh2h586mcef",{"reviewCount":8},{"description":320,"installMethods":1336,"name":321,"sourceUrl":14},{"claudeCode":12},{"basePath":319,"githubOwner":250,"githubRepo":218,"locale":309,"slug":321,"type":251},{"evaluate":1339,"extract":1344},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1253,"tags":1340,"targetMarket":219,"tier":1257},[213,214,218,1256,217,1341,1342,1343],"workflow","data-management","base",{"commitSha":257},{"repoId":259},[217,1256,1343,218,1342,214,213,1341],{"evaluatedAt":1348,"extractAt":1234,"updatedAt":1348},1778692233385,{"_creationTime":1350,"_id":1351,"community":1352,"display":1353,"identity":1357,"providers":1359,"relations":1367,"tags":1368,"workflow":1369},1778697652123.8872,"k173rnvw690xhjf712ydkjzkq986nfyb",{"reviewCount":8},{"description":1354,"installMethods":1355,"name":1356,"sourceUrl":1246},"Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.\n",{"claudeCode":1244},"feishu-perm",{"basePath":1358,"githubOwner":1249,"githubRepo":1250,"locale":18,"slug":1356,"type":251},"extensions/feishu/skills/feishu-perm",{"evaluate":1360,"extract":1366},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1361,"tags":1362,"targetMarket":219,"tier":1257},99,[214,1363,215,1364,1365],"permissions","files","collaboration",{"commitSha":257},{"repoId":1260},[1365,215,214,1364,1363],{"evaluatedAt":1370,"extractAt":1264,"updatedAt":1370},1778698135932]