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: