← 返回 Skills 市场
claudiodrusus

Meeting Notes Summarizer

作者 claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
592
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install shelly-meeting-summarizer
功能描述
Generates concise meeting summaries highlighting key decisions, action items with owners, follow-up dates, and a brief 3-sentence overview.
安全使用建议
This skill appears to do what it says: it sends the meeting transcript you pipe in to the Anthropic API and returns a markdown summary. Before installing or running it: 1) be aware the entire transcript is sent to api.anthropic.com — do not forward sensitive or confidential meeting content unless you trust Anthropic and accept their data-handling and billing policies; 2) the registry metadata omitted required runtime items — SKILL.md and the script require ANTHROPIC_API_KEY and the script calls python3 in addition to bash and curl, so ensure those are available and the required env var is set; 3) the skill's source/homepage is unknown — prefer running the provided summarize.sh in a controlled environment (container or isolated VM) and inspect the script yourself; 4) ask the publisher to update the registry entry to declare the ANTHROPIC_API_KEY and python3 requirement and to provide a homepage or source repo for transparency. These mismatches explain the 'suspicious' rating even though the code itself is not overtly malicious.
功能分析
Type: OpenClaw Skill Name: shelly-meeting-summarizer Version: 1.0.0 The skill bundle is benign. The `summarize.sh` script securely handles user input by using `python3 -c 'import sys,json; print(json.dumps(sys.stdin.read()))'` to properly JSON-escape the transcript before sending it to the Anthropic API. This prevents shell and JSON injection vulnerabilities. The script's purpose is clearly defined as summarizing meeting transcripts using an LLM, and it makes a legitimate API call to `api.anthropic.com` using an environment variable for the API key. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent in `SKILL.md`.
能力评估
Purpose & Capability
The script implements a meeting-transcript -> structured summary flow using the Anthropic API, which is coherent with the skill's name and description. However the registry metadata declares no required env vars or binaries while the SKILL.md and script require ANTHROPIC_API_KEY, bash, curl and use python3 — a metadata/instruction mismatch.
Instruction Scope
Runtime instructions and the script are narrowly scoped: they read stdin, forward the transcript to api.anthropic.com, and print the returned markdown. The script does not read other files, system credentials, or call unrelated endpoints.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). Nothing is downloaded or installed by the skill itself.
Credentials
The only required secret at runtime is an ANTHROPIC_API_KEY, which is proportionate to calling Anthropics. However the registry metadata fails to declare this primary credential, and the script also requires python3 (not listed in SKILL.md requirements), creating an information mismatch that could confuse users about what is needed and where secrets are used.
Persistence & Privilege
always:false and no special persistence or system-wide configuration changes. The script does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shelly-meeting-summarizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shelly-meeting-summarizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Easily convert meeting transcripts into actionable summaries. - Extracts key decisions, action items with owners, and follow-up dates from transcripts. - Provides a concise 3-sentence summary of each meeting. - Outputs structured results in Markdown format. - Supports input via file, clipboard, or inline text. - Requires Bash 4+, curl, and ANTHROPIC_API_KEY.
元数据
Slug shelly-meeting-summarizer
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Meeting Notes Summarizer 是什么?

Generates concise meeting summaries highlighting key decisions, action items with owners, follow-up dates, and a brief 3-sentence overview. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 592 次。

如何安装 Meeting Notes Summarizer?

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

Meeting Notes Summarizer 是免费的吗?

是的,Meeting Notes Summarizer 完全免费(开源免费),可自由下载、安装和使用。

Meeting Notes Summarizer 支持哪些平台?

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

谁开发了 Meeting Notes Summarizer?

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

💬 留言讨论