원클릭으로
cloud-vultr
仅使用 Vultr CLI(vultr-cli)操作 Vultr 云。Agent 直接执行 vultr-cli 命令(无需脚本)。仅在用户提到 Vultr、VPS、实例、对象存储等时激活。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
仅使用 Vultr CLI(vultr-cli)操作 Vultr 云。Agent 直接执行 vultr-cli 命令(无需脚本)。仅在用户提到 Vultr、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-vultr |
| description | 仅使用 Vultr CLI(vultr-cli)操作 Vultr 云。Agent 直接执行 vultr-cli 命令(无需脚本)。仅在用户提到 Vultr、VPS、实例、对象存储等时激活。 |
用户提到 “Vultr”、“VPS”、“实例”、“服务器”、“Cloud Compute”、“对象存储”等关键词时立即激活。
vultr-cli ... 命令(系统内置 shell)。--output json(结构化)或 table(如果支持)。vultr-cli account get用户:列出我的所有 Vultr 实例
Agent:直接执行 vultr-cli instance list --output json 并展示结果
用户:创建一个 VPS
Agent:即将执行:vultr-cli instance create --region nrt --plan vc2-1c-2gb --os 387
确认要执行这条命令吗?(yes/no)
vultr-cli account getvultr-cli instance listvultr-cli instance create --region xxx --plan xxx --os xxxvultr-cli object-storage listexport VULTR_API_KEY=你的密钥export VULTR_API_KEY=xxx 或运行 vultr-cli account get 测试。