飞书视频会议与妙记专用入口,覆盖会议搜索、纪要与 AI 产物、逐字稿、录制、妙记媒体下载、 会议机器人入会/离会和会议事件。用户要求按日程或时间查找历史会议、获取会议纪要/AI 摘要、 minute token、下载录制/视频/逐字稿、操作 meeting bot 或查询妙记时必须使用本 Skill。创建日程和找会议时间 使用 feishu-cli-work。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add riba2534/feishu-cli --skill feishu-cli-meetings --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Cli Meetings?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/riba2534-feishu-cli-meetings)More formats (shields.io, HTML) on the badges page.
---
name: feishu-cli-meetings
description: >-
飞书视频会议与妙记专用入口,覆盖会议搜索、纪要与 AI 产物、逐字稿、录制、妙记媒体下载、
会议机器人入会/离会和会议事件。用户要求按日程或时间查找历史会议、获取会议纪要/AI 摘要、
minute token、下载录制/视频/逐字稿、操作 meeting bot 或查询妙记时必须使用本 Skill。创建日程和找会议时间
使用 feishu-cli-work。
argument-hint: <vc|minutes> [args]
user-invocable: true
allowed-tools: Bash(feishu-cli:*), Bash(./feishu-cli:*), Read, Write
---
# 飞书会议与妙记
读取 `references/workflows/vc/workflow.md` 后执行。
将该工作流中的 `references/`、`scripts/`、`templates/`、`examples/` 相对路径按 `workflow.md`
所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。
## 身份边界
- `vc search/notes/recording/detail`、`vc note detail/transcript` 和 minutes 命令必须使用 User Token。
- `vc bot meeting-join/meeting-leave` 默认 Bot 身份,而且只在显式 flag 时切换 User Token。
- `vc bot meeting-events` 必须显式 `--as bot|user|auto`(默认 auto),身份须与
`meeting_id` 来源一致:`--as user` 预检 `vc:meeting.meetingevent:read`;`--as bot`
预检 `vc:meeting.bot.join:write` 且机器人须在会中。`--as auto` 刷新/token 文件错误
fail-closed,禁止静默切 Bot;`--dry-run` 只静态探测身份,不联网不写 token。
下载媒体时保留服务端文件名;无法解析扩展名时再按 Content-Type 推导。
搜索会议并下载妙记逐字稿时至少预检:
```bash
feishu-cli auth check --scope "vc:meeting.search:read vc:note:read minutes:minutes:readonly minutes:minutes.transcript:export"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"