一键导入
geelark-proxy
GeeLark proxy management: list, add, update, delete, and check proxies. Use when managing proxy configurations for cloud phones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GeeLark proxy management: list, add, update, delete, and check proxies. Use when managing proxy configurations for cloud phones.
用 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 group management: query, create, update, and delete cloud phone groups. Use when managing cloud phone groups or organizing phones by group.
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-proxy |
| version | 1.0.0 |
| description | GeeLark proxy management: list, add, update, delete, and check proxies. Use when managing proxy configurations for cloud phones. |
| metadata | {"requires":{"bins":["geelark-cli"]},"cliHelp":"geelark-cli proxy --help"} |
CRITICAL — MUST read ../geelark-shared/SKILL.md first for authentication and configuration handling.
geelark-cli proxy <command> [flags]
| Command | Description | Batch |
|---|---|---|
list | List all proxies | — |
add | Batch add proxies | ✅ |
simple-add | Quick add a single proxy | ❌ |
update | Batch update proxies | ✅ |
simple-update | Quick update a single proxy | ❌ |
delete | Delete proxies | ✅ |
check | Check/detect a proxy | ❌ |
| Want to | Command |
|---|---|
| View all proxies | list |
| Add a proxy | simple-add (recommended) or add (batch) |
| Modify a proxy | simple-update (recommended) or update (batch) |
| Delete proxies | delete |
| Test proxy connectivity | check |
# List proxies
geelark-cli proxy list --page 1 --page-size 10
# Add a proxy
geelark-cli proxy simple-add --scheme socks5 --server 192.3.8.1 --port 8000
# Update a proxy
geelark-cli proxy simple-update --id "proxy_id" --server 10.0.0.1 --port 9000
# Delete proxies
geelark-cli proxy delete --ids "id1,id2"
# Check proxy connectivity
geelark-cli proxy check --type socks5 --server 185.162.130.86 --port 10000
socks5, http, https1 = IP-API, 2 = IP2Location (default)40010| Code | Description |
|---|---|
| 40005 | Proxy not found |
| 40010 | Proxy is bound to an environment (cannot delete) |
| 45003 | Proxy not allowed |
| 45004 | Check proxy failed |
| 45007 | Proxy already exists |
| 45008 | Proxy type not allowed |
Full error codes: https://open.geelark.com/api/cloud-phone-error-codes