skills/smithery.ai/amp-team-usage

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
1
First Seen
Mar 28, 2026
amp-team-usage from smithery.ai