skills/larksuite/lark-minutes/SKILL.md
飞书妙记:获取妙记基础信息(标题、封面、时长)和相关的 AI 产物(总结、待办、章节)。飞书妙记的 URL 格式为: http(s)://<host>/minutes/<minute-token>
npx skillsauth add aiskillstore/marketplace lark-minutesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
前置条件: 先阅读
../lark-shared/SKILL.md了解认证、全局参数和安全规则。
https://*.feishu.cn/minutes/obcnq3b9jl72l83w4f14xxxx 中的最后一段字符串 obcnq3b9jl72l83w4f14xxxx)。提取 Token:
minute_token 参数是必填的。?xxx),请截取路径部分的最后一段作为 token。https://domain.feishu.cn/minutes/obc123456?project=xxx 中提取出 obc123456。获取妙记信息:
lark-cli schema minutes.minutes.get 可以查看具体的返回值结构。title:会议标题cover:视频/音频封面 URLduration:会议时长(毫秒)owner_id:所有者 IDurl:妙记链接# 首先查询妙记元信息(标题、时长、封面) → 用本 skill
lark-cli minutes minutes get --params '{"minute_token": "obcn***************"}'
# 查妙记关联的纪要产物:逐字稿、总结、待办、章节等 → 用 lark-cli vc +notes
lark-cli vc +notes --minute-tokens obcnhijv43vq6bcsl5xasfb2
本 skill 仅提供妙记基础元信息查询(标题、封面、时长)。如需获取纪要内容(逐字稿、AI 总结、待办、章节),请使用 lark-cli vc +notes:
lark-cli schema minutes.<resource>.<method> # 调用 API 前必须先查看参数结构
lark-cli minutes <resource> <method> [flags] # 调用 API
重要:使用原生 API 时,必须先运行
schema查看--data/--params参数结构,不要猜测字段格式。
get — 获取妙记信息| 方法 | 所需 scope |
|------|-----------|
| minutes.get | minutes:minutes:readonly |
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.