meetgeek
Query MeetGeek meeting intelligence from CLI - list meetings, get AI summaries, transcripts, action items, and search across all your calls with natural language.
Why use this skill?
Boost productivity with the MeetGeek CLI skill. Retrieve meeting summaries, action items, and AI-powered transcripts directly from your terminal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nexty5870/meetgeekWhat This Skill Does
The meetgeek skill provides a powerful CLI interface for interacting with your MeetGeek meeting intelligence platform directly from your terminal. It bridges the gap between your remote meetings and your workflow by allowing you to query AI-generated insights without switching contexts. Whether you need to retrieve a comprehensive meeting summary, pull full transcripts for documentation, extract action items, or perform semantic searches across your call history, this skill handles the heavy lifting through the MeetGeek API. It is designed for professionals who live in the terminal and want to maintain velocity while keeping track of their team's commitments and meeting outcomes.
Installation
To get started, ensure you have Node.js installed on your system. You can install the skill globally using npm:
npm install -g meetgeek-cli
Once installed, you must authenticate the CLI by running the following command and following the interactive prompts to input your API key obtained from the MeetGeek integration dashboard:
meetgeek auth
Use Cases
- Automated Reporting: Quickly export action items from your weekly syncs to populate your project management tools.
- Knowledge Retrieval: Use the natural language search capability to find specific decisions made in past client calls without manually re-reading hours of recordings.
- Reference Archiving: Save official transcripts to your local project folders for compliance or long-term record-keeping.
- Quick Summarization: Generate instant AI recaps before a follow-up email, ensuring you never miss a critical discussion point.
Example Prompts
- "List my last 5 meetings and show me the action items for the one regarding the budget sync."
- "Search through all my recent calls to see if we ever discussed the server migration timeline."
- "Save the full transcript of meeting 81a6ab96 to my current directory for later analysis."
Tips & Limitations
- Meeting IDs: The list command truncates IDs for brevity, but always ensure you use the full UUID when running commands like show, transcript, or summary.
- Search Precision: The 'ask' command relies on the underlying LLM processing of the transcript. Use descriptive natural language for better results.
- Data Privacy: Be mindful that transcripts and meeting data are retrieved via the MeetGeek API; ensure you are on a secure network when fetching sensitive business information.
- Configuration: You can manage your authentication status using
meetgeek auth --showor clear your session entirely withmeetgeek auth --clearif you need to switch accounts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nexty5870-meetgeek": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, external-api