By volcengine
Skills for Volcengine (火山引擎) scenarios: cloud resource operations (ECS/VPC/VKE/CLB/RDS/Redis/TOS), deployment, IaC, and SDK code generation.
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 non-public bootstrap APIs and Supabase data-plane APIs missing from the current `ve` CLI.
Use when deploying a local project directory or, when provided, a Git repository to Volcengine as a running service. Supports ECS (EIP + binary/systemd, Docker, or compose), VKE (container image + Kubernetes), and veFaaS execution through the `volcengine-vefaas` skill. Trigger when the user says "deploy to Volcengine", "deploy this repo", "push to VKE", "run on ECS", "deploy as serverless", or "volcengine deploy" — even without specifying the deploy mode. Run `volcengine-prepare` when the user has not chosen a deployment path. Ask the user to choose resource management (`cli` or `iac`): use `volcengine-iac` only when the user chooses Terraform/IaC or already has an IaC workflow; otherwise use direct `ve` CLI creation with a resource ledger.
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 volcengineUI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.