diff --git a/SKILL.md b/SKILL.md index c02bedc..c5c499f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -6,6 +6,10 @@ author: 深圳匠厂科技有限公司 metadata: openclaw: emoji: "👤" + category: "通用" + skill_type: 1 + monthly_price: 0 + yearly_price: 0 allowed-tools: - bash --- @@ -23,32 +27,4 @@ allowed-tools: ### 列出某平台所有账号 ```bash -python3 {baseDir}/scripts/account.py list -``` - -### 获取某个账号详情 -```bash -python3 {baseDir}/scripts/account.py get -``` - -### 初始化账号登录(首次使用,打开浏览器手动登录) -```bash -python3 {baseDir}/scripts/account.py login -``` - -## 输出格式 - -- list:逐行返回账号ID和名称 -- get:返回账号完整信息 -- login:打开浏览器后提示用户手动完成登录 - -## 错误处理 - -- 账号不存在:提示"未找到该账号,请检查账号ID是否正确" -- 平台无账号:提示"该平台暂无账号,请先在accounts.json中添加" - -## 注意事项 - -- 账号档案存储在 `accounts.json`,新增账号需手动编辑该文件 -- Chrome Profile目录首次登录后自动创建,登录态永久保存 -- 每个账号只需初始化登录一次 \ No newline at end of file +python3 {baseDir}/scripts/account.py list \ No newline at end of file