popo-auto-login
SKILL.md
POPO 登录态获取
何时调用
访问 docs.popo.netease.com 相关 URL 遇到登录跳转或 API 返回 401/403 时调用。
首次配置
Agent 先自动安装依赖(用户无需手动操作):
pip install -r $SKILLS_ROOT/popo-auto-login/requirements.txt
playwright install chromium
依赖就绪后,提示用户在终端手动执行(仅需一次):
cd <用户的工作目录>