ワンクリックで
cloud-scaleway
使用 scw CLI 操作 Scaleway。当用户提到 Scaleway、scw、Scaleway 云、Scaleway VPS 等时触发此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
使用 scw CLI 操作 Scaleway。当用户提到 Scaleway、scw、Scaleway 云、Scaleway VPS 等时触发此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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-scaleway |
| description | 使用 scw CLI 操作 Scaleway。当用户提到 Scaleway、scw、Scaleway 云、Scaleway VPS 等时触发此技能。 |
# macOS
brew install scaleway-cli
# Linux
curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/latest/download/scw-linux-x86_64"
chmod +x /usr/local/bin/scw
scw init
# 实例
scw instance server list
scw instance server create type=DEV1-S image=ubuntu_jammy name=my-server
scw instance server delete <server-id>
# 镜像
scw instance image list
# 存储
scw object bucket list
scw object bucket create my-bucket
# Kubernetes
scw k8s cluster list
scw k8s cluster create name=my-cluster version=1.27
# 数据库
scw rdb instance list