con un clic
cloud-ucloud
使用 ucloud CLI 操作 UCloud 优刻得。当用户提到 UCloud、优刻得、UCloud 云、UCloud VPS 等时触发此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
使用 ucloud CLI 操作 UCloud 优刻得。当用户提到 UCloud、优刻得、UCloud 云、UCloud VPS 等时触发此技能。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
蚂蚁银行开户
香港卡办理
A brief description of what this skill does
A brief description of what this skill does
look up and explain llm api pricing across models.dev, openrouter, and official provider pages. use when the user asks for model prices, input/output token costs, cached-token costs, openrouter aliases such as :free, provider-specific pricing, official versus third-party prices, or wants to verify an api call cost log.
Analyze Claude Code features and capabilities to uncover advanced usage patterns, best practices, and real-world application scenarios. Use this skill whenever the user mentions a Claude Code feature (like Streaming Tool Execution, Hooks, MCP, Skills, Subagents, Context Management, Permission Modes, etc.) and wants to know how to leverage it effectively — including advanced tips, workflow optimizations, creative use cases, and pitfalls to avoid. Also trigger when the user pastes a feature description or asks 'how to use X better in Claude Code', even without explicitly saying 'analyze'.
| name | cloud-ucloud |
| description | 使用 ucloud CLI 操作 UCloud 优刻得。当用户提到 UCloud、优刻得、UCloud 云、UCloud VPS 等时触发此技能。 |
# macOS/Linux
curl -fsSL https://github.com/ucloud/ucloud-cli/releases/latest/download/ucloud-cli-linux-amd64.tar.gz | tar -xz
mv ucloud /usr/local/bin/
ucloud config init
# 输入公钥、私钥(从 https://console.ucloud.cn 获取)
# 云主机
ucloud uhost list
ucloud uhost create --name my-host --cpu 2 --memory 4 --image-id uimage-xxx
ucloud uhost delete <uhost-id>
# 镜像
ucloud image list
# 存储
ucloud ulb list # 负载均衡
ucloud ufile bucket list # 对象存储
# 网络
ucloud vpc list
ucloud subnet list
# 数据库
ucloud udb list