什么是 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