amp-team-usage とは?
アンプチームの使用法 ソース: plurigrid/asi。
アンプチームの使用法
コマンドラインで amp-team-usage AI スキルを開発環境にすばやくインストール
ソース: plurigrid/asi。
Check concurrent users and team members on an Amp account.
Amp CLI has no direct command for viewing team/workspace members or concurrent sessions. The web dashboard requires manual login.
| Local sessions | ps aux \| grep 'amp.main.js' \| grep -v grep \| wc -l | | Org members | gh api orgs/ORG/members \| jq '.[].login' | | Member count | gh api graphql -f query='{organization(login:"ORG"){membersWithRole{totalCount}}}' |
アンプチームの使用法 ソース: plurigrid/asi。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/plurigrid/asi --skill amp-team-usageアンプチームの使用法 ソース: plurigrid/asi。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/plurigrid/asi --skill amp-team-usage インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/plurigrid/asi