Skills by eraserlabs

5 skills available

aws-diagrams
This skill generates AWS architecture diagrams from CloudFormation, AWS CLI output, or descriptions and renders them via the Eraser API. It instructs executing `curl` to `https://app.eraser.io/api/render/elements` using `Authorization: Bearer ${ERASER_API_KEY}` and tracks source files such as `infra/main.tf`.
Review
296 installs
terraform-diagrams
This skill generates architecture diagrams from Terraform files and converts Terraform to Eraser DSL for rendering. It requires executing a `curl` to `https://app.eraser.io/api/render/elements`, uses the `ERASER_API_KEY` (and `ERASER_THEME`) env vars, and records Terraform file paths like `infra/main.tf`.
Review
163 installs
azure-diagrams
This skill generates Azure architecture diagrams from ARM templates or CLI output and posts Eraser DSL to `https://app.eraser.io/api/render/elements`. It instructs executing a `curl` that sends `Authorization: Bearer ${ERASER_API_KEY}` and to record local files (e.g., `infra/main.bicep`).
Review
140 installs
eraser-diagrams
Generates architecture diagrams from code or descriptions and sends rendered elements via the Eraser API. The skill explicitly requires executing `curl` to `https://app.eraser.io/api/render/elements` with `Authorization: Bearer ${ERASER_API_KEY}` and instructs tracking/listing files read (e.g., `infra/main.tf`).
Review
123 installs
bicep-diagrams
Generates architecture diagrams from Azure Bicep files using the Eraser API. The skill requires executing a curl POST to `https://app.eraser.io/api/render/elements` and uses the `ERASER_API_KEY` (and `ERASER_THEME`) environment variables.
Review
105 installs