riba2534/feishu-cli

feishu-cli-meetings

>- 飞书视频会议与妙记专用? 会议机器人? minute token、下载录制/视频/逐字稿、操作 meeting bot 或查询妙记时? 使用 feishu-cli-work。

First seen Jul 12, 2026

Installation

$ npx skills add riba2534/feishu-cli --skill feishu-cli-meetings

Summary

飞书视频会议与妙记专用入口,覆盖会议搜索、纪要与 AI 产物、逐字稿、录制、妙记媒体下载、 会议机器人入会/离会和会议事件。用户要求按日程或时间查找历史会议、获取会议纪要/AI 摘要、 minute token、下载录制/视频/逐字稿、操作 meeting bot 或查询妙记时必须使用本…

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from riba2534/feishu-cli · top by installs.

npx skills add riba2534/feishu-cli

Browse all from riba2534/feishu-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.4K
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(feishu-cli:*), Bash(./feishu-cli:*), Read, Write

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,816 B
  • docs SUMMARY.md 448 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 97 installs

SKILL.md

飞书会议与妙记

读取 references/workflows/vc/workflow.md 后执行。 将该工作流中的 references/scripts/templates/examples/ 相对路径按 workflow.md 所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。

身份边界

  • vc search/notes/recording/detailvc 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 推导。

搜索会议并下载妙记逐字稿时至少预检:

feishu-cli auth check --scope "vc:meeting.search:read vc:note:read minutes:minutes:readonly minutes:minutes.transcript:export"