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.
npx skills add volcengine/volcengine-skills --skill volcengine-salegit clone --depth 1 https://github.com/volcengine/volcengine-skillsWrote 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.
[](https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-sale)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
volcengine-sale
火山商品售卖统一入口。识别用户想开通/购买的火山商品,按 商品处理规则 进行处理。
How to use
- 读取 references/product-rule.md,判断用户提到的商品命中哪一行。
- 若命中行对应的目标 skill 已加载:直接交给它继续对话。
- 若目标 skill 未加载:按下方"依赖 skill 自动加载"规则处理。
- 若走 CommonBuy:按下方"CommonBuy 下单流程"执行。
- 若商品不在处理规则内:告知用户 volcengine-sale 当前不支持该商品的售卖,不要兜底调用其他 skill、不要假装可以下单。
依赖 skill 自动加载(公共规则)
本 skill 转发的目标 skill 未加载时,统一执行以下流程,不要在每个商品行重复:
- 请求用户授权:向用户说明"需要安装
<skill-name>才能继续开通<商品>,是否允许自动安装?",等待明确许可。 - 授权后自动安装:
- 目标 skill 在 volcengine-skills marketplace 内:调用
volcengine-find-skills拉起安装。 - 目标 skill 在外部 GitHub 仓库(如 ark-cli / ve-tls-cli):按商品处理规则里的源码 URL 自动 clone / 按 README 完成安装。
- 目标 skill 在 volcengine-skills marketplace 内:调用
- 失败如实告知:任何一步失败都要向用户说明卡点(授权、网络、权限、依赖缺失等),不得跳过授权直接执行,也不得谎称已安装。
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
- 商品处理规则(路由表):references/product-rule.md
- CommonBuy 通用下单流程:references/commonbuy.md
- CommonBuy 错误处理表(执行失败时按需加载):references/commonbuy-errors.md
- TOS 商品参数:references/tos.md
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.
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.
- 7d ago First seen · 59 lines · 88 tokens per session scan A 224a7aae6e2c
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.
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…
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).
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…
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
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".
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…