Memo CLI — AI skill for Claude Code
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
- Part 4 — Generate AGENTS.md And AI Agent Configuration Files — I'll help you create the instruction files that will guide your AI coding assistant to build your MVP 2.1k ★
- Guild — Shared context, memory, and task coordination across AI coding agents 311 ★
- CLI Anything Zotero — CLI server for Zotero 7/8/9 — let AI manage your library 129 ★
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.

`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
Related Skills
Memo MCP
Let ChatGPT, Claude, or any AI agent hear your meetings as they happen, so every task you hand off already has
Agents Can Communicate
Let your AI coding sessions talk to each other. Coordinate parallel work, exchange reviews, and hand off unfin
Herdr Lcars
Command up to 2,000 Herdr AI agents from one LCARS bridge, track Claude/Codex quota per account, and hand off
Useagent
Hand off the work. Get back the result. The open-source AI coworker for your team: agents with their own cloud
Humanize Pro
Claude skill that goes past word-list humanizers: strips the full catalog of AI tells, refits the text to its
PR Review Relay
Hand a PR off to your other AI coding agents (Claude/Codex/Cursor) for automated, free, local cross-review
Related Agents
Hydra Task Steward
Create, checkpoint, hand off, or complete a Hydra task record. Use when work needs persisted state, a handoff,
Devin Runner
Use when the main Claude thread should hand a substantial coding task to the Devin CLI executor through the sh
ChatGPT Reviewer
Use when the main thread wants a second opinion on a change from ChatGPT without spending its own context read