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 darellchua2/opencode-config-template --skill opentofu-ecr-provision-skillgit clone --depth 1 https://github.com/darellchua2/opencode-config-templateWrote 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/darellchua2/opencode-config-template/opentofu-ecr-provision-skill)<a href="https://agentmods.dev/skills/darellchua2/opencode-config-template/opentofu-ecr-provision-skill"><img src="https://agentmods.dev/badge/skills/darellchua2/opencode-config-template/opentofu-ecr-provision-skill/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/darellchua2/opencode-config-template/opentofu-ecr-provision-skill"><img src="https://agentmods.dev/badge/skills/darellchua2/opencode-config-template/opentofu-ecr-provision-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00031 | $0.04530 |
| Opus 5 | $0.00015 | $0.02265 |
| Sonnet 5 | $0.00006 | $0.00906 |
| Haiku 4.5 | $0.00003 | $0.00453 |
Grade A, and why
opentofu-ecr-provision-skill 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 6d 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 — 721 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenTofu ECR Provisioning
What I do
I guide you through provisioning AWS Elastic Container Registry (ECR) repositories following BETEKK infrastructure standards:
- ECR Repository Creation: Create ECR repositories with proper configuration and lifecycle policies
- GitHub OIDC Integration: Setup IAM roles for GitHub Actions to push/pull images
- State Management: Configure S3 backend for Terraform state management
- IAM Role Patterns: Implement standardized IAM roles with OIDC trust relationships
- Variable Naming: Follow BETEKK naming conventions for consistency
- Modular Structure: Use reusable modules for ECR and IAM resources
- Best Practices: Apply AWS Well-Architected Framework principles
When to use me
Use this skill when you need to:
- Provision a new ECR repository for Docker container images
- Setup GitHub Actions CI/CD for ECR integration
- Create standardized AWS infrastructure following BETEKK patterns
- Implement OIDC authentication for GitHub Actions
- Migrate existing ECR repositories to BETEKK standards
- Create reusable ECR infrastructure templates
Reference Implementation: ecr/betekk_probe_engine_main/
Prerequisites
- OpenTofu CLI installed: Install from https://opentofu.org/docs/intro/install/
- AWS Account: Valid AWS account with appropriate permissions
- AWS Credentials: Access keys or IAM role for authentication
- GitHub OIDC Provider: OIDC provider configured for GitHub Actions (optional, can be created as part of workflow)
- Basic OpenTofu/Terraform Knowledge: Understanding of HCL syntax and provider concepts
Provider Setup: Complete the opentofu-provider-setup skill first for AWS provider authentication and state backend configuration. This skill focuses on ECR-specific provisioning, not provider setup.
BETEKK Standards
Variable Naming Convention
Follow these naming patterns for consistency:
variable "environment" {
description = "Environment type (e.g., dev, prod, uat)"
type = string
default = ""
}
variable "project_prefix" {
description = "Project Prefix"
type = string
default = "betekk"
}
variable "repo_name" {
description = "ECR Repository Name Prefix"
type = string
default = "betekk-<service-name>"
}
variable "aws_region" {
description = "AWS region"
type = string
default = "ap-southeast-1"
}
variable "state_management_bucket_name" {
description = "State Management Bucket Name"
type = string
default = "betekk-state-management-bucket"
}
variable "github_organization_old" {
description = "Github Organization Name (old) for migration support"
type = string
default = "nus-cee"
}
variable "github_organization_new" {
description = "Github Organization Name (new)"
type = string
default = "betekk"
}
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.
- 6d ago First seen · 721 lines · 31 tokens per session scan A add17f3430be
opentofu-ecr-provision-skill is a skill published in the GitHub repository darellchua2/opencode-config-template (6 stars, last pushed 3d ago), licensed Apache-2.0. It adds 31 tokens to every session and 4,530 once invoked, about $0.0002 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-03.
Other skills, from other repositories
scanning-containers-with-trivy-in-cicd
This skill covers integrating Aqua Security's Trivy scanner into CI/CD pipelines for comprehensive container image vulnerability detection. It addresses scanning Docker images for OS package and application dependency CVEs, detecting misconfigurations in Dockerfiles, scanning filesystem and git repositories, and…
performing-container-security-scanning-with-trivy
Scan container images, filesystems, and Kubernetes manifests for vulnerabilities, misconfigurations, exposed secrets, and license compliance issues using Aqua Security Trivy with SBOM generation and CI/CD integration.
devops
DevOps - Docker, CI/CD, cloud infra, monitoring.
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
devops-automator
Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…
devops-infrastructure
Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.