← 返回 Skills 市场
2191
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install meetgeek
功能描述
Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action items, and search across all your calls with natural language.
安全使用建议
This skill is a thin wrapper and documentation for the community meetgeek-cli tool; it appears coherent with that purpose. Before installing: 1) Verify the meetgeek-cli package and its GitHub repo (https://github.com/nexty5870/meetgeek-cli and the npm page) to ensure you trust the publisher and review recent changes. 2) Ensure Node/npm (and optionally nvm) are installed — the wrapper expects ~/.nvm/nvm.sh and Node 22. 3) Be aware the MeetGeek API key will be stored in ~/.config/meetgeek/config.json — inspect that file and set restrictive permissions (chmod 600). 4) If you allow autonomous agent invocation, remember the agent could run the CLI and use any stored API key; consider limiting autonomous access or reviewing logs. 5) If you need higher assurance, run the CLI in a controlled environment (container or VM) and audit network activity when first authenticating.
功能分析
Type: OpenClaw Skill
Name: meetgeek
Version: 1.0.1
The skill bundle is benign, providing a wrapper script and documentation for the `meetgeek-cli` tool. It instructs the agent to install the tool via `npm install -g meetgeek-cli` and then use it, ensuring a specific Node.js version with `nvm use 22`. All commands and instructions in `SKILL.md` are directly aligned with the stated purpose of querying MeetGeek meeting intelligence, including handling API keys and exporting transcripts to files. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided files. The potential risk lies solely with the external `meetgeek-cli` npm package itself, which is outside the scope of this skill bundle's analysis.
能力评估
Purpose & Capability
The SKILL.md describes CLI usage of the meetgeek-cli tool (list, summary, transcript, search) which matches the skill name and description. However, the skill metadata declares no runtime dependencies while the instructions require Node (npm) and the tool meetgeek-cli; this metadata omission is inconsistent but not malicious.
Instruction Scope
Instructions are narrowly scoped to installing meetgeek-cli, running its commands, and using its interactive auth flow. They reference storing an API key in ~/.config/meetgeek/config.json and optionally saving transcripts to user-specified files — both expected for a CLI. No unexpected data exfiltration or external endpoints beyond the official CLI are referenced.
Install Mechanism
There is no install spec in the skill bundle (instruction-only). The SKILL.md directs the user to run 'npm install -g meetgeek-cli' which pulls code from the public npm registry — a normal approach but higher risk than pure instruction-only because it installs third-party code at runtime. The bundle itself does not download arbitrary URLs or include extract steps.
Credentials
The skill declares no required environment variables or primary credential, yet the CLI requires an API key which the SKILL.md says is stored at ~/.config/meetgeek/config.json via 'meetgeek auth'. The absence of a declared primary credential or a required config path in the metadata is an omission to be aware of; the credential request is proportionate to the skill's purpose but is stored locally (check file permissions).
Persistence & Privilege
The skill does not request always:true and does not declare system-wide changes. It includes a small wrapper (meetgeek.sh) that sources ~/.nvm/nvm.sh and switches to Node 22 before exec'ing the meetgeek binary; this is limited to ensuring the right node version and does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meetgeek - 安装完成后,直接呼叫该 Skill 的名称或使用
/meetgeek触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added description and npm/GitHub links
v1.0.0
Initial release - CLI for MeetGeek meeting intelligence
元数据
常见问题
MeetGeek 是什么?
Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action items, and search across all your calls with natural language. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2191 次。
如何安装 MeetGeek?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meetgeek」即可一键安装,无需额外配置。
MeetGeek 是免费的吗?
是的,MeetGeek 完全免费(开源免费),可自由下载、安装和使用。
MeetGeek 支持哪些平台?
MeetGeek 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MeetGeek?
由 Shvz(@nexty5870)开发并维护,当前版本 v1.0.1。
推荐 Skills