ワンクリックで
geelark-tag
GeeLark tag management: list, create, update, and delete cloud phone tags. Use when managing tags for organizing cloud phones.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
GeeLark tag management: list, create, update, and delete cloud phone tags. Use when managing tags for organizing 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.
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.
| name | geelark-tag |
| version | 1.0.0 |
| description | GeeLark tag management: list, create, update, and delete cloud phone tags. Use when managing tags for organizing cloud phones. |
| metadata | {"requires":{"bins":["geelark-cli"]},"cliHelp":"geelark-cli tag --help"} |
CRITICAL — MUST read ../geelark-shared/SKILL.md first for authentication and configuration handling.
geelark-cli tag <command> [flags]
| Command | Description | Batch |
|---|---|---|
list | List tags | — |
create | Batch create tags | ✅ |
simple-create | Quick create a single tag | ❌ |
update | Batch update tags | ✅ |
simple-update | Quick update a single tag | ❌ |
delete | Delete tags | ✅ |
| Want to | Command |
|---|---|
| View all tags | list |
| Create a tag | simple-create (recommended) or create (batch) |
| Modify tag name/color | simple-update (recommended) or update (batch) |
| Delete tags | delete |
# List tags
geelark-cli tag list --page 1 --page-size 50
# Create a tag
geelark-cli tag simple-create --name "marketing" --color red
# Update a tag
geelark-cli tag simple-update --id "tag_id" --name "sales" --color blue
# Delete tags
geelark-cli tag delete --ids "id1,id2"
43021white (default), red, blue, green, yellow, purplecreate / update support batch; responses include successDetails and failDetails| Code | Description |
|---|---|
| 43020 | Tag name is empty |
| 43021 | Tag name already exists |
| 43022 | Tag does not exist |
| 43023 | Tag color not supported |
| 43024 | Tag name not found (on query) |
Full error codes: https://open.geelark.com/api/cloud-phone-error-codes