بنقرة واحدة
cloud-ucloud
使用 ucloud CLI 操作 UCloud 优刻得。当用户提到 UCloud、优刻得、UCloud 云、UCloud VPS 等时触发此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
使用 ucloud CLI 操作 UCloud 优刻得。当用户提到 UCloud、优刻得、UCloud 云、UCloud VPS 等时触发此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| 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
蚂蚁银行开户
香港卡办理
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'.