一键导入
geelark-group
GeeLark group management: query, create, update, and delete cloud phone groups. Use when managing cloud phone groups or organizing phones by group.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GeeLark group management: query, create, update, and delete cloud phone groups. Use when managing cloud phone groups or organizing phones by group.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GeeLark cloud phone management: list, create, start, stop, delete, update, clone, screenshot, GPS, shell, ADB, file, library, app, analytics, webhook, OEM, automation, and more.
GeeLark browser management: list, create, start, stop, delete, edit, clone, clear cache, cookies, bookmarks, kernels, transfer, move group, automation tasks, and more.
GeeLark billing management: query balance, transaction details, plan info, upgrade/renew plans, and buy time add-ons. Use when managing account billing and subscriptions.
GeeLark proxy management: list, add, update, delete, and check proxies. Use when managing proxy configurations for cloud phones.
Use when first setting up geelark-cli, running config init, verifying authentication, or handling API errors.
GeeLark tag management: list, create, update, and delete cloud phone tags. Use when managing tags for organizing cloud phones.
| name | geelark-group |
| version | 1.0.0 |
| description | GeeLark group management: query, create, update, and delete cloud phone groups. Use when managing cloud phone groups or organizing phones by group. |
| metadata | {"requires":{"bins":["geelark-cli"]},"cliHelp":"geelark-cli group --help"} |
CRITICAL — MUST read ../geelark-shared/SKILL.md first for authentication and configuration handling.
geelark-cli group <command> [flags]
| Command | Description | Batch |
|---|---|---|
list | Query group list | — |
create | Batch create groups | ✅ |
simple-create | Quick create a single group | ❌ |
update | Batch update groups | ✅ |
simple-update | Quick update a single group | ❌ |
delete | Delete groups | ✅ |
| Want to | Command |
|---|---|
| View all groups | list |
| Create a group | simple-create (recommended) or create (batch) |
| Modify group name/remark | simple-update (recommended) or update (batch) |
| Delete a group | delete |
# View all groups
geelark-cli group list --page 1 --page-size 50
# Create a group
geelark-cli group simple-create --name "marketing" --remark "Marketing team phones"
# Modify group name
geelark-cli group simple-update --id "528995439832269824" --name "marketing-v2"
# Delete a group
geelark-cli group delete --ids "528995439832269824"
43031 (group name already exists)43035create / update support batch; responses include successDetails and failDetails — partial failures do not affect other items| Code | Description |
|---|---|
| 43030 | Group name is empty |
| 43031 | Group name already exists |
| 43032 | Group not found |
| 43033 | Group name not found (on query) |
| 43034 | Group remark not found (on query) |
| 43035 | Cannot operate on "Ungrouped" |
Full error codes: https://open.geelark.com/api/cloud-phone-error-codes
geelark-cli phone move-groupgeelark-phone