chore: auto release commit (2026-03-31 17:00:42)
All checks were successful
技能自动化发布 / release (push) Successful in 15s

This commit is contained in:
2026-03-31 17:00:42 +08:00
parent 469b9c8bc7
commit ae1da709ef
3 changed files with 366 additions and 121 deletions

View File

@@ -1,7 +1,7 @@
---
name: 账号管理
description: 多平台多账号管理。管理各平台账号与Chrome Profile的对应关系供publisher类Skill调用获取账号信息。
version: 1.0.1
version: 1.0.2
author: 深圳匠厂科技有限公司
metadata:
openclaw:
@@ -23,6 +23,12 @@ allowed-tools:
## 执行步骤
### 添加账号仅需平台可选手机号ID 数据库自增名称自动生成如「搜狐1号」
```bash
python3 {baseDir}/scripts/account.py add sohu
python3 {baseDir}/scripts/account.py add sohu 189xxxxxxxx
```
### 列出某平台所有账号
```bash
python3 {baseDir}/scripts/account.py list <platform>