会议记录助手

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: meeting-notes-oc Version: 1.0.0 The skill bundle contains only metadata and documentation for a meeting notes assistant. There is no executable code, and the instructions in SKILL.md are consistent with the stated purpose of recording meetings and tracking action items using local JSON storage (meetings.json, action-items.json).

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Meeting notes and action items may persist and be reused in later searches or summaries, so private or inaccurate content could resurface.

Why it was flagged

The skill declares persistent storage for meeting records and action items, which supports later history search but can retain sensitive meeting content.

Skill content
## 数据存储
- meetings.json - 会议记录
- action-items.json - 待办事项
Recommendation

Only store meeting information you intend to keep, avoid including secrets or credentials in notes, and periodically review or delete the stored JSON files if they are no longer needed.