← 返回 Skills 市场
cp3d1455926-svg

Meeting Assistant

作者 cp3d1455926-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-assistant-cp3d
功能描述
从会议录音或文字生成纪要,提取关键决策和待办事项,支持会议安排和提醒通知管理。
安全使用建议
What to consider before installing: - Storage path mismatch: SKILL.md says data will be stored under ~/.openclaw/workspace/meeting-assistant/meetings.json, but the code writes to the skill's directory (Path(__file__).parent). Ask the author to confirm the intended storage location and prefer a user-controlled workspace path (or an explicit prompt) so personal data isn't kept in an unexpected place. - Reminders / calendar integration: SKILL.md mentions reminders/timed tasks and calendar integration, but the visible code doesn't implement external calendar APIs or notification delivery. If you need calendar sync or notifications, request details about which APIs/endpoints will be used and what credentials (if any) are required. - Data persistence: The code will create or update local JSON files (meetings.json and tasks.json) in the package directory. If you install in a shared or system-controlled location, data may be stored there. Consider running the skill in a sandbox or checking file writes first. - Verify full source: The repository file was truncated in the provided bundle; review the remaining code to ensure there are no network calls, hidden endpoints, or subprocess calls. Ask for a complete listing or run a static check locally. - Author and provenance: The skill has no homepage and the source is unknown. That reduces trust; prefer skills with identifiable authors or official repos. If you proceed, test with non-sensitive dummy data first. - Security posture: Because no external credentials or network access are declared, immediate exfiltration risk appears low from the visible code, but the storage-path inconsistency and incomplete feature implementation are red flags for sloppy or unfinished code. If you need calendar/notification features, require explicit permission prompts and clear documentation of endpoints before granting credentials.
功能分析
Type: OpenClaw Skill Name: meeting-assistant-cp3d Version: 1.0.0 The skill bundle provides standard meeting management functionality, including minutes generation, task extraction, and scheduling. The Python code (meeting_assistant.py) implements basic CRUD operations using local JSON files for storage and regex-based text parsing, with no evidence of network activity, unauthorized file access, or malicious execution patterns.
能力评估
Purpose & Capability
Name/description match the code's functions (minutes generation, action-item extraction, templates, simple scheduling queries). The skill does not request credentials or binaries, which is appropriate for its stated offline functionality. However, SKILL.md documents storing data under ~/.openclaw/workspace/meeting-assistant/meetings.json, while the code persists data relative to the skill package (Path(__file__).parent). This mismatch could surprise users about where their data is saved.
Instruction Scope
SKILL.md lists file read/write and timed tasks (reminders) and mentions calendar integration as a planned feature; the provided code reads/writes local JSON and implements parsing, templates, listing and basic scheduling queries, but I found no implementation of external calendar API calls or reminder delivery in the visible code. The SKILL.md and code disagree about the storage path and about reminder/calendar behavior, which is scope creep or incomplete implementation rather than malicious behavior.
Install Mechanism
There is no install specification (instruction-only at registry level) and no network-based installer. The skill includes a Python file and local JSON; nothing is downloaded or extracted at install time — low install risk.
Credentials
The skill declares no required environment variables or credentials and the code does not reference external secrets in the visible portions. It only reads/writes JSON files in its directory. This is proportionate to an offline meeting assistant. Note: TASKS_FILE is declared but tasks.json is not present in the bundle and would be created in the same directory.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or system-wide settings. It will persist data locally (within the skill directory by code) but does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meeting-assistant-cp3d
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meeting-assistant-cp3d 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Meeting Assistant. - Automatically generates meeting summaries from recordings or text. - Extracts action items, assigns owners, and sets deadlines. - Schedules meetings, coordinates times, reserves rooms, and sends reminders. - Offers ready-to-use templates for various meeting types. - Stores meeting data locally for easy reference.
元数据
Slug meeting-assistant-cp3d
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Meeting Assistant 是什么?

从会议录音或文字生成纪要,提取关键决策和待办事项,支持会议安排和提醒通知管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Meeting Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-assistant-cp3d」即可一键安装,无需额外配置。

Meeting Assistant 是免费的吗?

是的,Meeting Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Meeting Assistant 支持哪些平台?

Meeting Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Meeting Assistant?

由 cp3d1455926-svg(@cp3d1455926-svg)开发并维护,当前版本 v1.0.0。

💬 留言讨论