会议纪要与会议播报生成技能。用于处理会议录音或转写文本,执行发言人区分、口语降噪、议题重构、双钻结构整理,并输出执行摘要、核心决议、Markdown待办表格、TTS播报稿和会议思维导图(HTML/SVG/XMind)。支持双向语音能力:录音转文本(ASR)与文本转录音(TTS)。用户提到“会议纪要”“录音转文字”...
文档
Meeting Minutes Retriever
试用Read meeting minutes or notes from a local file path or URL, or inspect a local meeting-notes directory and report the file count plus file list. Use when th...
它能做什么
Read meeting minutes or notes from a local file path or URL, or inspect a local meeting-notes directory and report the file count plus file list. Use when th...
技能文档
Meeting Minutes Retriever
Use this skill to fetch raw meeting text first, then answer the user's question from that text. Use the directory lister when the user wants counts or file listings instead of reading one document body.
Trigger Rules
Use this skill when:
- The user asks about meeting notes, meeting minutes, meeting conclusions, decisions, action items, owners, blockers, or what was discussed.
- The user asks how many meeting-note files exist, which files exist, what the directory contains, or asks for a meeting-note file list.
- The answer depends on a meeting record stored in a local text file, a local directory, or a URL.
- The user refers to a Feishu document link as the source of the meeting content.
Do not use this skill when:
- The user already pasted the full meeting text into the chat and only wants summarization or Q and A on that pasted text.
- The request is general knowledge and does not depend on a meeting record.
- The user explicitly says not to open files or URLs.
Workflow
- Check the conversation for a meeting-notes location.
- Accept either:
- a local file path such as
D:\docs\meeting.txt - a local directory path such as
D:\docs\meetings - a URL such as
https://...
- a local file path such as
- If no location is available, stop and ask:
Please send the local file path, directory path, or Feishu link for the meeting notes. - Resolve skill resources relative to the skill directory that contains this
SKILL.md. - If the user asks for counts, directory contents, file totals, or file lists, use
scripts/list_meeting_files.py. - If the user asks about the contents of one meeting record, use
scripts/read_meeting_data.pyor the same logic to read the content into a single string. - If the script result starts with
ERROR:, show that error to the user and ask for a corrected path, directory, or URL. - If the directory listing succeeds, answer with the count and the file list.
- If the file read succeeds, read the full raw text and answer the original question from that source text.
Rules
- Do not parse, summarize, classify, or structure the document inside the reader tool.
- Do not assume file type from the extension. Just attempt to read it as text.
- Treat Feishu links as best-effort URLs only. Direct requests may fail for login-protected, permission-gated, or JavaScript-rendered Feishu pages.
- Keep the tool interface stable as
read_meeting_data(location). - Future Feishu API logic should be added inside the same reader function without changing its argument shape.
- Keep the directory tool interface stable as
list_meeting_files(location, recursive=False). - Prefer the directory tool for requests containing words such as
多少,几个,数量,列表,目录,有哪些文件,file count, orlist files.
Tool Contract
Implement a function named read_meeting_data(location) with this behavior:
- Local path:
- Resolve to an absolute path.
- Try multiple text encodings before failing.
- Return the file contents as a string.
- URL:
- Fetch with a basic timeout on a best-effort basis.
- Return the response text as a string.
- Errors:
- Return human-readable error strings starting with
ERROR:.
- Return human-readable error strings starting with
Implement a function named list_meeting_files(location, recursive=False) with this behavior:
- Local directory:
- Resolve to an absolute path.
- Detect the current OS and use an OS-appropriate system command first.
- Return a JSON string containing
directory,total_files, andfiles.
- File filtering:
- Count supported meeting-note files only:
.mdand.txt.
- Count supported meeting-note files only:
- Errors:
- Return human-readable error strings starting with
ERROR:.
- Return human-readable error strings starting with
Resource
- Reader script:
scripts/read_meeting_data.pyrelative to this skill directory - Directory lister script:
scripts/list_meeting_files.pyrelative to this skill directory
相关技能
通过 CLI 或 MCP,在 Linkly AI 索引的本地与云端文档中完成搜索、列出、读取与笔记。
用于构建和排查 SenseAudio 会议助手,覆盖实时会议转写、说话人区分、实时翻译、会议纪要生成、行动项提取与转录导出。Build and troubleshoot SenseAudio meeting assistants for live meeting transcription, speaker-aw...
将 PDF 和图片转换为 10 种文档或数据格式,并提供 OCR 与版面分析控制。
通过 xparse-cli 把 PDF、图片、Office、HTML、OFD 等文档转为结构化的 Markdown 或 JSON。
在本地 Markdown、Apple Notes、Bear、Obsidian、Notion、Evernote 之间捕获、整理与检索笔记。