会议纪要整理工作流:汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。
66
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill instructs collecting note/minute/doc tokens and then embedding those token values verbatim into subsequent CLI commands (e.g., --minute-tokens, --note-id, and JSON doc_token), which requires the LLM/agent to handle and output sensitive tokens directly, creating exfiltration risk.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Workflow reads outsider-authored free text at runtime by searching a user-provided time range to fetch meeting lists, then retrieving note/transcript document content (via note+detail/note+transcript/minutes+detail) from the tenant sources selected by the workflow.
ceace6d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.