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 agentmods add skills/volcengine/volcengine-skills/volcengine-iacnpx skills add volcengine/volcengine-skills --skill volcengine-iacgit 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-iac)<a href="https://agentmods.dev/skills/volcengine/volcengine-skills/volcengine-iac"><img src="https://agentmods.dev/badge/skills/volcengine/volcengine-skills/volcengine-iac.svg" alt="Measured on agentmods" 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 | $0.00074 | $0.03741 |
| Opus 5 | $0.00037 | $0.01870 |
| Sonnet 5 | $0.00015 | $0.00748 |
| Haiku 4.5 | $0.00007 | $0.00374 |
Grade A, and why
volcengine-iac 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Volcengine IaC Skill
Generate, plan, and apply Volcengine infrastructure with Terraform when the user chooses IaC. volcengine-deploy still owns application packaging, runtime rollout, health checks, and CLI resource-ledger deployment.
When writing new examples, prefer the Cloud Control provider volcengine/volcenginecc. Start from verified examples under assets/examples/, then read the matching references/volcenginecc-*.md note for validation results and pitfalls. Blocked resources are tracked in references/volcenginecc-blocked.md. Existing reusable modules under assets/modules/ still use the legacy volcengine/volcengine provider until each component is re-verified with volcenginecc.
Use this skill when one of these is true:
- the user asks for Terraform or IaC,
- the user already has Terraform state/workspace,
- plan/diff/drift detection matters,
- the infrastructure is intended for long-term team-managed operation and the user chooses IaC,
- the deployment needs VKE, managed databases/cache/storage, load balancers, domains/certificates, IAM/KMS, logging, monitoring, or Serverless triggers and the user chooses IaC.
Do not use this skill just because a deployment is long-lived, VKE-based, or has managed dependencies. Recommend IaC where appropriate, but let the user choose. Do not use this skill when the user asks for CLI, a temporary demo/quick validation, a pure ECS single-VM service with no plan/diff/destroy requirement, or when Terraform/provider installation is blocked and the target can safely use the CLI fallback.
The skill ships verified volcenginecc examples under assets/examples/, legacy reusable modules under assets/modules/, and wrapper scripts for tfvars generation, plan summaries, output export, and drift checks. Select files only after the target shape is known; do not load broad catalogs into context for small Terraform edits.
Resources outside the six legacy modules (CLB/ALB, VKE, CR, databases, caches, object storage) should be added as verified volcenginecc examples first, then wrapped only after repeated use proves the interface is stable.
What ships with it
60 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.
- assets/examples/volcengine-vke-cr-nginx/infra/main.tf 10 KB
- assets/examples/volcengine-vke-cr-nginx/workload/main.tf 5.4 KB
- assets/examples/volcenginecc-alb-acl/main.tf 564 B
- assets/examples/volcenginecc-alb-certificate/main.tf 1.2 KB
- assets/examples/volcenginecc-alb-customized-cfg/main.tf 589 B
- assets/examples/volcenginecc-alb-health-check/main.tf 1.1 KB
- assets/examples/volcenginecc-alb/main.tf 4.6 KB
- assets/examples/volcenginecc-apig/main.tf 2.1 KB
- assets/examples/volcenginecc-autoscaling/main.tf 7.2 KB
- assets/examples/volcenginecc-cbr/main.tf 715 B
- assets/examples/volcenginecc-cen/main.tf 1.1 KB
- assets/examples/volcenginecc-clb-acl/main.tf 564 B
- assets/examples/volcenginecc-clb-certificate/main.tf 1.2 KB
- assets/examples/volcenginecc-clb/main.tf 2.2 KB
- assets/examples/volcenginecc-cloudmonitor/main.tf 1.4 KB
- assets/examples/volcenginecc-cr/main.tf 1.4 KB
- assets/examples/volcenginecc-directconnect/main.tf 675 B
- assets/examples/volcenginecc-dns/main.tf 870 B
- assets/examples/volcenginecc-ebs-snapshot-group/main.tf 3.9 KB
- assets/examples/volcenginecc-ebs-snapshot/main.tf 1.0 KB
- assets/examples/volcenginecc-ecs-extras/main.tf 1.1 KB
- assets/examples/volcenginecc-ecs-launch-template-version/main.tf 4.4 KB
- assets/examples/volcenginecc-ecs/invocation.tf.disabled 756 B
- assets/examples/volcenginecc-ecs/main.tf 5.8 KB
- assets/examples/volcenginecc-efs/main.tf 812 B
- assets/examples/volcenginecc-filenas/main.tf 764 B
- assets/examples/volcenginecc-iam-oidc-provider/main.tf 702 B
- assets/examples/volcenginecc-iam-saml-provider/main.tf 768 B
- assets/examples/volcenginecc-iam-users/main.tf 1.2 KB
- assets/examples/volcenginecc-iam/main.tf 1.7 KB
- assets/examples/volcenginecc-kafka-allow-list/main.tf 449 B
- assets/examples/volcenginecc-kafka/main.tf 2.2 KB
- assets/examples/volcenginecc-mongodb/main.tf 2.4 KB
- assets/examples/volcenginecc-network/main.tf 5.0 KB
- assets/examples/volcenginecc-private-nat/main.tf 2.1 KB
- assets/examples/volcenginecc-privatelink/main.tf 4.6 KB
- assets/examples/volcenginecc-privatezone-resolver/main.tf 2.2 KB
- assets/examples/volcenginecc-privatezone/main.tf 2.5 KB
- assets/examples/volcenginecc-rabbitmq/main.tf 2.1 KB
- assets/examples/volcenginecc-rdsmssql/main.tf 3.0 KB
- assets/examples/volcenginecc-rdsmysql/main.tf 4.4 KB
- assets/examples/volcenginecc-rdspostgresql/main.tf 4.4 KB
- assets/examples/volcenginecc-redis-public-address/main.tf 3.3 KB
- assets/examples/volcenginecc-redis/main.tf 3.3 KB
- assets/examples/volcenginecc-rocketmq/main.tf 2.6 KB
- assets/examples/volcenginecc-tls-import-task/main.tf 2.7 KB
- assets/examples/volcenginecc-tls-schedule-sql/main.tf 2.4 KB
- assets/examples/volcenginecc-tls/main.tf 2.3 KB
- assets/examples/volcenginecc-tos-notification/main.tf 3.0 KB
- assets/examples/volcenginecc-tos/main.tf 1.4 KB
- assets/examples/volcenginecc-transitrouter/main.tf 637 B
- assets/examples/volcenginecc-vefaas/main.tf 2.6 KB
- assets/examples/volcenginecc-vke/main.tf 4.6 KB
- assets/examples/volcenginecc-vpc-extras/main.tf 5.4 KB
- assets/examples/volcenginecc-vpc-traffic-mirror-filter/main.tf 1.4 KB
- assets/examples/volcenginecc-vpc-traffic-mirror-target/main.tf 2.7 KB
- assets/examples/volcenginecc-vpn-ssl/main.tf 2.7 KB
- assets/examples/volcenginecc-vpn/main.tf 3.9 KB
- assets/modules/cr/main.tf 702 B
- assets/modules/cr/outputs.tf 1.1 KB
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.
- 4d ago First seen · 309 lines · 74 tokens per session scan A 28a3c3373606
volcengine-iac is a skill published in the GitHub repository volcengine/volcengine-skills (19 stars, last pushed 3d ago), licensed MIT. It adds 74 tokens to every session and 3,741 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…