MeetGeek for Openclaw

A terminal-based interface to query MeetGeek for meeting summaries, transcripts, and searchable intelligence.

nexty5870
v1.0.1
Jan 7, 2026
1
3.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install meetgeek

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install meetgeek using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MeetGeek?

The MeetGeek skill for Openclaw Skills provides a robust command-line interface to interact with your meeting intelligence platform. It allows users to bridge the gap between recorded conversations and their development environment by surfacing AI-generated insights directly. By incorporating this into the Openclaw Skills framework, teams can automate the extraction of knowledge from their video calls and sync it with other productivity tools for a more efficient workflow.

MeetGeek Use Cases

  • Reviewing action items from the latest standup directly in your shell.
  • Searching for specific technical discussions across months of meeting history.
  • Archiving transcripts locally for reference in project documentation using Openclaw Skills.
  • Extracting meeting highlights to share in team communication channels.

How MeetGeek Works

  1. Install the CLI tool and authenticate using your unique MeetGeek Public API key.
  2. List recent meetings to find the specific UUID of the session you want to analyze.
  3. Request specific data types such as AI summaries, highlights, or full transcripts via CLI flags.
  4. Use the ask command to perform natural language searches across all meeting data via the Openclaw Skills interface.

MeetGeek Setup

To get started, install the CLI globally via npm:

npm install -g meetgeek-cli

Configure your authentication by running:

meetgeek auth

You will need to provide your API key, which is available in your MeetGeek dashboard under Integrations -> Public API Integration. This setup ensures your environment is ready for Openclaw Skills integration.

MeetGeek Data Schema & Taxonomy

The skill manages data through a local configuration file and standardized API responses:

Item Storage/Format
Config File ~/.config/meetgeek/config.json
Meeting ID UUID format (e.g., 81a6ab96-19e7-44f5-bd2b-594a91d2e44b)
Metadata Includes timestamps, speaker names, and keyword tags
Exports Raw text or markdown-formatted transcript files

MeetGeek Advanced Features

  • Global search capability across all recorded meetings using natural language query patterns.
  • Direct-to-file export for transcripts for easy integration with other documentation tools.
  • Interactive authentication management including key verification and clearing.
  • Support for detailed speaker identification and timestamping within transcripts via Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*