Loading...
Loading...
网页登录态管理。定期检查各平台 Playwright 登录状态,过期自动告警。支持动态添加/删除平台。
npx skill4agent add aaaaqwq/claude-code-skills auth-manager~/.playwright-data/<platform>/ # Playwright 浏览器 profile
~/.openclaw/auth-platforms.json # 平台配置(动态)
~/.openclaw/auth-session-state.json # 检查结果状态
~/clawd/scripts/auth_session_manager.py # 检查脚本~/.openclaw/auth-platforms.json{
"platforms": {
"platform_id": {
"name": "显示名称",
"profile_dir": "~/.playwright-data/platform_id",
"check_url": "https://example.com/dashboard",
"login_url": "https://example.com/login",
"logged_in_indicators": [".user-info", ".dashboard", "[class*='avatar']"],
"login_page_indicators": ["input[type='password']", ".login-form"],
"enabled": true
}
}
}python3 ~/clawd/scripts/auth_session_manager.py --add <id> --name "名称" --check-url "URL" --login-url "URL"python3 ~/clawd/scripts/auth_session_manager.py --login <id>python3 ~/clawd/scripts/auth_session_manager.py --check --platform <id>python3 ~/clawd/scripts/auth_session_manager.py --remove <id>python3 ~/clawd/scripts/auth_session_manager.py --checkpython3 ~/clawd/scripts/auth_session_manager.py --list1f2eb5a5-5c2e-4556-b006-e29325f41609