amp-team-usage

Installation
SKILL.md

Amp Team Usage

Check concurrent users and team members on an Amp account.

Problem

Amp CLI has no direct command for viewing team/workspace members or concurrent sessions. The web dashboard requires manual login.

Solution

1. Local Concurrent Sessions

Count running Amp processes on the local machine:

ps aux | grep -E 'amp.*dist/main.js' | grep -v grep | wc -l

Detailed view:

Installs
6
Repository
plurigrid/asi
GitHub Stars
28
First Seen
Feb 6, 2026
amp-team-usage — plurigrid/asi