[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-larksuite-lark-slides-de":3,"guides-for-larksuite-lark-slides":1256,"similar-k17a3jcs02z8tebsxgfv9n2j2986n5x2-de":1257},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":268,"isFallback":248,"parentExtension":273,"providers":274,"relations":279,"repo":281,"tags":1253,"workflow":1254},1778692098392.7217,"k17a3jcs02z8tebsxgfv9n2j2986n5x2",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"飞书幻灯片：创建和编辑幻灯片，接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面（创建、删除、读取、局部替换）。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。",{"claudeCode":12},"larksuite/cli","lark-slides","https://github.com/larksuite/cli",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":246,"workflow":266},1778692565923.753,"kn7f045vcxxpr8p3rvd6r40mps86myde","zh-CN",{"checks":20,"evaluatedAt":196,"extensionSummary":197,"features":198,"nonGoals":204,"practices":208,"prerequisites":213,"promptVersionExtension":216,"promptVersionScoring":217,"purpose":218,"rationale":219,"score":220,"summary":221,"tags":222,"targetMarket":230,"tier":231,"useCases":232,"workflow":237},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,99,103,107,110,113,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190,193],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem and the target user for creating and editing Feishu slides, and mentions the XML protocol for communication.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured interface for interacting with the Feishu Slides API, offering capabilities beyond basic prompt-based text generation, such as managing slides, creating presentations with specific layouts, and utilizing templates.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension supports creation, reading, deletion, and partial replacement of slide content using specific XML protocols and provides workflows for editing existing presentations, covering the complete lifecycle.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on managing Feishu slides, including creation, editing, and reading content, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, in Chinese, and accurately reflects the capabilities outlined in the SKILL.md file, including XML protocol usage and page management.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","Tools are narrowly scoped verb-noun specialists like `+create`, `xml_presentation.slide.create`, and `+replace-slide`, which are easy for the agent to select and reduce attack surface.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed instructions on API resources, shortcuts, authentication, and common error handling, with references to schema definitions for parameters.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names are descriptive and follow a consistent pattern (e.g., `+create`, `xml_presentation.slide.create`).",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are handled through structured CLI arguments and JSON data, and outputs are documented; the use of XML for slide content is standard for the API.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is distributed under the MIT license, which is a permissive open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, with the pushedAt date being 2026-05-13, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The extension uses Node.js and Python dependencies, and the presence of `package.json` with a lockfile (implied by `hasLockfile: true`) suggests proper dependency management.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","No secrets are hardcoded or unnecessarily exposed in the provided source code and documentation.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The tool uses specific commands and protocols (XML) for slide manipulation, rather than arbitrary code execution or runtime downloads of untrusted content.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill operates on a defined API and bundled scripts, with no indication of runtime downloads or untrusted remote content execution.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","Operations are performed via a CLI tool interacting with a specific API, implying adherence to sandbox isolation principles for file path operations.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached process spawns or deny-retry loops are apparent in the provided documentation or SKILL.md.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension interacts with a specific API for slide manipulation and does not appear to exfiltrate confidential data or have undocumented outbound calls.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden steering tricks or suspicious Unicode characters.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The provided scripts and documentation do not indicate the use of obfuscated code, base64 payloads, or runtime code fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill relies on the `lark-cli` being installed and authenticated, which is clearly documented, and does not make assumptions about user project organization.",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","There are 154 open issues and 125 closed issues in the last 90 days, with a closure rate potentially below 50% and a high number of open issues, suggesting maintainer engagement could be improved.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The extension has a `version: 1.0.0` in the SKILL.md frontmatter, indicating meaningful versioning.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The CLI tool is designed to interact with a structured API, implying input validation is handled at the API or CLI layer.",{"category":65,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The operations are API-based and managed by the Lark platform, and destructive operations like deletion are typically guarded by confirmation steps or explicit commands.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The CLI commands and API interactions are expected to return structured error messages, as indicated by the common error codes and solutions provided in the documentation.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This check is not applicable as the extension is a CLI tool interacting with an API, rather than a skill that would manage its own local audit file.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The extension operates on Feishu slides and interacts with APIs, and does not appear to directly handle or submit personal data without proper handling.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension's functionality is related to Feishu/Lark, which is a global platform, and there are no explicit regional restrictions mentioned in the documentation, so the target market is global.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The extension is a CLI tool that relies on Node.js and Python, and interacts with a web API, making it generally portable across supported environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","A comprehensive README.md is present, detailing the extension's purpose, features, installation, and usage.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The extension exposes a reasonable number of tools and shortcuts related to Feishu slides management, without excessive bloat.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","Tool names are distinct and follow a clear verb-noun pattern, avoiding redundancy.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, including template usage and XML schema adherence, are supported by documented commands and scripts.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Installation instructions are provided via npm and source, along with clear examples for setup and usage.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The documentation includes a comprehensive error lookup table with meanings and solutions for common API errors.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The project specifies Node.js and Python dependencies, and the presence of `package.json` and a lockfile implies pinned dependencies.",{"category":33,"check":152,"severity":24,"summary":153},"Dry-run preview","The CLI supports a `--dry-run` option for commands that might have side effects, allowing users to preview the intended operation.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The extension interacts with a web API, and while idempotency and timeouts are API-level concerns, the documentation suggests structured error handling which is conducive to retries.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","No telemetry is mentioned as being collected by the extension itself; interactions are with the Feishu API, which has its own telemetry policies.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md clearly defines the purpose as creating and editing Feishu slides via XML, with explicit non-goals and usage scenarios provided.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and trigger phrases for routing.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md appears to delegate extensive material to separate reference files, keeping the main body concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md and README clearly link to separate reference files for detailed procedures and XML schemas, demonstrating progressive disclosure.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill does not involve deep exploration or multi-file inspection that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The documentation provides numerous ready-to-use examples for various operations, including creating slides with XML, replacing slides, and uploading media.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation and error handling section address potential issues like XML format errors, permission issues, and image upload limits, providing recovery paths.",{"category":91,"check":184,"severity":115,"summary":185},"Tool Fallback","The skill relies on the Lark CLI and its associated API, not an optional external MCP, so this check is not applicable.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The documentation emphasizes using `revision_id` for concurrent transactions and warns about potential API errors, implicitly encouraging state-aware operations.",{"category":91,"check":191,"severity":24,"summary":192},"Stack assumptions","The extension clearly states its reliance on Node.js and Python for CLI execution and interaction with the Lark API.",{"category":194,"check":194,"severity":24,"summary":195},"Cross-skill coupling","The skill operates independently on Feishu slides and refers to `lark-shared` for common functionalities like authentication, without implicit coupling to other skills.",1778692565668,"This skill provides a command-line interface for creating, editing, reading, and managing Feishu slides using XML protocols. It supports operations like creating presentations, reading slide content, managing pages (creation, deletion, replacement), and leveraging templates via Python scripts.",[199,200,201,202,203],"Create and edit Feishu slides","Communicate via XML protocol","Read slide content","Manage slide pages (create, delete, read, partial replace)","Utilize templates via Python scripts",[205,206,207],"Providing a graphical user interface for slide editing","Directly manipulating presentation files outside the Feishu platform","Offering functionalities unrelated to Feishu slides management",[209,210,211,212],"API interaction","XML data handling","Template utilization","Workflow automation",[214,215],"lark-cli installed","lark-cli authenticated with appropriate scopes (e.g., slides:presentation:create, docs:document.media:upload)","3.0.0","4.4.0","To enable users and AI agents to programmatically create and edit Feishu slides, facilitating content generation and management through a structured interface.","The extension is robust, with comprehensive documentation and excellent examples. The only minor finding was related to issue engagement, but this does not impact the core functionality or reliability.",95,"A high-quality skill for creating and managing Feishu slides via a powerful CLI with extensive documentation and examples.",[223,224,225,226,227,228,229],"presentation","slides","feishu","lark","api","automation","document","global","community",[233,234,235,236],"Creating or editing presentations","Reading or modifying individual slide pages","Automating slide creation based on templates","Managing presentation content programmatically",[238,239,240,241,242,243,244,245],"Clarify user requirements (theme, audience, style preferences).","Search for matching templates if applicable using `template_tool.py search`.","Summarize or extract template content.","Generate presentation outline for user confirmation.","Create the presentation using `slides +create` or `xml_presentation.slide create`.","Perform XML self-check and layout risk checks using `layout_lint.py`.","Verify created presentation by reading XML content.","Deliver presentation ID and access URL to the user.",{"codeQuality":247,"collectedAt":249,"documentation":250,"maintenance":253,"popularity":260,"security":262,"testCoverage":265},{"hasLockfile":248},true,1778692549199,{"descriptionLength":251,"readmeSize":252},94,16470,{"closedIssues90d":254,"forks":255,"hasChangelog":248,"manifestVersion":256,"openIssues90d":257,"pushedAt":258,"stars":259},125,666,"1.0.0",154,1778677340000,9936,{"npmDownloads":261},199747,{"hasNpmPackage":248,"license":263,"smitheryVerified":264},"MIT",false,{"hasCi":248,"hasTests":248},{"updatedAt":267},1778692565923,{"basePath":269,"githubOwner":270,"githubRepo":271,"locale":18,"slug":13,"type":272},"skills/lark-slides","larksuite","cli","skill",null,{"evaluate":275,"extract":277},{"promptVersionExtension":216,"promptVersionScoring":217,"score":220,"tags":276,"targetMarket":230,"tier":231},[223,224,225,226,227,228,229],{"commitSha":278,"license":263},"HEAD",{"repoId":280},"kd7akv5cxs7vx53ys6jsrv85v186mha4",{"_creationTime":282,"_id":280,"identity":283,"providers":284,"workflow":1248},1778692091023.1594,{"githubOwner":270,"githubRepo":271,"sourceUrl":14},{"classify":285,"discover":1240,"extract":1243,"github":1244,"npm":1247},{"commitSha":278,"extensions":286},[287,299,307,315,323,331,339,532,556,568,602,644,654,692,734,748,762,790,798,806,834,842,973,1017,1031,1045,1071,1085,1093,1101,1109],{"basePath":288,"description":289,"displayName":290,"installMethods":291,"rationale":292,"selectedPaths":293,"source":297,"sourceLanguage":298,"type":272},"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",[294],{"path":295,"priority":296},"SKILL.md","mandatory","rule","en",{"basePath":300,"description":301,"displayName":302,"installMethods":303,"rationale":304,"selectedPaths":305,"source":297,"sourceLanguage":298,"type":272},"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",[306],{"path":295,"priority":296},{"basePath":308,"description":309,"displayName":310,"installMethods":311,"rationale":312,"selectedPaths":313,"source":297,"sourceLanguage":298,"type":272},"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",[314],{"path":295,"priority":296},{"basePath":316,"description":317,"displayName":318,"installMethods":319,"rationale":320,"selectedPaths":321,"source":297,"sourceLanguage":298,"type":272},"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",[322],{"path":295,"priority":296},{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":297,"sourceLanguage":18,"type":272},"skills/lark-approval","飞书审批 API：审批实例、审批任务管理。","lark-approval",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-approval/SKILL.md",[330],{"path":295,"priority":296},{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":297,"sourceLanguage":18,"type":272},"skills/lark-attendance","飞书考勤打卡：查询自己的考勤打卡记录","lark-attendance",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-attendance/SKILL.md",[338],{"path":295,"priority":296},{"basePath":340,"description":341,"displayName":342,"installMethods":343,"rationale":344,"selectedPaths":345,"source":297,"sourceLanguage":18,"type":272},"skills/lark-base","当需要用 lark-cli 操作飞书多维表格（Base）时调用：搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询，以及角色/表单/仪表盘管理/工作流；也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。","lark-base",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-base/SKILL.md",[346,347,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530],{"path":295,"priority":296},{"path":348,"priority":349},"references/dashboard-block-data-config.md","medium",{"path":351,"priority":349},"references/examples.md",{"path":353,"priority":349},"references/formula-field-guide.md",{"path":355,"priority":349},"references/lark-base-advperm-disable.md",{"path":357,"priority":349},"references/lark-base-advperm-enable.md",{"path":359,"priority":349},"references/lark-base-base-copy.md",{"path":361,"priority":349},"references/lark-base-base-create.md",{"path":363,"priority":349},"references/lark-base-base-get.md",{"path":365,"priority":349},"references/lark-base-cell-value.md",{"path":367,"priority":349},"references/lark-base-dashboard-arrange.md",{"path":369,"priority":349},"references/lark-base-dashboard-block-create.md",{"path":371,"priority":349},"references/lark-base-dashboard-block-delete.md",{"path":373,"priority":349},"references/lark-base-dashboard-block-get.md",{"path":375,"priority":349},"references/lark-base-dashboard-block-list.md",{"path":377,"priority":349},"references/lark-base-dashboard-block-update.md",{"path":379,"priority":349},"references/lark-base-dashboard-create.md",{"path":381,"priority":349},"references/lark-base-dashboard-delete.md",{"path":383,"priority":349},"references/lark-base-dashboard-get.md",{"path":385,"priority":349},"references/lark-base-dashboard-list.md",{"path":387,"priority":349},"references/lark-base-dashboard-update.md",{"path":389,"priority":349},"references/lark-base-dashboard.md",{"path":391,"priority":349},"references/lark-base-data-analysis-sop.md",{"path":393,"priority":349},"references/lark-base-data-query.md",{"path":395,"priority":349},"references/lark-base-field-create.md",{"path":397,"priority":349},"references/lark-base-field-delete.md",{"path":399,"priority":349},"references/lark-base-field-get.md",{"path":401,"priority":349},"references/lark-base-field-list.md",{"path":403,"priority":349},"references/lark-base-field-search-options.md",{"path":405,"priority":349},"references/lark-base-field-update.md",{"path":407,"priority":349},"references/lark-base-field.md",{"path":409,"priority":349},"references/lark-base-form-create.md",{"path":411,"priority":349},"references/lark-base-form-delete.md",{"path":413,"priority":349},"references/lark-base-form-get.md",{"path":415,"priority":349},"references/lark-base-form-list.md",{"path":417,"priority":349},"references/lark-base-form-questions-create.md",{"path":419,"priority":349},"references/lark-base-form-questions-delete.md",{"path":421,"priority":349},"references/lark-base-form-questions-list.md",{"path":423,"priority":349},"references/lark-base-form-questions-update.md",{"path":425,"priority":349},"references/lark-base-form-questions.md",{"path":427,"priority":349},"references/lark-base-form-update.md",{"path":429,"priority":349},"references/lark-base-form.md",{"path":431,"priority":349},"references/lark-base-history.md",{"path":433,"priority":349},"references/lark-base-record-batch-create.md",{"path":435,"priority":349},"references/lark-base-record-batch-update.md",{"path":437,"priority":349},"references/lark-base-record-delete.md",{"path":439,"priority":349},"references/lark-base-record-history-list.md",{"path":441,"priority":349},"references/lark-base-record-share-link-create.md",{"path":443,"priority":349},"references/lark-base-record-upload-attachment.md",{"path":445,"priority":349},"references/lark-base-record-upsert.md",{"path":447,"priority":349},"references/lark-base-record.md",{"path":449,"priority":349},"references/lark-base-role-create.md",{"path":451,"priority":349},"references/lark-base-role-delete.md",{"path":453,"priority":349},"references/lark-base-role-get.md",{"path":455,"priority":349},"references/lark-base-role-list.md",{"path":457,"priority":349},"references/lark-base-role-update.md",{"path":459,"priority":349},"references/lark-base-shortcut-field-properties.md",{"path":461,"priority":349},"references/lark-base-table-create.md",{"path":463,"priority":349},"references/lark-base-table-delete.md",{"path":465,"priority":349},"references/lark-base-table-get.md",{"path":467,"priority":349},"references/lark-base-table-list.md",{"path":469,"priority":349},"references/lark-base-table-update.md",{"path":471,"priority":349},"references/lark-base-table.md",{"path":473,"priority":349},"references/lark-base-view-create.md",{"path":475,"priority":349},"references/lark-base-view-delete.md",{"path":477,"priority":349},"references/lark-base-view-get-card.md",{"path":479,"priority":349},"references/lark-base-view-get-filter.md",{"path":481,"priority":349},"references/lark-base-view-get-group.md",{"path":483,"priority":349},"references/lark-base-view-get-sort.md",{"path":485,"priority":349},"references/lark-base-view-get-timebar.md",{"path":487,"priority":349},"references/lark-base-view-get-visible-fields.md",{"path":489,"priority":349},"references/lark-base-view-get.md",{"path":491,"priority":349},"references/lark-base-view-list.md",{"path":493,"priority":349},"references/lark-base-view-rename.md",{"path":495,"priority":349},"references/lark-base-view-set-card.md",{"path":497,"priority":349},"references/lark-base-view-set-filter.md",{"path":499,"priority":349},"references/lark-base-view-set-group.md",{"path":501,"priority":349},"references/lark-base-view-set-sort.md",{"path":503,"priority":349},"references/lark-base-view-set-timebar.md",{"path":505,"priority":349},"references/lark-base-view-set-visible-fields.md",{"path":507,"priority":349},"references/lark-base-view.md",{"path":509,"priority":349},"references/lark-base-workflow-create.md",{"path":511,"priority":349},"references/lark-base-workflow-disable.md",{"path":513,"priority":349},"references/lark-base-workflow-enable.md",{"path":515,"priority":349},"references/lark-base-workflow-get.md",{"path":517,"priority":349},"references/lark-base-workflow-guide.md",{"path":519,"priority":349},"references/lark-base-workflow-list.md",{"path":521,"priority":349},"references/lark-base-workflow-schema.md",{"path":523,"priority":349},"references/lark-base-workflow-update.md",{"path":525,"priority":349},"references/lark-base-workflow.md",{"path":527,"priority":349},"references/lark-base-workspace.md",{"path":529,"priority":349},"references/lookup-field-guide.md",{"path":531,"priority":349},"references/role-config.md",{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":297,"sourceLanguage":18,"type":272},"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",[539,540,542,544,546,548,550,552,554],{"path":295,"priority":296},{"path":541,"priority":349},"references/lark-calendar-agenda.md",{"path":543,"priority":349},"references/lark-calendar-create.md",{"path":545,"priority":349},"references/lark-calendar-freebusy.md",{"path":547,"priority":349},"references/lark-calendar-room-find.md",{"path":549,"priority":349},"references/lark-calendar-rsvp.md",{"path":551,"priority":349},"references/lark-calendar-schedule-meeting.md",{"path":553,"priority":349},"references/lark-calendar-suggestion.md",{"path":555,"priority":349},"references/lark-calendar-update.md",{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":297,"sourceLanguage":18,"type":272},"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",[563,564,566],{"path":295,"priority":296},{"path":565,"priority":349},"references/lark-contact-get-user.md",{"path":567,"priority":349},"references/lark-contact-search-user.md",{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":297,"sourceLanguage":298,"type":272},"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",[575,576,578,580,582,584,586,588,590,592,594,596,598,600],{"path":295,"priority":296},{"path":577,"priority":349},"references/lark-doc-create.md",{"path":579,"priority":349},"references/lark-doc-fetch.md",{"path":581,"priority":349},"references/lark-doc-md.md",{"path":583,"priority":349},"references/lark-doc-media-download.md",{"path":585,"priority":349},"references/lark-doc-media-insert.md",{"path":587,"priority":349},"references/lark-doc-media-preview.md",{"path":589,"priority":349},"references/lark-doc-search.md",{"path":591,"priority":349},"references/lark-doc-update.md",{"path":593,"priority":349},"references/lark-doc-whiteboard.md",{"path":595,"priority":349},"references/lark-doc-xml.md",{"path":597,"priority":349},"references/style/lark-doc-create-workflow.md",{"path":599,"priority":349},"references/style/lark-doc-style.md",{"path":601,"priority":349},"references/style/lark-doc-update-workflow.md",{"basePath":603,"description":604,"displayName":605,"installMethods":606,"rationale":607,"selectedPaths":608,"source":297,"sourceLanguage":18,"type":272},"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",[609,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642],{"path":295,"priority":296},{"path":611,"priority":349},"references/lark-drive-add-comment.md",{"path":613,"priority":349},"references/lark-drive-apply-permission.md",{"path":615,"priority":349},"references/lark-drive-create-folder.md",{"path":617,"priority":349},"references/lark-drive-create-shortcut.md",{"path":619,"priority":349},"references/lark-drive-delete.md",{"path":621,"priority":349},"references/lark-drive-download.md",{"path":623,"priority":349},"references/lark-drive-export-download.md",{"path":625,"priority":349},"references/lark-drive-export.md",{"path":627,"priority":349},"references/lark-drive-import.md",{"path":629,"priority":349},"references/lark-drive-move.md",{"path":631,"priority":349},"references/lark-drive-pull.md",{"path":633,"priority":349},"references/lark-drive-push.md",{"path":635,"priority":349},"references/lark-drive-reactions.md",{"path":637,"priority":349},"references/lark-drive-search.md",{"path":639,"priority":349},"references/lark-drive-status.md",{"path":641,"priority":349},"references/lark-drive-task-result.md",{"path":643,"priority":349},"references/lark-drive-upload.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":297,"sourceLanguage":298,"type":272},"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",[651,652],{"path":295,"priority":296},{"path":653,"priority":349},"references/lark-event-im.md",{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":297,"sourceLanguage":298,"type":272},"skills/lark-im","飞书即时通讯：收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件（支持大文件分片下载）、管理表情回复。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。","lark-im",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-im/SKILL.md",[661,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690],{"path":295,"priority":296},{"path":663,"priority":349},"references/lark-im-chat-create.md",{"path":665,"priority":349},"references/lark-im-chat-identity.md",{"path":667,"priority":349},"references/lark-im-chat-messages-list.md",{"path":669,"priority":349},"references/lark-im-chat-search.md",{"path":671,"priority":349},"references/lark-im-chat-update.md",{"path":673,"priority":349},"references/lark-im-flag-cancel.md",{"path":675,"priority":349},"references/lark-im-flag-create.md",{"path":677,"priority":349},"references/lark-im-flag-list.md",{"path":679,"priority":349},"references/lark-im-messages-mget.md",{"path":681,"priority":349},"references/lark-im-messages-reply.md",{"path":683,"priority":349},"references/lark-im-messages-resources-download.md",{"path":685,"priority":349},"references/lark-im-messages-search.md",{"path":687,"priority":349},"references/lark-im-messages-send.md",{"path":689,"priority":349},"references/lark-im-reactions.md",{"path":691,"priority":349},"references/lark-im-threads-messages-list.md",{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":297,"sourceLanguage":18,"type":272},"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",[699,700,702,704,706,708,710,712,714,716,718,720,722,724,726,728,730,732],{"path":295,"priority":296},{"path":701,"priority":349},"references/lark-mail-decline-receipt.md",{"path":703,"priority":349},"references/lark-mail-draft-create.md",{"path":705,"priority":349},"references/lark-mail-draft-edit.md",{"path":707,"priority":349},"references/lark-mail-forward.md",{"path":709,"priority":349},"references/lark-mail-message.md",{"path":711,"priority":349},"references/lark-mail-messages.md",{"path":713,"priority":349},"references/lark-mail-reply-all.md",{"path":715,"priority":349},"references/lark-mail-reply.md",{"path":717,"priority":349},"references/lark-mail-send-receipt.md",{"path":719,"priority":349},"references/lark-mail-send.md",{"path":721,"priority":349},"references/lark-mail-share-to-chat.md",{"path":723,"priority":349},"references/lark-mail-signature.md",{"path":725,"priority":349},"references/lark-mail-template-create.md",{"path":727,"priority":349},"references/lark-mail-template-update.md",{"path":729,"priority":349},"references/lark-mail-thread.md",{"path":731,"priority":349},"references/lark-mail-triage.md",{"path":733,"priority":349},"references/lark-mail-watch.md",{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":297,"sourceLanguage":298,"type":272},"skills/lark-markdown","飞书 Markdown：查看、创建、上传和编辑 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取或修改时使用。","lark-markdown",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-markdown/SKILL.md",[741,742,744,746],{"path":295,"priority":296},{"path":743,"priority":349},"references/lark-markdown-create.md",{"path":745,"priority":349},"references/lark-markdown-fetch.md",{"path":747,"priority":349},"references/lark-markdown-overwrite.md",{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":297,"sourceLanguage":18,"type":272},"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",[755,756,758,760],{"path":295,"priority":296},{"path":757,"priority":349},"references/lark-minutes-download.md",{"path":759,"priority":349},"references/lark-minutes-search.md",{"path":761,"priority":349},"references/lark-minutes-upload.md",{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":297,"sourceLanguage":18,"type":272},"skills/lark-okr","飞书 OKR：管理目标与关键结果。查看和编辑 OKR 周期、目标（Objective）、关键结果（Key Result）、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。","lark-okr",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-okr/SKILL.md",[769,770,772,774,776,778,780,782,784,786,788],{"path":295,"priority":296},{"path":771,"priority":349},"references/lark-okr-contentblock.md",{"path":773,"priority":349},"references/lark-okr-cycle-detail.md",{"path":775,"priority":349},"references/lark-okr-cycle-list.md",{"path":777,"priority":349},"references/lark-okr-entities.md",{"path":779,"priority":349},"references/lark-okr-image-upload.md",{"path":781,"priority":349},"references/lark-okr-progress-create.md",{"path":783,"priority":349},"references/lark-okr-progress-delete.md",{"path":785,"priority":349},"references/lark-okr-progress-get.md",{"path":787,"priority":349},"references/lark-okr-progress-list.md",{"path":789,"priority":349},"references/lark-okr-progress-update.md",{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":297,"sourceLanguage":18,"type":272},"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",[797],{"path":295,"priority":296},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":297,"sourceLanguage":18,"type":272},"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",[805],{"path":295,"priority":296},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":297,"sourceLanguage":18,"type":272},"skills/lark-sheets","飞书电子表格：创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间里的表格文件，请改用 lark-doc 的 docs +search 先定位资源。","lark-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-sheets/SKILL.md",[813,814,816,818,820,822,824,826,828,830,832],{"path":295,"priority":296},{"path":815,"priority":349},"references/lark-sheets-cell-data.md",{"path":817,"priority":349},"references/lark-sheets-cell-images.md",{"path":819,"priority":349},"references/lark-sheets-cell-style-and-merge.md",{"path":821,"priority":349},"references/lark-sheets-dropdown.md",{"path":823,"priority":349},"references/lark-sheets-filter-views.md",{"path":825,"priority":349},"references/lark-sheets-float-images.md",{"path":827,"priority":349},"references/lark-sheets-formula.md",{"path":829,"priority":349},"references/lark-sheets-row-column-management.md",{"path":831,"priority":349},"references/lark-sheets-sheet-management.md",{"path":833,"priority":349},"references/lark-sheets-spreadsheet-management.md",{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":297,"sourceLanguage":18,"type":272},"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",[841],{"path":295,"priority":296},{"basePath":269,"description":10,"displayName":13,"installMethods":843,"rationale":844,"selectedPaths":845,"source":297,"sourceLanguage":18,"type":272},{"claudeCode":12},"SKILL.md frontmatter at skills/lark-slides/SKILL.md",[846,847,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,930,932,933,935,937,939,941,943,945,947,949,951,953,955,957,959,961,963,965,967,969,971],{"path":295,"priority":296},{"path":848,"priority":849},"assets/templates/administration--all_hands_meeting.xml","low",{"path":851,"priority":849},"assets/templates/administration--annual_gala.xml",{"path":853,"priority":849},"assets/templates/administration--company_intro.xml",{"path":855,"priority":849},"assets/templates/administration--corporate_culture.xml",{"path":857,"priority":849},"assets/templates/hr--employee_training.xml",{"path":859,"priority":849},"assets/templates/hr--employee_training_workshop.xml",{"path":861,"priority":849},"assets/templates/hr--onboarding.xml",{"path":863,"priority":849},"assets/templates/marketing--brand_communication.xml",{"path":865,"priority":849},"assets/templates/marketing--brand_logo_design.xml",{"path":867,"priority":849},"assets/templates/marketing--brand_operations_plan.xml",{"path":869,"priority":849},"assets/templates/marketing--business_plan.xml",{"path":871,"priority":849},"assets/templates/marketing--marketing_plan.xml",{"path":873,"priority":849},"assets/templates/marketing--marketing_strategy.xml",{"path":875,"priority":849},"assets/templates/marketing--product_whitepaper.xml",{"path":877,"priority":849},"assets/templates/marketing--roadshow_business_plan.xml",{"path":879,"priority":849},"assets/templates/misc--book_sharing.xml",{"path":881,"priority":849},"assets/templates/misc--club_event_plan.xml",{"path":883,"priority":849},"assets/templates/misc--student_career_plan.xml",{"path":885,"priority":849},"assets/templates/office--dark_general.xml",{"path":887,"priority":849},"assets/templates/office--dept_annual_report.xml",{"path":889,"priority":849},"assets/templates/office--light_general.xml",{"path":891,"priority":849},"assets/templates/office--project_kickoff.xml",{"path":893,"priority":849},"assets/templates/office--quarterly_review.xml",{"path":895,"priority":849},"assets/templates/office--work_report.xml",{"path":897,"priority":849},"assets/templates/office--work_summary.xml",{"path":899,"priority":849},"assets/templates/office--work_summary_report.xml",{"path":901,"priority":849},"assets/templates/operations--brand_logo_design.xml",{"path":903,"priority":849},"assets/templates/operations--brand_operations_plan.xml",{"path":905,"priority":849},"assets/templates/operations--marketing_plan.xml",{"path":907,"priority":849},"assets/templates/operations--product_promotion.xml",{"path":909,"priority":849},"assets/templates/personal--experience_sharing.xml",{"path":911,"priority":849},"assets/templates/personal--personal_resume.xml",{"path":913,"priority":849},"assets/templates/personal--promotion_defense.xml",{"path":915,"priority":849},"assets/templates/personal--promotion_report.xml",{"path":917,"priority":849},"assets/templates/personal--self_intro.xml",{"path":919,"priority":849},"assets/templates/personal--teaching_sharing.xml",{"path":921,"priority":849},"assets/templates/product--business_case_analysis.xml",{"path":923,"priority":849},"assets/templates/product--market_analysis.xml",{"path":925,"priority":849},"assets/templates/product--product_analysis.xml",{"path":927,"priority":849},"assets/templates/product--product_intro.xml",{"path":929,"priority":849},"assets/templates/product--product_promotion.xml",{"path":931,"priority":849},"assets/templates/product--product_promotion_2.xml",{"path":351,"priority":349},{"path":934,"priority":349},"references/lark-slides-create.md",{"path":936,"priority":349},"references/lark-slides-edit-workflows.md",{"path":938,"priority":349},"references/lark-slides-media-upload.md",{"path":940,"priority":349},"references/lark-slides-replace-slide.md",{"path":942,"priority":349},"references/lark-slides-xml-presentation-slide-create.md",{"path":944,"priority":349},"references/lark-slides-xml-presentation-slide-delete.md",{"path":946,"priority":349},"references/lark-slides-xml-presentation-slide-get.md",{"path":948,"priority":349},"references/lark-slides-xml-presentation-slide-replace.md",{"path":950,"priority":349},"references/lark-slides-xml-presentations-get.md",{"path":952,"priority":349},"references/slide-templates.md",{"path":954,"priority":349},"references/slides_demo.xml",{"path":956,"priority":349},"references/slides_xml_schema_definition.xml",{"path":958,"priority":349},"references/template-catalog.md",{"path":960,"priority":349},"references/template-index.json",{"path":962,"priority":349},"references/xml-format-guide.md",{"path":964,"priority":349},"references/xml-schema-quick-ref.md",{"path":966,"priority":849},"scripts/layout_lint.py",{"path":968,"priority":849},"scripts/layout_lint_test.py",{"path":970,"priority":849},"scripts/template_tool.py",{"path":972,"priority":849},"scripts/template_tool_test.py",{"basePath":974,"description":975,"displayName":976,"installMethods":977,"rationale":978,"selectedPaths":979,"source":297,"sourceLanguage":18,"type":272},"skills/lark-task","飞书任务：管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。","lark-task",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-task/SKILL.md",[980,981,983,985,987,989,991,993,995,997,999,1001,1003,1005,1007,1009,1011,1013,1015],{"path":295,"priority":296},{"path":982,"priority":349},"references/lark-task-assign.md",{"path":984,"priority":349},"references/lark-task-comment.md",{"path":986,"priority":349},"references/lark-task-complete.md",{"path":988,"priority":349},"references/lark-task-create.md",{"path":990,"priority":349},"references/lark-task-followers.md",{"path":992,"priority":349},"references/lark-task-get-my-tasks.md",{"path":994,"priority":349},"references/lark-task-get-related-tasks.md",{"path":996,"priority":349},"references/lark-task-reminder.md",{"path":998,"priority":349},"references/lark-task-reopen.md",{"path":1000,"priority":349},"references/lark-task-search.md",{"path":1002,"priority":349},"references/lark-task-set-ancestor.md",{"path":1004,"priority":349},"references/lark-task-subscribe-event.md",{"path":1006,"priority":349},"references/lark-task-tasklist-create.md",{"path":1008,"priority":349},"references/lark-task-tasklist-members.md",{"path":1010,"priority":349},"references/lark-task-tasklist-search.md",{"path":1012,"priority":349},"references/lark-task-tasklist-task-add.md",{"path":1014,"priority":349},"references/lark-task-update.md",{"path":1016,"priority":349},"references/lark-task-upload-attachment.md",{"basePath":1018,"description":1019,"displayName":1020,"installMethods":1021,"rationale":1022,"selectedPaths":1023,"source":297,"sourceLanguage":18,"type":272},"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",[1024,1025,1027,1029],{"path":295,"priority":296},{"path":1026,"priority":349},"references/lark-vc-notes.md",{"path":1028,"priority":349},"references/lark-vc-recording.md",{"path":1030,"priority":349},"references/lark-vc-search.md",{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":297,"sourceLanguage":18,"type":272},"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",[1038,1039,1041,1043],{"path":295,"priority":296},{"path":1040,"priority":349},"references/lark-vc-agent-meeting-events.md",{"path":1042,"priority":349},"references/lark-vc-agent-meeting-join.md",{"path":1044,"priority":349},"references/lark-vc-agent-meeting-leave.md",{"basePath":1046,"description":1047,"displayName":1048,"installMethods":1049,"rationale":1050,"selectedPaths":1051,"source":297,"sourceLanguage":18,"type":272},"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",[1052,1053,1055,1057,1059,1061,1063,1065,1067,1069],{"path":295,"priority":296},{"path":1054,"priority":349},"references/connectors.md",{"path":1056,"priority":349},"references/content.md",{"path":1058,"priority":349},"references/image.md",{"path":1060,"priority":349},"references/lark-whiteboard-query.md",{"path":1062,"priority":349},"references/lark-whiteboard-update.md",{"path":1064,"priority":349},"references/layout.md",{"path":1066,"priority":349},"references/schema.md",{"path":1068,"priority":349},"references/style.md",{"path":1070,"priority":349},"references/typography.md",{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":297,"sourceLanguage":18,"type":272},"skills/lark-wiki","飞书知识库：管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。","lark-wiki",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-wiki/SKILL.md",[1078,1079,1081,1083],{"path":295,"priority":296},{"path":1080,"priority":349},"references/lark-wiki-delete-space.md",{"path":1082,"priority":349},"references/lark-wiki-move.md",{"path":1084,"priority":349},"references/lark-wiki-node-create.md",{"basePath":1086,"description":1087,"displayName":1088,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":297,"sourceLanguage":18,"type":272},"skills/lark-workflow-meeting-summary","会议纪要整理工作流：汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。","lark-workflow-meeting-summary",{"claudeCode":12},"SKILL.md frontmatter at skills/lark-workflow-meeting-summary/SKILL.md",[1092],{"path":295,"priority":296},{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":297,"sourceLanguage":18,"type":272},"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",[1100],{"path":295,"priority":296},{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":297,"sourceLanguage":298,"type":272},"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",[1108],{"path":295,"priority":296},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"license":263,"rationale":1115,"selectedPaths":1116,"source":297,"sourceLanguage":298,"type":271},"","The official CLI for Lark/Feishu open platform","@larksuite/cli",{"go":1114,"npm":1112},"github.com/larksuite/cli","cli ecosystem detected at /",[1117,1119,1121,1123,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238],{"path":1118,"priority":296},"package.json",{"path":1120,"priority":296},"go.mod",{"path":1122,"priority":296},"README.md",{"path":1124,"priority":1125},"LICENSE","high",{"path":1127,"priority":349},"scripts/run.js",{"path":1129,"priority":349},"main.go",{"path":1131,"priority":849},"cmd/api/api.go",{"path":1133,"priority":849},"cmd/auth/auth.go",{"path":1135,"priority":849},"cmd/auth/check.go",{"path":1137,"priority":849},"cmd/auth/list.go",{"path":1139,"priority":849},"cmd/auth/login.go",{"path":1141,"priority":849},"cmd/auth/login_interactive.go",{"path":1143,"priority":849},"cmd/auth/login_messages.go",{"path":1145,"priority":849},"cmd/auth/login_result.go",{"path":1147,"priority":849},"cmd/auth/login_scope_cache.go",{"path":1149,"priority":849},"cmd/auth/logout.go",{"path":1151,"priority":849},"cmd/auth/scopes.go",{"path":1153,"priority":849},"cmd/auth/status.go",{"path":1155,"priority":849},"cmd/bootstrap.go",{"path":1157,"priority":849},"cmd/build.go",{"path":1159,"priority":849},"cmd/completion/completion.go",{"path":1161,"priority":849},"cmd/config/bind.go",{"path":1163,"priority":849},"cmd/config/bind_messages.go",{"path":1165,"priority":849},"cmd/config/binder.go",{"path":1167,"priority":849},"cmd/config/config.go",{"path":1169,"priority":849},"cmd/config/default_as.go",{"path":1171,"priority":849},"cmd/config/init.go",{"path":1173,"priority":849},"cmd/config/init_interactive.go",{"path":1175,"priority":849},"cmd/config/init_messages.go",{"path":1177,"priority":849},"cmd/config/remove.go",{"path":1179,"priority":849},"cmd/config/show.go",{"path":1181,"priority":849},"cmd/config/strict_mode.go",{"path":1183,"priority":849},"cmd/doctor/doctor.go",{"path":1185,"priority":849},"cmd/error_auth_hint.go",{"path":1187,"priority":849},"cmd/event/appmeta_err.go",{"path":1189,"priority":849},"cmd/event/bus.go",{"path":1191,"priority":849},"cmd/event/console_url.go",{"path":1193,"priority":849},"cmd/event/consume.go",{"path":1195,"priority":849},"cmd/event/event.go",{"path":1197,"priority":849},"cmd/event/list.go",{"path":1199,"priority":849},"cmd/event/runtime.go",{"path":1201,"priority":849},"cmd/event/schema.go",{"path":1203,"priority":849},"cmd/event/sigpipe_unix.go",{"path":1205,"priority":849},"cmd/event/sigpipe_windows.go",{"path":1207,"priority":849},"cmd/event/status.go",{"path":1209,"priority":849},"cmd/event/stop.go",{"path":1211,"priority":849},"cmd/event/suggestions.go",{"path":1213,"priority":849},"cmd/event/table.go",{"path":1215,"priority":849},"cmd/global_flags.go",{"path":1217,"priority":849},"cmd/init.go",{"path":1219,"priority":849},"cmd/profile/add.go",{"path":1221,"priority":849},"cmd/profile/list.go",{"path":1223,"priority":849},"cmd/profile/profile.go",{"path":1225,"priority":849},"cmd/profile/remove.go",{"path":1227,"priority":849},"cmd/profile/rename.go",{"path":1229,"priority":849},"cmd/profile/use.go",{"path":1231,"priority":849},"cmd/prune.go",{"path":1233,"priority":849},"cmd/root.go",{"path":1235,"priority":849},"cmd/schema/schema.go",{"path":1237,"priority":849},"cmd/service/service.go",{"path":1239,"priority":849},"cmd/update/update.go",{"sources":1241},[1242],"manual",{"npmPackage":1112},{"closedIssues90d":254,"description":1245,"forks":255,"license":263,"openIssues90d":257,"pushedAt":258,"readmeSize":252,"stars":259,"topics":1246},"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":261},{"classifiedAt":1249,"discoverAt":1250,"extractAt":1251,"githubAt":1251,"npmAt":1252,"updatedAt":1249},1778692098142,1778692091023,1778692094045,1778692096666,[227,228,229,225,226,223,224],{"evaluatedAt":267,"extractAt":1255,"updatedAt":267},1778692098392,[],[1258,1292,1318,1337,1355,1374],{"_creationTime":1259,"_id":1260,"community":1261,"display":1262,"identity":1268,"providers":1272,"relations":1283,"tags":1287,"workflow":1288},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":1263,"installMethods":1264,"name":1266,"sourceUrl":1267},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":1265},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":1269,"githubOwner":1270,"githubRepo":1266,"locale":1271,"slug":1266,"type":272},"skills/x-twitter-scraper","Xquik-dev","de",{"evaluate":1273,"extract":1282},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1275,"targetMarket":230,"tier":1281},100,[1276,1277,227,1278,228,1279,1280],"twitter","x","data-retrieval","mcp","sdk","verified",{"commitSha":278},{"parentExtensionId":1284,"repoId":1285,"translatedFrom":1286},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[227,228,1278,1279,1280,1276,1277],{"evaluatedAt":1289,"extractAt":1290,"updatedAt":1291},1778699230863,1778699170774,1778699276507,{"_creationTime":1293,"_id":1294,"community":1295,"display":1296,"identity":1302,"providers":1306,"relations":1312,"tags":1314,"workflow":1315},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":1297,"installMethods":1298,"name":1300,"sourceUrl":1301},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":1299},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":1303,"githubOwner":1304,"githubRepo":1305,"locale":298,"slug":1300,"type":272},"skills/slack","steipete","clawdis",{"evaluate":1307,"extract":1311},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1308,"targetMarket":230,"tier":1281},[1300,1309,1310,228,227],"messaging","communication",{"commitSha":278},{"repoId":1313},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[227,228,1310,1309,1300],{"evaluatedAt":1316,"extractAt":1317,"updatedAt":1316},1778698950505,1778697652123,{"_creationTime":1319,"_id":1320,"community":1321,"display":1322,"identity":1326,"providers":1328,"relations":1333,"tags":1334,"workflow":1335},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1323,"installMethods":1324,"name":1325,"sourceUrl":1301},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1299},"github",{"basePath":1327,"githubOwner":1304,"githubRepo":1305,"locale":298,"slug":1325,"type":272},"skills/github",{"evaluate":1329,"extract":1332},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1330,"targetMarket":230,"tier":1281},[1325,271,227,1331,228],"developer-tools",{"commitSha":278},{"repoId":1313},[227,228,271,1331,1325],{"evaluatedAt":1336,"extractAt":1317,"updatedAt":1336},1778698569289,{"_creationTime":1338,"_id":1339,"community":1340,"display":1341,"identity":1344,"providers":1345,"relations":1351,"tags":1352,"workflow":1353},1778692098392.723,"k171q2y70k2z7p5t62a7zrpw6s86n4kw",{"reviewCount":8},{"description":1073,"installMethods":1342,"name":1343,"sourceUrl":14},{"claudeCode":12},"Lark Wiki CLI",{"basePath":1072,"githubOwner":270,"githubRepo":271,"locale":18,"slug":1074,"type":272},{"evaluate":1346,"extract":1350},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1347,"targetMarket":230,"tier":1281},[226,225,1348,1349,228,271],"wiki","knowledge-management",{"commitSha":278,"license":263},{"repoId":280},[228,271,225,1349,226,1348],{"evaluatedAt":1354,"extractAt":1255,"updatedAt":1354},1778692680305,{"_creationTime":1356,"_id":1357,"community":1358,"display":1359,"identity":1361,"providers":1362,"relations":1370,"tags":1371,"workflow":1372},1778692098392.7183,"k17a72stj28d2bw648ptm7mfj186ns69",{"reviewCount":8},{"description":534,"installMethods":1360,"name":535,"sourceUrl":14},{"claudeCode":12},{"basePath":533,"githubOwner":270,"githubRepo":271,"locale":18,"slug":535,"type":272},{"evaluate":1363,"extract":1369},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1364,"targetMarket":230,"tier":1281},[1365,1366,1367,1368,226,225,271],"calendar","scheduling","meeting","events",{"commitSha":278},{"repoId":280},[1365,271,1368,225,226,1367,1366],{"evaluatedAt":1373,"extractAt":1255,"updatedAt":1373},1778692253993,{"_creationTime":1375,"_id":1376,"community":1377,"display":1378,"identity":1380,"providers":1381,"relations":1388,"tags":1389,"workflow":1390},1778692098392.718,"k17akm3fqmcvhdq0nmaxcgh2h586mcef",{"reviewCount":8},{"description":341,"installMethods":1379,"name":342,"sourceUrl":14},{"claudeCode":12},{"basePath":340,"githubOwner":270,"githubRepo":271,"locale":18,"slug":342,"type":272},{"evaluate":1382,"extract":1387},{"promptVersionExtension":216,"promptVersionScoring":217,"score":1274,"tags":1383,"targetMarket":230,"tier":1281},[226,225,271,228,227,1384,1385,1386],"workflow","data-management","base",{"commitSha":278},{"repoId":280},[227,228,1386,271,1385,225,226,1384],{"evaluatedAt":1391,"extractAt":1255,"updatedAt":1391},1778692233385]