chore: auto release commit (2026-03-31 18:37:04)
All checks were successful
技能自动化发布 / release (push) Successful in 20s

This commit is contained in:
2026-03-31 18:37:04 +08:00
parent 58dc81449d
commit ba1c21c0b6
3 changed files with 206 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
---
name: 账号管理
description: 多平台多账号管理。管理各平台账号与Chrome Profile的对应关系供publisher类Skill调用获取账号信息。
version: 1.0.2
version: 1.0.3
author: 深圳匠厂科技有限公司
metadata:
openclaw:
@@ -29,6 +29,16 @@ python3 {baseDir}/scripts/account.py add sohu
python3 {baseDir}/scripts/account.py add sohu 189xxxxxxxx
```
### 仅打开浏览器核对是否已登录(不写数据库)
```bash
python3 {baseDir}/scripts/account.py open <id>
```
### 登录并自动检测、写入数据库
```bash
python3 {baseDir}/scripts/account.py login <id>
```
### 列出某平台所有账号
```bash
python3 {baseDir}/scripts/account.py list <platform>