← Back to Skills Marketplace
nexty5870

MeetGeek

by Shvz · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
2191
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install meetgeek
Description
Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action items, and search across all your calls with natural language.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meetgeek
  3. After installation, invoke the skill by name or use /meetgeek
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Added description and npm/GitHub links
v1.0.0
Initial release - CLI for MeetGeek meeting intelligence
Metadata
Slug meetgeek
Version 1.0.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is MeetGeek?

Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action items, and search across all your calls with natural language. It is an AI Agent Skill for Claude Code / OpenClaw, with 2191 downloads so far.

How do I install MeetGeek?

Run "/install meetgeek" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MeetGeek free?

Yes, MeetGeek is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MeetGeek support?

MeetGeek is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MeetGeek?

It is built and maintained by Shvz (@nexty5870); the current version is v1.0.1.

💬 Comments