volcengine-sale

volcengine-sale is a skill for Claude Code from volcengine/volcengine-skills. It costs 88 tokens per session (767 once invoked), scanned A, original, MIT.

A Volcengine purchasing skill for opening, subscribing to, provisioning, or ordering supported commercial cloud products.

In plain words
What is it for?
Use it when someone wants to buy or activate a Volcengine product, including choosing its region, billing method, or quota through the relevant process.
Why use it?
It routes purchase requests to the right product process and handles unsupported products or missing dependencies explicitly.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Part of the volcengine-service-support plugin — 6 skills shipped together

Good fit Use it when someone wants to buy or activate a Volcengine product, including choosing its region, billing method, or quota through the relevant process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/volcengine/volcengine-skills/volcengine-sale
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add volcengine/volcengine-skills --skill volcengine-sale
Clone the repo
git clone --depth 1 https://github.com/volcengine/volcengine-skills

Made for: Claude Code.

Or install volcengine-service-support, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for volcengine-sale

README.md
[![agentmods](https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-sale/github.svg)](https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-sale)
Your own site
<a href="https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-sale"><img src="https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-sale/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for volcengine-sale

Your own site · 80×15
<a href="https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-sale"><img src="https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-sale.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 767 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.00767
Opus 5 $0.00044 $0.00383
Sonnet 5 $0.00018 $0.00153
Haiku 4.5 $0.00009 $0.00077

Measured 7d ago against content hash 224a7aae6e2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

volcengine-sale scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/volcengine-service-support/skills/volcengine-sale/SKILL.md · 59 lines

What it actually says

volcengine-sale

火山商品售卖统一入口。识别用户想开通/购买的火山商品,按 商品处理规则 进行处理。

How to use

  1. 读取 references/product-rule.md,判断用户提到的商品命中哪一行。
  2. 若命中行对应的目标 skill 已加载:直接交给它继续对话。
  3. 若目标 skill 未加载:按下方"依赖 skill 自动加载"规则处理。
  4. 若走 CommonBuy:按下方"CommonBuy 下单流程"执行。
  5. 若商品不在处理规则内:告知用户 volcengine-sale 当前不支持该商品的售卖,不要兜底调用其他 skill、不要假装可以下单。

依赖 skill 自动加载(公共规则)

本 skill 转发的目标 skill 未加载时,统一执行以下流程,不要在每个商品行重复:

  1. 请求用户授权:向用户说明"需要安装 <skill-name> 才能继续开通 <商品>,是否允许自动安装?",等待明确许可。
  2. 授权后自动安装
    • 目标 skill 在 volcengine-skills marketplace 内:调用 volcengine-find-skills 拉起安装。
    • 目标 skill 在外部 GitHub 仓库(如 ark-cli / ve-tls-cli):按商品处理规则里的源码 URL 自动 clone / 按 README 完成安装。
  3. 失败如实告知:任何一步失败都要向用户说明卡点(授权、网络、权限、依赖缺失等),不得跳过授权直接执行,也不得谎称已安装。

CommonBuy 下单流程

当商品处理规则指定"走 CommonBuy"时,按 references/commonbuy.md 的执行流程与错误处理表执行,商品参数见对应的 references/<product>.md

登录/凭证由 ve 自身负责:命令返回鉴权错误时,交给 volcengine-cli skill 走 ve login。sale skill 不做任何登录态前置检查,与 ECS/VPC 等其他 ve 调用保持一致。

Common inputs

  • endpoint 名称、region、计费方式、配额等参数由下游产品 skill 自行询问,不要在本 skill 预先收敛。

References

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 59 lines · 88 tokens per session scan A 224a7aae6e2c

Subscribe to this mod's changes

volcengine-sale is a skill published in the GitHub repository volcengine/volcengine-skills (19 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 767 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

gke-reliability

Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).

google/skills · 73 tokens

gke-workload-security

Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…

google/skills · 181 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens