一键导入
cloud-ksyun
使用 ksyun CLI 操作金山云。当用户提到金山云、KSYUN、KS3、金山云VPS 等时触发此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
使用 ksyun CLI 操作金山云。当用户提到金山云、KSYUN、KS3、金山云VPS 等时触发此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cloud-ksyun |
| description | 使用 ksyun CLI 操作金山云。当用户提到金山云、KSYUN、KS3、金山云VPS 等时触发此技能。 |
pip install ks3client
# 或下载官方 CLI
export KSYUN_ACCESS_KEY="your_access_key"
export KSYUN_SECRET_KEY="your_secret_key"
# 云服务器 KE
ksyun kec describe-instances
ksyun kec run-instances --image-id xxx --instance-type S1.SMALL1
ksyun kec terminate-instances --instance-id xxx
# 对象存储 KS3
ksyun ks3 ls
ksyun ks3 mb s3://my-bucket
ksyun ks3 cp local-file s3://bucket/key
# 负载均衡
ksyun slb describe-loadbalancers
# 云数据库
ksyun kdb describe-db-instances
# VPC
ksyun vpc describe-vpcs
蚂蚁银行开户
香港卡办理
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'.