By volcengine
Manage Volcengine cloud resources end-to-end: provision and operate ECS, VPC, VKE, databases via CLI or Terraform; deploy applications to ECS, VKE, or serverless; generate SDK code examples; troubleshoot errors; and explore API specs and documentation.
Query and answer questions about Volcengine API specifications. Use when the user asks about API parameters, error codes, request methods, enum values, required fields, response structures, pagination, parameter dependencies, service capability lists, API availability, or API comparisons, even if they do not explicitly say "API". Typical intent includes checking what an action supports, which fields are required, what values a parameter accepts, why an API returns a specific error, how to pass nested or body parameters, how pagination works, what an API response contains, whether a batch operation exists, what services or versions expose an operation, or how two APIs differ. Use API Explorer data as the authoritative source and preserve constraints, examples, and caveats found in the spec. Answer in Chinese or English. When the user needs runnable SDK code, language-specific examples, or SDK configuration, hand off to volcengine-sdk-generator. When they need CLI operations, hand off to volcengine-cli.
Create and manage Volcengine cloud resources using the Volcengine CLI (`ve` command). Supports all Volcengine services including ECS, VPC, CLB, RDS, Redis, and more. Trigger this skill whenever the user asks to create, query, modify, or delete cloud resources on Volcengine, mentions the `ve` command, says "volcengine CLI", or describes infrastructure tasks such as "create an ECS instance", "set up a VPC", "list security groups", "allocate an EIP". Also trigger on Chinese prompts mentioning "火山引擎" or "火山" (e.g., "火山引擎上有哪些 ECS"、"查一下我火山的云服务器"、 "火山引擎创建一个 VPC"、"火山的 Redis 实例列一下"). Also trigger when the user encounters errors from `ve` commands and needs troubleshooting help.
Manage Volcengine AI Native BaaS for Supabase (AIDAP) database workspaces as a deployment database provider. Use when the user asks for Volcengine Supabase, AIDAP PostgreSQL, AIDAP database workspace setup, branch management, API keys, endpoint or database connection information, service activation, enterprise real-name verification, SQL execution, migrations, Edge Functions, Storage buckets, TypeScript type generation, or using AIDAP as the database for a Volcengine deployment. Prefer `ve aidap` for control-plane operations; use bundled scripts only for Supabase data-plane APIs missing from the current `ve` CLI.
Deploy a local project directory or Git repository to Volcengine as a running, reachable cloud service. USE WHEN: deploy to Volcengine, deploy to 火山引擎/火山, deploy this repo/project, publish current code, launch the app, run it in the cloud, expose it as a service, deploy to ECS/VKE/veFaaS, run on ECS, push to VKE, deploy as serverless/FaaS, or the user wants the agent to choose a Volcengine hosting target. If the user only asks which Volcengine deployment target to choose, use `volcengine-prepare` skill first. Not for creating a single standalone resource — use `volcengine-cli` skill for that.
Use Terraform/IaC for Volcengine resources only when the user explicitly chooses Terraform/IaC, already has a Terraform workflow/state, or confirms they need plan/diff/drift/destroy safety for VKE, managed databases/cache/storage, load balancers, domains/certificates, logging/monitoring, or team-managed infrastructure.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
English | 简体中文
火山引擎团队维护的 skill 仓库,面向火山引擎(Volcengine)使用场景,为 Claude Code / Codex / OpenCode / Cursor / Gemini CLI 等 agent 提供开箱即用的 skills。
| Skill | 场景 |
|---|---|
volcengine-cli | 用 ve CLI 创建/查询/管理云资源(ECS/VPC/CLB/RDS/Redis/TOS 等) |
volcengine-prepare | 分析本地目录或 GitHub 仓库,推荐部署形态(ECS/VKE/veFaaS) |
volcengine-deploy | 把本地目录或 GitHub 仓库部署到火山引擎 |
volcengine-iac | 基于 Terraform 的火山引擎基础设施编排 |
volcengine-api | 查询火山引擎 API 规格(参数、错误码、返回结构等) |
volcengine-sdk-generator | 生成可运行的火山引擎 SDK 示例,并按需回答 SDK 配置问题 |
volcengine-tosutil | 管理火山引擎 TOS 对象存储资源 |
volcengine-vefaas | 部署与管理火山引擎 veFaaS serverless 应用 |
volcengine-db-supabase | 管理火山引擎 AIDAP 数据库 workspace(Supabase / PostgreSQL),并作为部署数据库方案 |
volcengine-troubleshooting | 火山引擎故障排查与诊断 |
volcengine-knowledge-search | 检索火山引擎官方文档并获取全文(产品概念/用法/计费/部署/最佳实践/服务条款等) |
npm i -g @volcengine/cli
npm i -g https://vefaas-cli.tos-cn-beijing.volces.com/volcengine-vefaas-latest.tgz
见 安装命令
# 以下三条任选其一
# 1) 推荐:全局安装、跳过所有确认提示
npx skills add volcengine/volcengine-skills --global --yes
# 2) 交互式:手动选择安装范围(global/project)、目标 agent 和具体 skill
npx skills add volcengine/volcengine-skills
# 3) 只装到指定 agent,并用复制代替软链(如安装到 Claude Code)
npx skills add volcengine/volcengine-skills --global --yes --agent claude-code --copy
# 或手动复制
# 将 skills/ 目录复制到 ~/.claude/skills/ (适用于 Claude Code)
# 将 skills/ 目录复制到 ~/.agents/skills/ (适用于 codex 等)
添加 marketplace(仅首次):
/plugin marketplace add volcengine/volcengine-skills
安装并重新加载 plugin:
/plugin install volcengine@volcengine-skills
/reload-plugins
更新:
/plugin marketplace update volcengine-skills
codex plugin marketplace add volcengine/volcengine-skills
然后进入 Codex,执行 /plugins,选择 volcengine-skills 安装即可
gemini extensions install https://github.com/volcengine/volcengine-skills
直接在 OpenCode 中输入:
Fetch and follow instructions from https://github.com/volcengine/volcengine-skills/blob/main/.opencode/INSTALL.md
在 Cursor Agent 聊天中输入:
/add-plugin volcengine-skills@https://github.com/volcengine/volcengine-skills
volcengine-skills/
├── skills/ # 所有的 skill
├── .claude-plugin/ # Claude Code plugin / marketplace manifest
├── .codex-plugin/ # Codex plugin / marketplace manifest
├── .opencode/ # OpenCode 配置
├── .cursor/ # Cursor 规则
└── gemini-extension.json # Gemini CLI 扩展清单
MIT — 见 LICENSE
npx claudepluginhub volcengine/volcengine-skills --plugin volcenginePermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use