仅使用 Vultr CLI(vultr-cli)操作 Vultr 云。Agent 直接执行 vultr-cli 命令(无需脚本)。仅在用户提到 Vultr、VPS、实例、对象存储等时激活。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Scoheart/agentskills --skill cloud-vultr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cloud Vultr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/scoheart-cloud-vultr)More formats (shields.io, HTML) on the badges page.
---
name: cloud-vultr
description: 仅使用 Vultr CLI(vultr-cli)操作 Vultr 云。Agent 直接执行 vultr-cli 命令(无需脚本)。仅在用户提到 Vultr、VPS、实例、对象存储等时激活。
---
# Vultr Cloud Operator Skill(极简纯 Vultr CLI)
## 前置安装
- 安装cli工具,brew install vultr
- 配置Key,echo "api-key: xxx" > ~/.vultr-cli.yaml
## 激活条件
用户提到 “Vultr”、“VPS”、“实例”、“服务器”、“Cloud Compute”、“对象存储”等关键词时立即激活。
## 执行规则(核心)
- Agent **直接执行** `vultr-cli ...` 命令(系统内置 shell)。
- 自动加上 `--output json`(结构化)或 table(如果支持)。
- 执行前先检查认证:`vultr-cli account get`
## 安全与确认机制(强制)
- **只读操作**(list、get、describe):直接执行并返回结果。
- **写操作**(create、delete、update、start、stop、deploy 等):
1. 先完整展示即将执行的**完整命令**
2. 询问:“确认要执行这条命令吗?(yes/no)”
3. 只有用户回复 **yes** 后才真正执行
- 删除/销毁类操作额外提醒风险。
## 示例交互
**用户**:列出我的所有 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 get`
- 实例列表:`vultr-cli instance list`
- 创建实例:`vultr-cli instance create --region xxx --plan xxx --os xxx`
- 对象存储:`vultr-cli object-storage list`
- 配置 API Key:`export VULTR_API_KEY=你的密钥`
## 提示
- 未认证时提示用户设置 `export VULTR_API_KEY=xxx` 或运行 `vultr-cli account get` 测试。Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"