chore: auto release commit (2026-03-31 17:00:42)
All checks were successful
技能自动化发布 / release (push) Successful in 15s
All checks were successful
技能自动化发布 / release (push) Successful in 15s
This commit is contained in:
8
SKILL.md
8
SKILL.md
@@ -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>
|
||||
Reference in New Issue
Block a user