npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@meeting-ai/cli

v0.1.4

Published

Agent-friendly CLI for Meeting.ai — read meeting notes, search, upload, and manage meetings from the terminal.

Readme

meeting — CLI for Meeting.ai

Access your Meeting.ai meetings from the command line. Read meeting notes, search transcripts, pull key quotes, upload recordings, and send bots to live meetings — so you and your AI agents always know what happened.

Meeting.ai CLI

Install

npm install -g @meeting-ai/cli

Get Started

meeting                              # Welcome screen + recent meetings
meeting auth login                   # Log in with email OTP
meeting list                         # Browse your recent meetings
meeting read <id>                    # Read full meeting notes & action items

What You Can Do

📖 Read Meeting Notes & Transcripts

| Command | What it does | |---------|-------------| | meeting read <id> | Read notes, summary, speakers, and action items | | meeting read <url> --pin <pin> | Read a shared meeting (from a Meeting.ai link) | | meeting search <query> | Search across all your meetings | | meeting list | List recent meetings with IDs | | meeting transcript <id> | See speakers + AI-generated summary | | meeting transcript <id> --full | Full word-by-word transcript with speaker names | | meeting transcript <id> --search "query" | Find specific moments in a transcript |

🤖 Record Meetings & Upload Recordings

| Command | What it does | |---------|-------------| | meeting bot send --url <url> | Send a Meeting.ai bot to join a Google Meet, Zoom, or Teams call | | meeting bot send --url <url> --wait | Send bot and wait until notes are ready | | meeting upload recording.mp4 | Upload a local audio/video recording for transcription | | meeting upload <url> | Upload a recording from a URL |

👥 Contacts & Calendar

| Command | What it does | |---------|-------------| | meeting contacts list | Browse contacts you've met with | | meeting contacts list --search "name" | Find a specific contact | | meeting calendar events --upcoming | See your upcoming meetings |

🔑 Account

| Command | What it does | |---------|-------------| | meeting auth login | Log in with email OTP (supports 2FA) | | meeting auth whoami | Check who you're logged in as | | meeting update | Update to the latest version |

Built for AI Agents

This CLI is built to be a tool for AI agents — OpenClaw, Claude Code, Codex, or any AI agent that can run shell commands.

Agents can use the Meeting.ai CLI to:

  • Read meeting notes and answer questions about what was discussed
  • Pull key quotes and action items from any meeting
  • Search across meetings to find relevant context
  • Upload recordings and wait for transcription
  • Share meeting notes with a link + PIN
meeting help       # Full agent skill guide (SKILL.md format)
meeting schema     # Machine-readable command & parameter schemas

Run meeting help to get a ready-to-use agent skill definition that any AI agent can adopt.

How It Works

  1. Log inmeeting auth login sends a one-time code to your email
  2. Browsemeeting list shows your recent meetings with IDs
  3. Readmeeting read <id> pulls the full notes, speakers, summary, and action items
  4. Searchmeeting search "topic" finds meetings across notes and transcripts
  5. Share — Every meeting includes a share URL and PIN in the output

License

Proprietary — © 2026 Meeting.ai. All rights reserved.