meeting-ai

Memo CLI — AI skill for Claude Code

AI community

Let ChatGPT, Claude, or any AI agent hear your meetings as they happen, so every task you hand off already has the full context.

How to install Memo CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open meeting-ai/memo-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Memo CLI does

Let ChatGPT, Claude, or any AI agent hear your meetings as they happen, so every task you hand off already has the full context.

Alternatives in AI

README

memo

Let ChatGPT, Claude, or any AI agent hear your meetings as they happen, so every task you hand off already has the full context.

![The Meeting.ai notetaker on a desk between ChatGPT and Claude](assets/banner.webp)

`memo` is the Meeting.ai command line. One binary that lets you, or the AI agent working for you, list and search your meetings, read notes and transcripts, record a call, manage contacts and Drive files, and export or share, all from a terminal. Every command prints JSON, never prompts, and returns a meaningful exit code, so it is as comfortable in a script or an agent loop as it is in your hands.

Meeting.ai is the AI that works before, during, and after your meeting. It prepares decks and research before, records and writes the notes during, and turns what was actually said into minutes, documents, spreadsheets, follow-up decks, audio briefs, and Visual Notes after.

Install

Platform Architecture Archive
macOS Apple Silicon (arm64) memo__darwin_arm64.tar.gz
macOS Intel (amd64) memo__darwin_amd64.tar.gz
Linux arm64 memo__linux_arm64.tar.gz
Linux amd64 memo__linux_amd64.tar.gz

One line installs the right one:

curl -fsSL https://raw.githubusercontent.com/meeting-ai/memo-cli/main/install.sh | bash

The installer detects your platform, downloads the matching archive from the [latest release](https://github.com/meeting-ai/memo-cli/releases/latest), verifies its SHA-256 checksum, installs `memo` to `~/.local/bin`, adds that folder to your `PATH` if needed, and installs the agent skill file. Set `MEMO_VERSION=v0.13.0` to pin a version or `MEMO_INSTALL_DIR=/usr/local/bin` to change the location. Read [install.sh](install.sh) first if you like to know what a script does before piping it to your shell.

Prefer to do it by hand? Download the archive for your platform and `checksums.txt` from the release, check the sum, extract, and put `memo