Install
openclaw skills install @xiaocaijic/meeting-minutes-retrieverRead 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 the user asks about meetings, notes, minutes, conclusions, decisions, action items, what was discussed, or how many meeting-note files exist in a folder, and the content lives in a file, a directory, or a web document such as a Feishu link. If no path, directory, or URL is available in the conversation, ask the user for one before proceeding.
openclaw skills install @xiaocaijic/meeting-minutes-retrieverUse 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.
Use this skill when:
Do not use this skill when:
D:\docs\meeting.txtD:\docs\meetingshttps://...Please send the local file path, directory path, or Feishu link for the meeting notes.SKILL.md.scripts/list_meeting_files.py.scripts/read_meeting_data.py or the same logic to read the content into a single string.ERROR:, show that error to the user and ask for a corrected path, directory, or URL.read_meeting_data(location).list_meeting_files(location, recursive=False).多少, 几个, 数量, 列表, 目录, 有哪些文件, file count, or list files.Implement a function named read_meeting_data(location) with this behavior:
ERROR:.Implement a function named list_meeting_files(location, recursive=False) with this behavior:
directory, total_files, and files..md and .txt.ERROR:.scripts/read_meeting_data.py relative to this skill directoryscripts/list_meeting_files.py relative to this skill directory